]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
fix libOT.so.0 libOT.so
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 15 Apr 2022 08:13:35 +0000 (10:13 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 15 Apr 2022 08:13:35 +0000 (10:13 +0200)
products/compil_scripts/openturns-1.18.sh

index 0fa799af57973ad1db0658ee43c094c9565c9e57..78da8e150a246d87955720b767fde11a49f0b759 100755 (executable)
@@ -367,7 +367,7 @@ if [[ ! -f libOT.so.0 ]]; then
     echo "INFO: Fixing libOT.so"
     ln -sf libOT.so.0.19.0 libOT.so.0.19
     ln -sf libOT.so.0.19 libOT.so.0
-    ln -sf libOT.so libOT.so.0
+    ln -sf libOT.so.0 libOT.so
 fi
 
 echo