Skip to content

Commit

Permalink
updated Dockerfile.spack-gmds-macos to match the ubuntu one
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Aug 29, 2023
1 parent 6c54f59 commit e4e66de
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions dockerfiles/Dockerfile.spack-gmds-macos
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@ RUN source ./spack/share/spack/setup-env.sh && \
git clone --branch gmds_temp --depth=1 https://github.com/LIHPC-Computational-Geometry/spack_recipes.git &&\
spack repo add ./spack_recipes/meshing_repo &&\
spack repo add ./spack_recipes/supersede_repo &&\
spack compiler find
spack config --scope site add 'packages:all:target:[x86_64]' &&\
spack compiler find &&\
spack external find cmake
#==========================================
RUN source ./spack/share/spack/setup-env.sh && \
spack install cmake &&\
spack install lcov && \
spack install py-pybind11 && \
spack install py-pytest &&\
spack install glpk && \
spack install googletest && \
spack install cgal && \
spack install --only dependencies gmds+kmds+blocking ^kokkos+openmp ^cgns~mpi
#==========================================
RUN rm -rf /spack/var/spack/cache/*
Expand Down

0 comments on commit e4e66de

Please sign in to comment.