]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
[bos #41189][Windows]: ajust dateutil
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 5 Apr 2024 09:20:49 +0000 (11:20 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 5 Apr 2024 09:20:49 +0000 (11:20 +0200)
applications/SALOME-master-windows.pyconf
products/compil_scripts/Python-3.9.bat
products/dateutil.pyconf

index ed539043c147b53aa7f3aefa6a8f65d7c1d8d938..f48feac33c3b51d382ce4457b59441b1a5769937 100644 (file)
@@ -52,7 +52,7 @@ APPLICATION :
         cppunit : '1.13.2'
         cycler : '0.10.0'
         Cython : '0.29.37'
-        dateutil : '2.8.0'
+        dateutil : '2.8.2'
         dill : '0.3.4'
         docutils : '0.14'
         doxygen : '1.8.3.1'
index eeafa1a3f0cc76fec27943a88ab62a6ddf409e95..1bab8580c81966758b0223f341483e82958d8f67 100644 (file)
@@ -184,12 +184,10 @@ if NOT %ERRORLEVEL% == 0 (
 REM some prequistes if compiled in Debug mode require the lib to be in folder libs
 REM other ones require these static lib to be in the root directory
 REM on purpose we don't use mklink, since this requires the user to have his node set in developer mode.
-if %SAT_DEBUG% == 1 (
-  xcopy  /Y %PRODUCT_INSTALL%\*.lib %PRODUCT_INSTALL%\libs\
-  if NOT %ERRORLEVEL% == 0 (
-     echo ERROR could not copy static libraries
-     exit 6
-  )
+xcopy  /Y %PRODUCT_INSTALL%\*.lib %PRODUCT_INSTALL%\libs\
+if NOT %ERRORLEVEL% == 0 (
+  echo ERROR could not copy static libraries
+  exit 6
 )
 
 REM on purpose, we don't use mklink - requires admin rights...
index dcc5764a9029eeee17eb294a61a7ba18b6f6c085..5b4f4bd2a1dcdca2134f7193ce918d2d71a7a9bf 100644 (file)
@@ -31,3 +31,8 @@ default_win :
    compil_script :  'pip_install_whl' + $VARS.scriptExtension
    archive_info : {archive_name : "dateutil-" + $APPLICATION.products.dateutil + "_windows.tar.gz"}
 }
+
+version_2_8_2:
+{
+   archive_info : {archive_name : "dateutil-2.8.2.tar.gz"}
+}