gnu: sundials: Build with '-fcommon'.

* gnu/packages/maths.scm (sundials)[arguments]: Pass "-DCMAKE_C_FLAGS".
This commit is contained in:
Ludovic Courtès 2021-12-12 12:02:29 +01:00
parent 7317c6e739
commit 951a4db989
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6183,7 +6183,8 @@ (define-public sundials
("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"