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: Wed, 16 Nov 2016 22:23:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> Ludovic Courtès <address@hidden> writes:
>
>> 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’.
>
> Thanks for the reference.  We don’t have a staging branch yet, as far as
> I can tell.  May I just push this commit to a new “staging” branch then?

Yep!  So the idea would be to freeze it in ~2 weeks (Nov. 30) and to
merge it in 3 weeks (Dec. 7).  Let’s see if we can be disciplined.  :-)

Ludo’.



reply via email to

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