From: Guytri Kastane Date: Mon, 21 Aug 2023 13:59:28 +0000 (+0200) Subject: openturns-1.20.1: add --no-use-pep517 X-Git-Tag: V9_12_0~54 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=17b402c071d951ae07221d5a98bf0ec94fc2b39d;p=tools%2Fsat_salome.git openturns-1.20.1: add --no-use-pep517 --- diff --git a/products/compil_scripts/openturns-1.20.1.sh b/products/compil_scripts/openturns-1.20.1.sh index 86dfb68..0e46e82 100755 --- a/products/compil_scripts/openturns-1.20.1.sh +++ b/products/compil_scripts/openturns-1.20.1.sh @@ -300,7 +300,8 @@ if [[ -d "$SOURCE_DIR/otfftw-0.12" ]]; then continue 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 --prefix=$PRODUCT_INSTALL --no-build-isolation + # use --no-build-isolation and --no-use-pep517 flags + ${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 --prefix=$PRODUCT_INSTALL --no-build-isolation --no-use-pep517 if [ $? -ne 0 ] then echo "FATAL: could not install scikit-0.24.2"