From: Guytri KASTANE Date: Thu, 31 Oct 2024 08:32:53 +0000 (+0100) Subject: fix joblib path installation for native python X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2093d006dc9733b4d535ff54c312b1aff45aaca;p=tools%2Fsat_salome.git fix joblib path installation for native python --- diff --git a/products/compil_scripts/openturns-1.23.sh b/products/compil_scripts/openturns-1.23.sh index 43686b3..059f644 100755 --- a/products/compil_scripts/openturns-1.23.sh +++ b/products/compil_scripts/openturns-1.23.sh @@ -364,7 +364,7 @@ if [[ -d "$SOURCE_DIR/otfftw-0.15" ]]; then fi echo "INFO: install joblib-1.1.0" if ! ${PYTHONBIN} -c "import joblib"; then - ${PYTHONBIN} -m pip install --cache-dir=$BUILD_DIR/cache/pip $SOURCE_DIR/joblib-1.1.0/joblib-1.1.0-py2.py3-none-any.whl --no-deps + ${PYTHONBIN} -m pip install --cache-dir=$BUILD_DIR/cache/pip $SOURCE_DIR/joblib-1.1.0/joblib-1.1.0-py2.py3-none-any.whl --no-deps --prefix=$PRODUCT_INSTALL if [ $? -ne 0 ]; then echo "FATAL: could not install joblib-1.1.0" exit 6