Salome HOME
Fix problem with Fortran compiler testing.
[tools/install.git] / config_files / KERNEL.sh
index 816542908a779b48e852e83b8cbe4ec41d9f9518..ac95a75442361d9239a202baacbe9cbb72900681 100755 (executable)
@@ -12,7 +12,7 @@
 #
 ####################################################################################
 
-VERSION="3.2.6"
+VERSION="3.2.7"
 
 check_version(){
 if [ -n "${KERNEL_ROOT_DIR}" ]; then
@@ -80,10 +80,8 @@ source ${INSTALL_WORK}/$SHRC
 # unpack
 check_jb tar xfz ${SOURCE_DIR}/KERNELsourcesV${VERSION}.tar.gz -C ${INSTALL_ROOT}
 
-if [ $PROCEDURE == "install_source" ]; then
 # to generate environment scripts
-    try_preinstalled
-fi
+try_preinstalled
 }
 
 install_source_and_build()