Skip to content

Commit a38b6ef

Browse files
committed
removed use of the gmds_temp branch
1 parent 40db444 commit a38b6ef

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

build_spack_gmds.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git clone --depth=1 -b v0.20.3 https://github.com/spack/spack.git
77
# have a fresh start
88
#==========================================
99
# get our recipes
10-
git clone --branch gmds_temp --depth=1 https://github.com/LIHPC-Computational-Geometry/spack_recipes.git
10+
git clone --depth=1 https://github.com/LIHPC-Computational-Geometry/spack_recipes.git
1111
#==========================================
1212
# modifying spack configuration
1313
#==========================================
@@ -16,15 +16,13 @@ git clone --branch gmds_temp --depth=1 https://github.com/LIHPC-Computational-Ge
1616
# Optionnal: modifying the install_tree variable to make it shorter and more human readable;
1717
# the HASH part in install directory names is removed which can lead to collisions.
1818
# The spack/etc/spack/defaults/config.yaml file can be modified by hand
19-
# - in spack version 0.19.2
20-
#sed -i 's#"${ARCHITECTURE}/${COMPILERNAME}-${COMPILERVER}/${PACKAGE}-${VERSION}-${HASH}"#"${PACKAGE}"#g' spack/etc/spack/defaults/config.yaml
21-
# - in spack version 0.20.1
19+
# - in spack version 0.20.3
2220
#sed -i 's#"{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}"#"{name}"#g' spack/etc/spack/defaults/config.yaml
2321

2422
# to register our recipes; it assumes that spack_recipes and spack are located at
2523
# the same level. You can use the "spack repo add" commands instead of copying the repos.yaml file
26-
#spack repo add ./spack_recipes/meshing_repo
27-
#spack repo add ./spack_recipes/supersede_repo
24+
#spack repo add ./spack_recipes/meshing
25+
#spack repo add ./spack_recipes/meshing_supersede
2826
cp spack_recipes/config/repos.yaml spack/etc/spack/defaults/repos.yaml
2927

3028
# Optionnal: the default tmpdir used to build is defined in spack/etc/spack/defaults/config.yaml

dockerfiles/Dockerfile.spack-gmds

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN git clone --depth=1 -b v${SPACK_VERSION} https://github.com/spack/spack.git
2828
sed -i 's#"{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}"#"{name}"#g' spack/etc/spack/defaults/config.yaml
2929
#==========================================
3030
RUN source ./spack/share/spack/setup-env.sh && \
31-
git clone --branch gmds_temp --depth=1 https://github.com/LIHPC-Computational-Geometry/spack_recipes.git &&\
32-
spack repo add ./spack_recipes/meshing_repo &&\
33-
spack repo add ./spack_recipes/supersede_repo &&\
31+
git clone --depth=1 https://github.com/LIHPC-Computational-Geometry/spack_recipes.git &&\
32+
spack repo add ./spack_recipes/meshing &&\
33+
spack repo add ./spack_recipes/meshing_supersede &&\
3434
spack config --scope site add 'packages:all:target:[x86_64]' &&\
3535
spack compiler find &&\
3636
spack external find cmake

dockerfiles/Dockerfile.spack-gmds-macos

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN git clone --depth=1 -b v${SPACK_VERSION} https://github.com/spack/spack.git
1717
sed -i 's#"{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}"#"{name}"#g' spack/etc/spack/defaults/config.yaml
1818
#==========================================
1919
RUN source ./spack/share/spack/setup-env.sh && \
20-
git clone --branch gmds_temp --depth=1 https://github.com/LIHPC-Computational-Geometry/spack_recipes.git &&\
21-
spack repo add ./spack_recipes/meshing_repo &&\
22-
spack repo add ./spack_recipes/supersede_repo &&\
20+
git clone --depth=1 https://github.com/LIHPC-Computational-Geometry/spack_recipes.git &&\
21+
spack repo add ./spack_recipes/meshing &&\
22+
spack repo add ./spack_recipes/meshing_supersede &&\
2323
spack config --scope site add 'packages:all:target:[x86_64]' &&\
2424
spack compiler find &&\
2525
spack external find cmake

0 commit comments

Comments
 (0)