Page 1 of 1

2 small errors in Dockerfile of wiki/Code_Saturne-in-a-Docker-container

Posted: Tue Jul 02, 2024 5:26 pm
by phmarion
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

Re: 2 small errors in Dockerfile of wiki/Code_Saturne-in-a-Docker-container

Posted: Wed Jul 03, 2024 1:08 pm
by Yvan Fournier
Hello,

Thanks for the feedback. I updated/fixed the wiki entry just now.

Best regards,

Yvan