From: Quentin Cozette Date: Mon, 12 Oct 2020 16:27:57 +0000 (+0200) Subject: Fix issue in installation of the petsc product on CentOS 6 X-Git-Tag: V9_6_0~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=28be691dd02072e0ea1d9124b0fdef0e2cbcb1e7;p=tools%2Fsat_salome.git Fix issue in installation of the petsc product on CentOS 6 --- diff --git a/products/compil_scripts/petsc.sh b/products/compil_scripts/petsc.sh index 5eb0db1..9d691d2 100755 --- a/products/compil_scripts/petsc.sh +++ b/products/compil_scripts/petsc.sh @@ -29,7 +29,8 @@ then exit 2 fi -MAKE_OPTIONS=$MAKE_OPTIONS" PETSC_ARCH=arch-linux-c-debug" +# CentOS 6 automatically set PETSC_ARCH to arch-linux2-c-debug : remove arch specification +# MAKE_OPTIONS=$MAKE_OPTIONS" PETSC_ARCH=arch-linux-c-debug" echo echo "*** make install"