andreas pushed a commit to branch master
in repository guix.

commit ff76def8a45753ce13f171db7626a1962c9a7b79
Author: Romain GARBAGE <[email protected]>
AuthorDate: Wed Jan 24 17:28:48 2024 +0100

    gnu: arpack-ng: Add preprocessor flag.
    
    * gnu/packages/maths.scm (arpack-ng): Add configure flag for building
    ISO C binding headers.
    
    Change-Id: Iddfd67094ffafc3cabd88353e3839e5e903b804a
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/maths.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9a114f7f76..286e7da6c6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1066,6 +1066,8 @@ halfspaces) or by their double description with both 
representations.")
                 "09smxilyn8v9xs3kpx3nlj2s7ql3v8z40mpc09kccbb6smyd35iv"))
               (patches (search-patches 
"arpack-ng-propagate-rng-state.patch"))))
     (build-system cmake-build-system)
+    (arguments
+     '(#:configure-flags '("-DICB=ON")))
     (native-inputs
      (list pkg-config))
     (inputs

Reply via email to