Skip to content

Commit

Permalink
disable x
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jan 18, 2025
1 parent 1daccbd commit 1776955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/petsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tar xfz v3.22.2.tar.gz
cd petsc-3.22.2
export PETSC_DIR=${PWD}
./configure --prefix=${PWD}/petsc --with-fortran-bindings=0
./configure --prefix=${PWD}/petsc --with-fortran-bindings=no --with-x=no
make -j 4
make install
cd ../
Expand Down

0 comments on commit 1776955

Please sign in to comment.