]> https://gitweb.dealii.org/ - candi.git/commitdiff
fix bash multiline 114/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 11 Apr 2019 21:44:11 +0000 (15:44 -0600)
committerTimo Heister <timo.heister@gmail.com>
Thu, 11 Apr 2019 21:44:11 +0000 (15:44 -0600)
deal.II-toolchain/packages/dealii.package
deal.II-toolchain/packages/petsc.package

index c69b614e2d2b7b394f24a5a207a724d504cb17de..572dbf8beeaa963f8bb876224ceb89550f4724f5 100644 (file)
@@ -30,8 +30,7 @@ CONFOPTS=" \
 
 if [ "${NATIVE_OPTIMIZATIONS}" = "true" ]; then
     CONFOPTS="${CONFOPTS} \
-      -D CMAKE_CXX_FLAGS='-march=native'
-    "
+      -D CMAKE_CXX_FLAGS='-march=native'"
 fi
 
 # add the user-specified flags at the end (so things can be overriden):
index 0821a752bf31da3f26b8d9fa67ab487ba892ffab..ffa1c5f124ea567f152ca244d400a6e22425748c 100644 (file)
@@ -38,11 +38,10 @@ CONFOPTS="
 "
 
 if [ "${NATIVE_OPTIMIZATIONS}" = "true" ]; then
-    CONFOPTS="${CONFOPTS}
-      COPTFLAGS='-O3 -march=native -mtune=native'
-      CXXOPTFLAGS='-O3 -march=native -mtune=native'
-      FOPTFLAGS='-O3 -march=native -mtune=native'
-    "
+    CONFOPTS="${CONFOPTS} \
+      COPTFLAGS='-O3 -march=native -mtune=native' \
+      CXXOPTFLAGS='-O3 -march=native -mtune=native' \
+      FOPTFLAGS='-O3 -march=native -mtune=native'"
 fi
 
 

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.