From: Nabil Ghodbane Date: Thu, 6 Apr 2023 14:17:01 +0000 (+0200) Subject: spns #34285: link consistently against libOT.so X-Git-Tag: V9_11_0~69 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=337b671e9c805fe8cd3109b548480a3991b607a1;p=tools%2Fsat_salome.git spns #34285: link consistently against libOT.so --- diff --git a/products/compil_scripts/openturns-1.20.sh b/products/compil_scripts/openturns-1.20.sh index 2910e41..88e1198 100755 --- a/products/compil_scripts/openturns-1.20.sh +++ b/products/compil_scripts/openturns-1.20.sh @@ -437,8 +437,8 @@ cd ${PRODUCT_INSTALL}/lib # On some nodes, the link to OT is not done properly. if [[ ! -f libOT.so.0 ]]; then echo "INFO: Fixing libOT.so" - ln -sf libOT.so.0.20.0 libOT.so.0.20 - ln -sf libOT.so.0.20 libOT.so.0 + ln -sf libOT.so.0.21.0 libOT.so.0.21 + ln -sf libOT.so.0.21 libOT.so.0 ln -sf libOT.so.0 libOT.so fi