CAS : 'V7_5_3p1'
C3PO: 'v2.0'
certifi : '2018.8.24'
- cgns : {tag : '4.2.0', hpc : 'yes'}
+ cgns : {tag : '4.1.1', 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.2.0'
+ cgns : '4.1.1'
chardet : 'native'
click : 'native'
cmake : 'native'
CAS : 'V7_5_3p1'
C3PO: 'v2.0'
certifi : '2018.8.24'
- cgns : '4.2.0'
+ cgns : '4.1.1'
chardet : '3.0.4'
click : '6.7'
cmake : '3.12.1'
CMAKE_OPTIONS+=" -DPARAVIEW_ENABLE_GDAL=ON"
if [ "$GDAL_ROOT_DIR" != "/usr" ]; then
CMAKE_OPTIONS+=" -DGDAL_ROOT_DIR=$GDAL_ROOT_DIR"
+ CMAKE_OPTIONS+=" -DGDAL_LIBRARY=$GDAL_ROOT_DIR/lib/libgdal.so"
+ CMAKE_OPTIONS+=" -DGDAL_INCLUDE_DIR=$GDAL_ROOT_DIR/include"
fi
fi