From: Guytri KASTANE Date: Wed, 13 Sep 2023 07:50:28 +0000 (+0200) Subject: Add fftw dependency and add sections in config files (petsc, fftw); add compilation... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1204c298284f71ddfd3a8d544fce69372a61dcb5;p=tools%2Fsat_salome.git Add fftw dependency and add sections in config files (petsc, fftw); add compilation script for petsc 3.19.4 and fftw 3.3.10 --- diff --git a/products/compil_scripts/fftw-3.3.10.sh b/products/compil_scripts/fftw-3.3.10.sh index 82728f9..f4660bd 100755 --- a/products/compil_scripts/fftw-3.3.10.sh +++ b/products/compil_scripts/fftw-3.3.10.sh @@ -16,7 +16,7 @@ if [ $? -ne 0 ]; then exit 1 fi -echo +echo echo "*** make" make if [ $? -ne 0 ]; then @@ -24,7 +24,7 @@ if [ $? -ne 0 ]; then exit 2 fi -echo +echo echo "*** make install" make install if [ $? -ne 0 ]; then