patsy : 'native'
ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'}
PERSALYS : 'v16.0.1'
- petsc : '3.20.5'
+ petsc : {tag : '3.20.5', base: 'no', section: 'version_3_20_5', hpc: 'yes'}
Pillow : 'native'
planegcs : '0.18-3cb6890'
psutil : 'native'
'YDEFX'
'pmml'
'SALOMEBOOTSTRAP'
- 'SOLVERLAB'
+ 'SOLVERLAB' : {tag: 'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
'TopIIVolMesh'
#'TESTBASE'
'CEATESTBASE' : 'SalomeV9'
patsy : '0.5.4'
ParaView : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_MPI', hpc: 'yes'}
PERSALYS: 'v16.0.1'
- petsc : '3.20.5'
+ petsc : {tag : '3.20.5', base: 'no', section: 'version_3_20_5', hpc: 'yes'}
Pillow : '8.4.0'
planegcs : '0.18-3cb6890'
poetry : {tag: '1.8.3', base: 'no', section: 'version_1_8_3_x86_64' }
'YDEFX'
'pmml'
'SALOMEBOOTSTRAP'
- 'SOLVERLAB'
+ 'SOLVERLAB' : {tag: 'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
'TopIIVolMesh'
#'TESTBASE'
'CEATESTBASE' : 'SalomeV9'
CONFIGURE_FLAGS+=" --download-f2cblaslapack=ext/f2cblaslapack-3.8.0.q2.tar.gz"
fi
-if [ "${SAT_python_IS_NATIVE}" == "1" ]; then
- CONFIGURE_FLAGS+=" --with-python=1"
-elif [ -n "${PYTHON_ROOT_DIR}" ]; then
- CONFIGURE_FLAGS+=" --with-python-dir=${PYTHON_ROOT_DIR}"
-fi
-
-if [ "$SAT_hdf5_IS_NATIVE" == "1" ]; then
- CONFIGURE_FLAGS+=" --with-hdf5=1"
- CONFIGURE_FLAGS+=" --with-hdf5-dir=$NATIVE_PATH/hdf5/serial/"
-elif [ -n "${HDF5_ROOT_DIR}" ]; then
- CONFIGURE_FLAGS+=" --with-hdf5-dir=${HDF5_ROOT_DIR}"
-fi
+CONFIGURE_FLAGS+=" --with-python-dir=${PYTHON_ROOT_DIR}"
+CONFIGURE_FLAGS+=" --with-hdf5-dir=${HDF5_ROOT_DIR}"
if [ -f "${NATIVE_PATH}/libfftw3.a" ] && [ "${SAT_fftw_IS_NATIVE}" == "1" ]; then
CONFIGURE_FLAGS+=" --with-fftw=1"