Skip to content

Commit

Permalink
Fix CI (#25)
Browse files Browse the repository at this point in the history
* Print out PETSc log

* Disable fortran bindings

* Fix wrong option
  • Loading branch information
michalk8 committed May 17, 2021
1 parent 91bd887 commit c266fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/ci/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function install_petsc_macos {
tar -xzf "petsc-lite-$PC_VERSION.tar.gz"
pushd "petsc-$PC_VERSION"

./configure --with-cc=mpicc --with-cxx=mpicxx --with-debugging=0 --with-mpi=1
./configure --with-cc=mpicc --with-fc=0 --with-cxx=mpicxx --with-debugging=0 --with-mpi=1
make all
make check
# make install # only to move the files into the appropriate location
Expand Down

0 comments on commit c266fd8

Please sign in to comment.