guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: arpack-ng: Add preprocessor flag.


From: guix-commits
Subject: 01/02: gnu: arpack-ng: Add preprocessor flag.
Date: Wed, 14 Feb 2024 08:51:58 -0500 (EST)

andreas pushed a commit to branch master
in repository guix.

commit ff76def8a45753ce13f171db7626a1962c9a7b79
Author: Romain GARBAGE <romain.garbage@inria.fr>
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 <andreas@enge.fr>
---
 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

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