GNU bug report logs - #26614
[PATCH] gnu: Add volk.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Sat, 22 Apr 2017 21:37:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Marius Bakke <mbakke <at> fastmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>, 26614 <at> debbugs.gnu.org
Subject: bug#26614: [PATCH] gnu: Add volk.
Date: Mon, 24 Apr 2017 16:28:20 +0200
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> * gnu/packages/engineering.scm (volk): New variable.

[...]

> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append "http://libvolk.org/releases/volk-"
> +                            version
> +                            ".tar.gz"))
> +        (sha256
> +          (base32
> +            "1bz3ywc6y5wmz3i8p4z2wbzhns8bc0ywdkl9qnxpcvfcscarbdlh"))))

Indentation is off in this section.

> +    (build-system cmake-build-system)
> +    (inputs
> +     `(("boost" ,boost)))
> +    (native-inputs
> +     `(("python-2", python-2)
> +       ("python2-cheetah" ,python2-cheetah)))
> +    (home-page "http://libvolk.org/")
> +    (synopsis "Vector-Optimized Library of Kernels")
> +    (description
> +      "@code{volk} contains procedures with machine-specific optimizations
        ^^^
...and here (should align with the d).

Sorry! :D
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.