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