]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Fixed openturns compilation on Debian because of using wrong version of Cython from... kleontev/fix_openturns_compil_win 6/head
authorKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Tue, 8 Aug 2023 21:58:26 +0000 (22:58 +0100)
committerKonstantin Leontev <Konstantin.LEONTEV@opencascade.com>
Tue, 8 Aug 2023 21:58:26 +0000 (22:58 +0100)
products/compil_scripts/openturns-1.20.1.sh

index d90b94d9a5f0d95c05bbd773a6077352a67ecfea..86dfb68f7fb1a917c8eda455c920fa2e9ff77ebc 100755 (executable)
@@ -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  --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
                 if [ $? -ne 0 ]
                 then
                     echo "FATAL: could not install scikit-0.24.2"
@@ -346,7 +346,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
+                ${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
                 if [ $? -ne 0 ]
                 then
                     echo "FATAL: could not install scikit-0.24.2"