I am trying to install Code_Saturne 8.2.0 with Salome 9.12.0 under Ubuntu 22.04 WSL (Windows 10) to help the Japanese community.
I started by following the instructions by Cyprien but I am stuck after build and install the salome_cfd_extensions (I used the master branch since I need it for Code_Saturne 8).
I had to separately install omniidl as suggested by Cyprien, it seems to work.
Here are the commands I used to build salome_cfd_extensions (I had to define SALOMEENVCMD to a dummy value to avoid make errors) :
Code: Select all
git clone https://github.com/code-saturne/salome_cfd_extensions.git
./sbin/bootstrap
$SALOME_ROOT_DIR/salome shell
./configure --with-salome=$SALOME_ROOT_DIR OMNIIDL=/usr/local/bin/omniidl
make SALOMEENVCMD="echo toto"
sudo make install SALOMEENVCMD="echo toto"
configure, make and make install are passing but no salome_cfd script is created in /usr/local/bin
At the end of configure I could see this message :
Code: Select all
Configuration options:
use debugging code: no
SALOME KERNEL support: yes
SALOME GUI support: yes
The package has been configured. Type:
make
make install
To generate and install the salome CFD extensions
Any idea, hint would be very welcome! Thanks you very much in advance,