From c7937ad7b1f19cf6351fd83430ad1a2f8422628e Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Mon, 7 Jun 2021 18:34:39 +0200 Subject: [PATCH] Update default install prefix --- .github/workflows/main.yml | 8 ++++---- candi.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbd98fb..8b67384 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/candi.sh b/candi.sh index 602e70a..ab7df29 100755 --- 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 -- 2.39.5