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

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
phmarion
Posts: 1
Joined: Tue Jul 02, 2024 3:21 pm

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

Post 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
Yvan Fournier
Posts: 4206
Joined: Mon Feb 20, 2012 3:25 pm

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

Post by Yvan Fournier »

Hello,

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

Best regards,

Yvan
Post Reply