@@ -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
2826cp 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
0 commit comments