]> https://gitweb.dealii.org/ - candi.git/commitdiff
deal.II: SuperLU_Dist v4.1 added -std=c99 flag, since it is needed to compile
authorUwe Köcher <koecher@hsu-hamburg.de>
Wed, 12 Aug 2015 13:32:15 +0000 (15:32 +0200)
committerUwe Köcher <koecher@hsu-hamburg.de>
Wed, 12 Aug 2015 13:32:15 +0000 (15:32 +0200)
deal.II/packages/superlu_dist.package

index 2a5343ec3bf750e66354d86c4b8016c0717295fe..7a5119ae87eabd91fb3879db1990305d8736c628 100644 (file)
@@ -52,10 +52,10 @@ RANLIB          = ranlib
 ############################################################################
 # C compiler setup
 # CFLAGS should be set to be the C flags that include optimization
-CFLAGS          = -fPIC \$(I_PARMETIS) -DDEBUGlevel=0 -DPRNTlevel=1 -DPROFlevel=0
+CFLAGS          = -fPIC -std=c99 \$(I_PARMETIS) -DDEBUGlevel=0 -DPRNTlevel=1 -DPROFlevel=0
 #
 # NOOPTS should be set to be the C flags that turn off any optimization
-NOOPTS          = -fPIC -O0
+NOOPTS          = -fPIC -std=c99 -O0
 ############################################################################
 # FORTRAN compiler setup
 FORTRAN         = \$(FC)

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.