Hello,
I'm trying to build an apptainer from Docker & I found 2 small errors in:
https://github.com/code-saturne/code_sa ... -container
L. 27 : (configure hdf5 1.12.3) : --prefix=${hdfdir} --enable-build-mode=production --enable-parallel \
-> ( it's seems that "--enable-production" is not supported any more)
L. 39 (med install) tar -jxvf /tmp/med-5.0.0.tar.bz2
-> ( tar -zxvf /tmp/med-5.0.0.tar.bz2 -C /tmp/ ...- "z" vs "j" for a tar.bz2 archive-)
regards
2 small errors in Dockerfile of wiki/Code_Saturne-in-a-Docker-container
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
-
- Posts: 4206
- Joined: Mon Feb 20, 2012 3:25 pm
Re: 2 small errors in Dockerfile of wiki/Code_Saturne-in-a-Docker-container
Hello,
Thanks for the feedback. I updated/fixed the wiki entry just now.
Best regards,
Yvan
Thanks for the feedback. I updated/fixed the wiki entry just now.
Best regards,
Yvan