We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bd887 commit c266fd8Copy full SHA for c266fd8
1 file changed
.scripts/ci/install_dependencies.sh
@@ -7,7 +7,7 @@ function install_petsc_macos {
7
tar -xzf "petsc-lite-$PC_VERSION.tar.gz"
8
pushd "petsc-$PC_VERSION"
9
10
- ./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
11
make all
12
make check
13
# make install # only to move the files into the appropriate location
0 commit comments