Skip to content

Commit c266fd8

Browse files
authored
Fix CI (#25)
* Print out PETSc log * Disable fortran bindings * Fix wrong option
1 parent 91bd887 commit c266fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.scripts/ci/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function install_petsc_macos {
77
tar -xzf "petsc-lite-$PC_VERSION.tar.gz"
88
pushd "petsc-$PC_VERSION"
99

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

0 commit comments

Comments
 (0)