]> https://gitweb.dealii.org/ - candi.git/commitdiff
fixes 295/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 17 May 2022 16:32:57 +0000 (16:32 +0000)
committerTimo Heister <timo.heister@gmail.com>
Tue, 17 May 2022 16:32:57 +0000 (16:32 +0000)
deal.II-toolchain/packages/petsc.package
deal.II-toolchain/packages/slepc.package

index bdcd5cbb501c9988b508d95c9925ae31c08f9ae8..6d62696149c1d2a47c1a3ed9c5efd86233c9094c 100644 (file)
@@ -41,7 +41,7 @@ CONFOPTS="\
   --with-shared-libraries=1 \
   --with-mpi=1 \
   --with-x=0 \
-  --with-64-bit-indices=$(with64bit}"
+  --with-64-bit-indices=${with64bit}"
 
 if [ ${NATIVE_OPTIMIZATIONS} = ON ]; then
     CONFOPTS="${CONFOPTS} \
index 89e2968ff15a9122bb5e315870cc23725a84100b..42ca97cb386196898460e1c675dfa71e832897a7 100644 (file)
@@ -40,11 +40,13 @@ package_specific_setup () {
     # make sure no other invalid SLEPC_DIR is set:
     unset SLEPC_DIR
 
-    ${PYTHON_INTERPRETER} ./configure --prefix=${INSTALL_PATH} ${CONFOPTS}
+    ${PYTHON_INTERPRETER} ./configure --prefix=${INSTALL_PATH}
     quit_if_fail "slepc ./configure failed"
 
-    make SLEPC_DIR=$PWD PETSC_DIR=${PETSC_DIR} all install
-    quit_if_fail "slepc make all install failed"
+    make SLEPC_DIR=$PWD PETSC_DIR=${PETSC_DIR}
+    quit_if_fail "slepc make failed"
+    make SLEPC_DIR=$PWD PETSC_DIR=${PETSC_DIR} install
+    quit_if_fail "slepc make install failed"
 }
 
 package_specific_register () {

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.