guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add eXpress.


From: Ricardo Wurmus
Subject: Re: [PATCH] gnu: Add eXpress.
Date: Tue, 21 Apr 2015 17:59:10 +0200

Ludovic Courtès writes:

>> +       (alist-cons-after
>> +        'unpack 'use-shared-boost-libs-and-set-bamtools-paths
>> +        (lambda* (#:key inputs #:allow-other-keys)
>> +          (substitute* "CMakeLists.txt"
>> +            (("set\\(Boost_USE_STATIC_LIBS ON\\)")
>> +             "set(Boost_USE_STATIC_LIBS OFF)")
>
> I think the same effect can be achieved by passing
> -DBoost_USE_STATIC_LIBS=OFF to cmake (i.e., as #:configure-flags.)
> It might be slightly more elegant, but no big deal.

Unfortunately, I haven't been able to get this to work with
#:configure-flags nor with #:make-flags.  I just pushed both commits.q

Thank you for the review!

~~ Ricardo



reply via email to

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