When following the instructions on SAT wiki, step 7 failed to compiled. Here is the output of the command SAT/sat -t -o "APPLICATION.properties.git_server='github'" compile SALOME-master-native --stop_first_fail
.
Executing the compile commands in the build directories of the products of the application SALOME-master-native
SOURCE directory = /home/simo/SALOME-master-native-UB24.04/SOURCES
BUILD directory = /home/simo/SALOME-master-native-UB24.04/BUILD
WARNING: RESTRICTED is a closed-source software and is not available on github
WARNING: CEATESTBASE is a closed-source software and is not available on github
Compilation of Python ........................ native
Compilation of setuptools .................... native
Compilation of alabaster ..................... native
Compilation of cmake ......................... native
Compilation of lapack ........................ native
Compilation of assimulo ...................... Already installed
Compilation of pytz .......................... native
Compilation of Babel ......................... native
Compilation of Cython ........................ native
Compilation of numpy ......................... native
Compilation of openmpi ....................... native
Compilation of hdf5 .......................... Already installed
Compilation of llvm .......................... native
Compilation of tbb ........................... native
Compilation of swig .......................... Already installed
Compilation of nlopt ......................... native
Compilation of libxml2 ....................... native
Compilation of eigen ......................... native
Compilation of freetype ...................... native
Compilation of qt ............................ native
Compilation of sip ........................... native
Compilation of six ........................... native
Compilation of pyparsing ..................... native
Compilation of packaging ..................... native
Compilation of PyQt .......................... native
Compilation of dateutil ...................... native
Compilation of cycler ........................ native
Compilation of kiwisolver .................... native
Compilation of docutils ...................... native
Compilation of Pillow ........................ native
Compilation of matplotlib .................... native
Compilation of cminpack ...................... native
Compilation of FMILibrary .................... Already installed
Compilation of scipy ......................... native
Compilation of Pygments ...................... native
Compilation of markupsafe .................... native
Compilation of Jinja2 ........................ native
Compilation of certifi ....................... native
Compilation of urllib3 ....................... native
Compilation of idna .......................... native
Compilation of chardet ....................... native
Compilation of requests ...................... native
Compilation of imagesize ..................... native
Compilation of snowballstemmer ............... native
Compilation of Sphinx ........................ native
Compilation of nose_py3 ...................... Already installed
Compilation of PyFMI ......................... Already installed
Compilation of boost ......................... native
Compilation of pandas ........................ native
Compilation of patsy ......................... native
Compilation of statsmodels ................... native
Compilation of openturns ..................... SCRIPT /home/simo/SAT_SALOME/products/compil_scripts/openturns-1.23.sh build_dir = /home/simo/SALOME-master-native-UB24.04/BUILD/openturns
install_dir = /home/simo/SALOME-master-native-UB24.04/INSTALL/openturns
> Run build script /home/simo/SAT_SALOME/products/compil_scripts/openturns-1.23.sh
##########################################################################
openturns 1.23
##########################################################################
*** cmake -DCMAKE_INSTALL_PREFIX:STRING=/home/simo/SALOME-master-native-UB24.04/INSTALL/openturns -DCMAKE_INSTALL_LIBDIR:STRING=lib -DCMAKE_BUILD_TYPE:STRING=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 -DSWIG_EXECUTABLE=/home/simo/SALOME-master-native-UB24.04/INSTALL/swig/bin/swig -DHDF5_DIR:PATH=/home/simo/SALOME-master-native-UB24.04/INSTALL/hdf5/share/cmake/hdf5 -DHDF5_USE_STATIC_LIBRARIES:BOOL=OFF -DHDF5_ROOT:PATH=/home/simo/SALOME-master-native-UB24.04/INSTALL/hdf5 -DHDF5_hdf5_LIBRARY_RELEASE=/home/simo/SALOME-master-native-UB24.04/INSTALL/hdf5/lib -DHDF5_hdf5_hl_LIBRARY_RELEASE=/home/simo/SALOME-master-native-UB24.04/INSTALL/hdf5/lib/libhdf5_hl.so -DHDF5_HL_LIBRARY=/home/simo/SALOME-master-native-UB24.04/INSTALL/hdf5/lib/libhdf5_hl.so -DHDF5_C_INCLUDE_DIR=/home/simo/SALOME-master-native-UB24.04/INSTALL/hdf5/include -DCMINPACK_ROOT_DIR=/usr -DCMINPACK_INCLUDE_DIR=/usr/include/cminpack-1
CMake Error: The source directory "/home/simo/SALOME-master-native-UB24.04/SOURCES/openturns/openturns-1.23" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
ERROR on cmake
Compilation of openturns ..................... Compilation of openturns ..................... KO
Compilation: KO (168/169)
step 1 to 6 didn’t have error, and I have every prerequisites from step 5 and 6 installed. I also tried to comment out the openturns : '1.23'
section from ~/SAT_SALOME/applications/SALOME-master-native.pyconf
but have no luck.