From cdb0d7cc93e737508bf8efd6279484368ae09eeb Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Thu, 3 Aug 2023 09:20:32 +0200 Subject: [PATCH] Add options to fix sklearn compilation in openturns compil script --- products/compil_scripts/openturns-1.20.1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/compil_scripts/openturns-1.20.1.sh b/products/compil_scripts/openturns-1.20.1.sh index d90b94d..4d6ce3c 100755 --- a/products/compil_scripts/openturns-1.20.1.sh +++ b/products/compil_scripts/openturns-1.20.1.sh @@ -300,7 +300,7 @@ 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 + ${PYTHONBIN} -m pip install --no-use-pep517 --no-build-isolation --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 if [ $? -ne 0 ] then echo "FATAL: could not install scikit-0.24.2" -- 2.39.2