]> https://gitweb.dealii.org/ - candi.git/commitdiff
Update trilinos confopts according to reported issue
authorFabian Castelli <fabian.castelli@kit.edu>
Mon, 7 Jun 2021 11:03:18 +0000 (13:03 +0200)
committerFabian Castelli <fabian.castelli@kit.edu>
Fri, 18 Jun 2021 13:22:12 +0000 (15:22 +0200)
deal.II-toolchain/packages/trilinos.package

index 4a33928608fec83b8824fefc81a1e7d2d254fe4e..1934e403bac79b6f94c5cc910d5f17c1e2a55f59 100644 (file)
@@ -138,10 +138,10 @@ if [ ! -z "${FC}" ]; then
 fi
 
 CONFOPTS="${CONFOPTS} \
-  -D CMAKE_CXX_FLAGS:STRING=-fPIC -g -O3 \
-  -D CMAKE_C_FLAGS:STRING=-fPIC -g -O3 \
-  -D CMAKE_FORTRAN_FLAGS:STRING=-g -O5 \
-  -D Trilinos_EXTRA_LINK_FLAGS:STRING=-lgfortran"
+  -D CMAKE_CXX_FLAGS:STRING='-fPIC -g -O3' \
+  -D CMAKE_C_FLAGS:STRING='-fPIC -g -O3' \
+  -D CMAKE_FORTRAN_FLAGS:STRING='-g -O3' \
+  -D Trilinos_EXTRA_LINK_FLAGS:STRING='-lgfortran'"
 
 # Add ParMETIS, if present
 if [ ! -z "${PARMETIS_DIR}" ]; then

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.