Skip to content

Commit

Permalink
Rename spack_recipes_meshing in spack_recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Aug 22, 2023
1 parent 66043ba commit 83f11db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockerfiles/Dockerfile.spack-cgcore
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ RUN apt update &&\
rm -rf /var/lib/apt/lists/*
#==========================================
RUN git clone --depth=1 -b v${SPACK_VERSION} https://github.com/spack/spack.git &&\
git clone https://github.com/LIHPC-Computational-Geometry/spack_recipes_meshing.git &&\
cp spack_recipes_meshing/config/packages.yaml /spack/etc/spack/
git clone https://github.com/LIHPC-Computational-Geometry/spack_recipes.git &&\
cp spack_recipes/config/packages.yaml /spack/etc/spack/

# spack config without mpi should be possible
RUN source /spack/share/spack/setup-env.sh &&\
spack repo add ./spack_recipes_meshing/meshing &&\
spack repo add ./spack_recipes_meshing/meshing_supersede &&\
spack repo add ./spack_recipes/meshing &&\
spack repo add ./spack_recipes/meshing_supersede &&\
spack config --scope site add 'packages:all:target:[x86_64]' &&\
spack compiler find &&\
spack external find cmake
Expand Down

0 comments on commit 83f11db

Please sign in to comment.