From e92d3b8bdd73eead99ea99b92c386d641f5878ef Mon Sep 17 00:00:00 2001 From: Cameron Book <43379611+ulmononian@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:06:14 -0700 Subject: [PATCH] Update Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 add "&& \" after setup meta modules line. --- Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 b/Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 index 6bcadc5..e33eb02 100644 --- a/Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 +++ b/Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 @@ -12,7 +12,7 @@ RUN source ./setup.sh && \ spack concretize 2>&1 | tee concretize.log && \ spack install 2>&1 | tee install.log && \ yes "y" 2>/dev/null | spack module lmod refresh && \ - spack stack setup-meta-modules + spack stack setup-meta-modules && \ find envs/ufs-srw-dev.docker_gnu/install/modulefiles -iname "*.lua" | xargs grep -l depends_on | xargs sed -i 's/depends_on/-- depends_on/g'