Skip to content

Commit bd42f1b

Browse files
committed
fix: minor changes suggested by @olesenm
works on #2 and #3
1 parent 762d5bf commit bd42f1b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

basic/com-openfoam.def

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ From: containers/basic/ubuntu-{{ OS_VERSION }}-ompi-{{ OPENMPI_VERSION }}.sif
2121
%post
2222
curl https://dl.openfoam.com/add-debian-repo.sh | bash
2323
DEBIAN_FRONTEND=noninteractive
24-
apt-get -y install --no-install-recommends openfoam{{ OPENFOAM_VERSION }}-default python3
25-
rm -rf /usr/lib/openfoam/openfoam{{ OPENFOAM_VERSION }}/tutorials/*
24+
apt-get -y install --no-install-recommends openfoam{{ OPENFOAM_VERSION }}-dev python3
2625
dpkg --remove --force-depends libopenmpi-dev openmpi-bin openmpi-common
2726
jq --arg app openfoam --arg commit {{ OPENFOAM_GIT_REF }} \
2827
--arg branch {{ OPENFOAM_GIT_REF }} \
@@ -45,9 +44,9 @@ From: containers/basic/ubuntu-{{ OS_VERSION }}-ompi-{{ OPENMPI_VERSION }}.sif
4544
%runscript
4645
/bin/bash -c 'cd /usr/lib/openfoam/openfoam{{ OPENFOAM_VERSION }} && source etc/bashrc && mkdir -p $FOAM_USER_LIBBIN && mkdir -p $FOAM_USER_APPBIN'
4746
if [ $# -eq 0 ]; then
48-
/bin/bash -c "source /usr/lib/openfoam/openfoam{{ OPENFOAM_VERSION }}/etc/bashrc && /bin/bash --login"
47+
/usr/bin/openfoam{{ OPENFOAM_VERSION }}
4948
else
50-
/bin/bash -c "source /usr/lib/openfoam/openfoam{{ OPENFOAM_VERSION }}/etc/bashrc && $@"
49+
/usr/bin/openfoam{{ OPENFOAM_VERSION }} $@
5150
fi
5251

5352
%labels

0 commit comments

Comments
 (0)