guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: fftw: Build threads library.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: fftw: Build threads library.
Date: Tue, 15 Nov 2016 11:13:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> * gnu/packages/algebra.scm (fftw)[arguments]: Add "--enable-threads" to
> configure flags.
> ---
>  gnu/packages/algebra.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
> index 8e9695d..e212775 100644
> --- a/gnu/packages/algebra.scm
> +++ b/gnu/packages/algebra.scm
> @@ -544,7 +544,8 @@ a C program.")
>                 "1kwbx92ps0r7s2mqy7lxbxanslxdzj7dp7r7gmdkzv1j8yqf3kwf"))))
>      (build-system gnu-build-system)
>      (arguments
> -     '(#:configure-flags '("--enable-shared" "--enable-openmp")
> +     '(#:configure-flags
> +       '("--enable-shared" "--enable-openmp" "--enable-threads")
>         #:phases (alist-cons-before
>                   'build 'no-native
>                   (lambda _

LGTM!

Per
<https://lists.gnu.org/archive/html/guix-devel/2016-10/msg00933.html>,
this is a perfect candidate for ‘staging’.

(In the meantime, if that helps, you could additionally create an FFTW
variant for use by Ardour, in master.)

Ludo’.



reply via email to

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