guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26614: [PATCH] gnu: Add volk.


From: Marius Bakke
Subject: bug#26614: [PATCH] gnu: Add volk.
Date: Mon, 24 Apr 2017 16:28:20 +0200
User-agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)

Danny Milosavljevic <address@hidden> 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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]