I am trying to install the fea platform SALOME (french) in fedora 35. In their Documentation the developers and some users wrote they tested it on Ubuntu. This software has following dependencies:
-bison
-make
cmake
-flex
-g++
-gcc
-gfortran
-grace
-libopenblas-dev
-python
-python-dev
-python-numpy
-ImageMagick
-graphviz
-tk
-zlib-devel
In the first step of the installation, which is done by a python script, it blocks at:
checking for libpthread.so no
.a no
checking for libdl.so no
.a no
I think I have performed all the dependencies for the installation before (gcc,python,cmake,glibc,zlib and -devel…).
In addition when I execute:
sudo dnf repoquery --whatrequires libpthread.so
it does not output anything (last metadata expiration check: hh:mm:ss
Does it mean that the check for compiler/package is wrong or that the package is really missing?
In an alternative the SALOME user writes there is a link for Docker use but I am not sure it is the best with my system (I have Debian and run fedora as a virtual machine).
Thank for the reading (I will see the last idea on docker)