From 337b671e9c805fe8cd3109b548480a3991b607a1 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 6 Apr 2023 16:17:01 +0200 Subject: [PATCH] spns #34285: link consistently against libOT.so --- products/compil_scripts/openturns-1.20.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2