X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcompil_scripts%2Fopenturns-1.18.sh;h=0fa799af57973ad1db0658ee43c094c9565c9e57;hb=784f80afd533526735b759afd9242a650d597bb1;hp=bd485ebf9b39751eea34c75fe4f1c4338f564ec5;hpb=91d5b87601fa3290a250eedc88f734d21512d67d;p=tools%2Fsat_salome.git diff --git a/products/compil_scripts/openturns-1.18.sh b/products/compil_scripts/openturns-1.18.sh index bd485eb..0fa799a 100755 --- a/products/compil_scripts/openturns-1.18.sh +++ b/products/compil_scripts/openturns-1.18.sh @@ -361,7 +361,14 @@ if [[ -d "$SOURCE_DIR/otfftw-0.11" ]]; then fi fi -# add the site.py file +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.19.0 libOT.so.0.19 + ln -sf libOT.so.0.19 libOT.so.0 + ln -sf libOT.so libOT.so.0 +fi echo echo "########## END"