gnu: sundials: Build with '-fcommon'.
* gnu/packages/maths.scm (sundials)[arguments]: Pass "-DCMAKE_C_FLAGS".master
parent
7317c6e739
commit
951a4db989
|
@ -6183,7 +6183,8 @@ and comparisons are supported.")
|
|||
("blas" ,openblas)
|
||||
("suitesparse" ,suitesparse))) ;TODO: Add hypre
|
||||
(arguments
|
||||
`(#:configure-flags `("-DEXAMPLES_ENABLE_C:BOOL=ON"
|
||||
`(#:configure-flags `("-DCMAKE_C_FLAGS=-O2 -g -fcommon"
|
||||
"-DEXAMPLES_ENABLE_C:BOOL=ON"
|
||||
"-DEXAMPLES_ENABLE_CXX:BOOL=ON"
|
||||
"-DEXAMPLES_ENABLE_F77:BOOL=ON"
|
||||
"-DEXAMPLES_ENABLE_F90:BOOL=ON"
|
||||
|
|
Reference in New Issue