]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Add fftw dependency and add sections in config files (petsc, fftw); add compilation... spns/37342
authorGuytri KASTANE <guytri.kastane@cea.fr>
Wed, 13 Sep 2023 07:50:28 +0000 (09:50 +0200)
committerGuytri KASTANE <guytri.kastane@cea.fr>
Tue, 23 Apr 2024 10:20:52 +0000 (12:20 +0200)
products/compil_scripts/fftw-3.3.10.sh

index 82728f9a8f918dce6b3bc9dfb59a0cf434292b83..f4660bd91d5e96b1ae1bea5fc00131222923d74c 100755 (executable)
@@ -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