diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2024-01-24 17:28:48 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-02-14 14:36:55 +0100 |
commit | ff76def8a45753ce13f171db7626a1962c9a7b79 (patch) | |
tree | 9128252ef870b8cd41cf9a2c297e57c43ec4fdb2 /gnu | |
parent | 32f6eabc29dc3c7813780b5b9cf7aea442d242d7 (diff) | |
download | guix-ff76def8a45753ce13f171db7626a1962c9a7b79.tar.gz guix-ff76def8a45753ce13f171db7626a1962c9a7b79.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |