Skip to content

Commit

Permalink
added python variant to the spack-gmds dockerfile in order to have py…
Browse files Browse the repository at this point in the history
…-test
  • Loading branch information
nicolaslg committed Aug 29, 2024
1 parent 404869a commit dd7d1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.spack-gmds
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN source ./spack/share/spack/setup-env.sh && \
spack external find cmake
#==========================================
RUN source ./spack/share/spack/setup-env.sh && \
spack install --only dependencies gmds+kmds+blocking ^kokkos+openmp ^cgns~mpi
spack install --only dependencies gmds+kmds+blocking+python ^kokkos+openmp ^cgns~mpi
#==========================================
RUN rm -rf /spack/var/spack/cache/*
#==========================================

0 comments on commit dd7d1a4

Please sign in to comment.