Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Pages: 1
Hi !
I want to use the very new version of Salome-Meca.
So, I've followed instructions here : ...code-aster.org/spip.php?article295
I've begun to install Singularity with instructions here : ...//sylabs.io/guides/3.0/user-guide/quick_start.html
Everything was OK until I reached this step :
"
Compile the Singularity binary
Now you are ready to build Singularity. Dependencies will be automatically downloaded. You can build Singularity using the following commands:
$ cd $GOPATH/src/github.com/sylabs/singularity
$ ./mconfig
$ make -C builddir
$ sudo make -C builddir install
"
When I launch ./mconfig, I got this error message at the end
"
...
checking: libseccomp+headers... no
checking: conmon source... no
conmon source not found
Unless you are building --without-conmon you must 'git clone recursive'
or 'git submodule update --init'.
"
I don't know how to deal with this ?
Precision : I'm on XUbuntu 20.04
Is anybody got ideas about that ?
Offline
Did you try :
git clone --recursive https : / / github.com/sylabs/singularity.git
In the singularity clone part of the tutorial ?
Offline
Hello hberro,
I re-tried with your advice and it solved the problem.
Thanks a lot.
After that, I had another issue with glib that appears but I have installed a package and I can finally launch Salome-Meca.
Now, I'm dealing with Paravis crashes
Offline
Pages: 1