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>master
parent
32f6eabc29
commit
ff76def8a4
|
@ -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
|
||||
|
|
Reference in New Issue