From 1776955acf7fd8b1f29f46965b57b04e6790b0f8 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Fri, 17 Jan 2025 18:13:58 -0800 Subject: [PATCH] disable x --- .github/workflows/petsc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/petsc.yml b/.github/workflows/petsc.yml index 76e22f2e56..419437ecb2 100644 --- a/.github/workflows/petsc.yml +++ b/.github/workflows/petsc.yml @@ -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 ../