From: Timo Heister Date: Tue, 28 Jan 2020 16:27:04 +0000 (-0500) Subject: add github action to include petsc on OSX X-Git-Tag: v9.2.0-r1~5^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb91fe7c5b74278f45bbddd2cd13d29a9bc9d4b;p=candi.git add github action to include petsc on OSX --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 346dbe8..f9ee3ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,5 +57,5 @@ jobs: export OMPI_CXX=g++-9 export OMPI_CC=gcc-9 export OMPI_FC=gfortran-9 - ./candi.sh -j 2 --packages="once:p4est dealii" + ./candi.sh -j 2 --packages="once:p4est once:petsc dealii" cd ~/deal.ii-candi/tmp/build/deal.II-* && make test