]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
[bos #41189][Windows]: fix psutil and cython compilation options
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 3 Apr 2024 14:47:44 +0000 (16:47 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 3 Apr 2024 14:47:44 +0000 (16:47 +0200)
products/Cython.pyconf
products/compil_scripts/psutil-5.9.8.bat

index 5cc2a481ba4eccf7ba18bf9ed0703e9d1a6e3fb4..51da00ede8a4dab0e037fb758c243fc536c6d301 100755 (executable)
@@ -41,7 +41,7 @@ version_0_29_37_win_dbg :
 {
     name : "Cython"
     build_source : "script"
-    compil_script : 'cython.bat'
+    compil_script : 'cython-0.29.37.bat'
     get_source : "archive"
     archive_info:
     {
index 19ceb67e2feab813e50f11fd8e852a77c917f581..ddd2ad12375d63d98bd22134dc503de2f52c9c16 100644 (file)
@@ -30,12 +30,12 @@ set PYTHONPATH=%PYTHONPATH%;%PRODUCT_INSTALL%\Lib\site-packages
 echo.
 echo *** 
 if %INSTALL_CENTRALLY% == 1 (
-    %PYTHONBIN% setup.py build %BUILD_OPT% install
+    %PYTHONBIN% setup.py build %BUILD_OPT% install   --old-and-unmanageable
 ) else (
-    %PYTHONBIN% setup.py build %BUILD_OPT% install --prefix=%PRODUCT_INSTALL%
+    %PYTHONBIN% setup.py build %BUILD_OPT% install --prefix=%PRODUCT_INSTALL% --old-and-unmanageable
 )
 if NOT %ERRORLEVEL% == 0 (
-  echo ERROR on psutil running %PYTHONBIN% setup.py build %BUILD_OPT% install --prefix=%PRODUCT_INSTALL%
+  echo ERROR on psutil running %PYTHONBIN% setup.py build %BUILD_OPT% install --prefix=%PRODUCT_INSTALL% --old-and-unmanageable
   exit 1
 )
 echo.