CAS : 'V7_5_3p1'
C3PO: 'v2.0'
certifi : '2018.8.24'
- cgns : {tag : '4.1.1', hpc : 'yes'}
+ cgns : {tag : '4.2.0', hpc : 'yes'}
chardet : '3.0.4'
click : '6.7'
cmake : '3.12.1'
certifi : 'native'
# Standalone native cgns works well. Unfortunately, it's directly linked to native hdf which uses a higher version than us.
# Rollback to embedded version to avoid versions mismatch between both of them (see imp_1538_cgns_export_import.py)
- cgns : '4.1.1'
+ cgns : '4.2.0'
chardet : 'native'
click : 'native'
cmake : 'native'
boost : '1.67.0'
CAS : {tag: 'V7_5_3p1', section: 'version_V7_5_3p1_win'}
certifi : '2019.6.16'
- cgns : '4.1.1'
+ cgns : '4.2.0'
chardet : '3.0.4'
click : '7.0'
cmake : '3.12.1'
CAS : 'V7_5_3p1'
C3PO: 'v2.0'
certifi : '2018.8.24'
- cgns : '4.1.1'
+ cgns : '4.2.0'
chardet : '3.0.4'
click : '6.7'
cmake : '3.12.1'
) else (
SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DMEDFILE_USE_MPI:BOOL=OFF
)
+REM bos #26398
+if "%VERSION%" == "4.2.0" (
+ SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCGNS_ENABLE_64BIT:BOOL=OFF
+)
+
set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCMAKE_GENERATOR="Visual Studio 15 2017 Win64"
fi
fi
+# bos #26398
+if [ $VERSION == "4.2.0" ]; then
+ echo "WARNING: switching OFF 64 bits support!"
+ CMAKE_OPTIONS+=" -DCGNS_ENABLE_64BIT:BOOL=OFF"
+fi
echo
echo "*** cmake" $CMAKE_OPTIONS
cmake $CMAKE_OPTIONS $SOURCE_DIR