Skip to content
Snippets Groups Projects

Add Spack recipe

Merged Mark Meredith requested to merge (removed):spack into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -22,6 +22,7 @@ RUN apt-get -qq update \
ninja==1.* \
&& git clone -c feature.manyFiles=true https://github.com/spack/spack.git /usr/local/spack \
PATH=/usr/local/spack/bin:$PATH
&& PATH=/usr/local/spack/bin:$PATH
CMD [ "/bin/bash" ]
Loading