From: Nabil Ghodbane Date: Mon, 28 Aug 2023 07:36:14 +0000 (+0200) Subject: if embedded python, do not use --no-build-isolation pip option - otherwise scikit... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ea6d1b36e6a2a48c5d91796a887d7e8b51f3a1e0;hp=17b402c071d951ae07221d5a98bf0ec94fc2b39d;p=tools%2Fsat_salome.git if embedded python, do not use --no-build-isolation pip option - otherwise scikit compilation broken --- diff --git a/products/compil_scripts/openturns-1.20.1.sh b/products/compil_scripts/openturns-1.20.1.sh index 0e46e82..303d938 100755 --- a/products/compil_scripts/openturns-1.20.1.sh +++ b/products/compil_scripts/openturns-1.20.1.sh @@ -347,7 +347,7 @@ if [[ -d "$SOURCE_DIR/otfftw-0.12" ]]; then exit 6 fi echo "INFO: install scikit-learn-0.24.2" - ${PYTHONBIN} -m pip install --cache-dir=$BUILD_DIR/cache/pip $SOURCE_DIR/scikit-learn-0.24.2/scikit-learn-0.24.2.tar.gz --no-deps --no-build-isolation + ${PYTHONBIN} -m pip install --cache-dir=$BUILD_DIR/cache/pip $SOURCE_DIR/scikit-learn-0.24.2/scikit-learn-0.24.2.tar.gz --no-deps if [ $? -ne 0 ] then echo "FATAL: could not install scikit-0.24.2"