]> https://gitweb.dealii.org/ - candi.git/commitdiff
Update default install prefix 211/head
authorFabian Castelli <fabian.castelli@kit.edu>
Mon, 7 Jun 2021 16:34:39 +0000 (18:34 +0200)
committerFabian Castelli <fabian.castelli@kit.edu>
Tue, 29 Jun 2021 09:11:34 +0000 (11:11 +0200)
.github/workflows/main.yml
candi.sh

index bbd98fb1bc946bd54cfdfa9b477cafbc107063ec..8b673846a2b347c1409402bfff94185da6341cd8 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       run: |
         echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg
         ./candi.sh -j 2 --packages="once:p4est dealii"
-        cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+        cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
 
   ubuntu20-blas:
     name: ubuntu 20.04
@@ -41,7 +41,7 @@ jobs:
       run: |
         # use our cmake version, as the runner has 3.19 installed, which is too new for deal.II
         ./candi.sh -j 2 --packages="once:cmake once:openblas once:p4est dealii"
-        cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+        cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
 
   osx-minimal:
     name: OSX clang
@@ -63,7 +63,7 @@ jobs:
       run: |
         echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg
         ./candi.sh -j 2 --packages="dealii"
-        cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+        cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
 
   osx-gcc:
     name: OSX gcc
@@ -89,4 +89,4 @@ jobs:
         export OMPI_FC=gfortran-9
         echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg
         ./candi.sh -j 2 --packages="once:p4est once:petsc dealii"
-        cd ~/deal.ii-candi/tmp/build/deal.II-* && cat detailed.log && make test
+        cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log && make test
index 602e70a24a95c156e012c73f0d14cd237ce2abea..ab7df291fd95c7f68cbe10ff662c325178ab129a 100755 (executable)
--- a/candi.sh
+++ b/candi.sh
@@ -39,7 +39,7 @@ TIC_GLOBAL="$(${DATE_CMD} +%s)"
 
 ################################################################################
 # Parse command line input parameters
-PREFIX=~/deal.ii-candi
+PREFIX=~/dealii-candi
 JOBS=1
 CMD_PACKAGES=""
 USER_INTERACTION=ON

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.