sip : '5.5.0'
six : '1.12.0'
snowballstemmer : '2.2.0'
- Sphinx : '2.1.2'
+ Sphinx : '3.5.4'
sphinxcontrib_applehelp : '1.0.1'
sphinxcontrib_devhelp : '1.0.1'
sphinxcontrib_jsmath : '1.0.1'
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.
-xcopy /Y %PRODUCT_INSTALL%\*.lib %PRODUCT_INSTALL%\libs\
-if NOT %ERRORLEVEL% == 0 (
- echo ERROR could not copy static libraries
- exit 6
+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
+ )
)
REM on purpose, we don't use mklink - requires admin rights...
env.prepend('PATH',os.path.join(prereq_dir, 'lib', 'x86_win32'))
env.prepend( 'PYTHONPATH', os.path.join(prereq_dir, 'lib', 'python'))
env.prepend( 'PYTHONPATH', os.path.join(prereq_dir, 'lib', 'x86_win32'))
+ env.set('OMNIORB_LIB_DIR',os.path.join(prereq_dir, 'lib', 'x86_win32'))
+ env.set('OMNIORB_BIN_DIR',os.path.join(prereq_dir, 'bin', 'x86_win32'))
env.set("OMNIORB_USER_PATH", "%APPDATA%")
else:
env.prepend('PATH', os.path.join(prereq_dir, 'bin'))
}
}
+version_3_3_4 :
+{
+ properties:
+ {
+ pip : "yes"
+ incremental : "yes"
+ }
+}
+version_3_3_4_win :
+{
+ archive_info : {archive_name : "matplotlib-3.3.4.tar.gz"}
+ properties:
+ {
+ pip : "yes"
+ incremental : "yes"
+ }
+}
+
version_2_2_2 :
{
properties:
version_3_2_0_win :
{
- patches : ["opencv-3.2.0-ccache.patch","opencv-3.2.0_windows.patch"]
+ patches : ["opencv-3.2.0-ccache.patch","opencv-3.2.0_windows.patch", "SPNS-29988-opencv-3.2.0-cv2.patch"]
}
version_3_2_0_with_ffmpeg :