From 17b402c071d951ae07221d5a98bf0ec94fc2b39d Mon Sep 17 00:00:00 2001 From: Guytri Kastane Date: Mon, 21 Aug 2023 15:59:28 +0200 Subject: [PATCH] openturns-1.20.1: add --no-use-pep517 --- products/compil_scripts/openturns-1.20.1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.2