Merge branch 'fix_09112022' into 'master'
FIX: add new --add option to install cmd See merge request germann_e/spack-psi!4
This commit is contained in:
@ -18,7 +18,7 @@ build_test:
|
|||||||
- git clone ${SPACK_REPO} -b ${SPACK_BRANCH}
|
- git clone ${SPACK_REPO} -b ${SPACK_BRANCH}
|
||||||
- . "./spack/share/spack/setup-env.sh"
|
- . "./spack/share/spack/setup-env.sh"
|
||||||
- spack env activate --without-view env/merlin/${SPACK_PCKG}
|
- spack env activate --without-view env/merlin/${SPACK_PCKG}
|
||||||
- spack install -j ${MAX_JOB_NB} git-lfs
|
- spack install -j ${MAX_JOB_NB} --add git-lfs
|
||||||
- spack develop ${SPACK_SPEC}
|
- spack develop ${SPACK_SPEC}
|
||||||
- spack install -j ${MAX_JOB_NB}
|
- spack install -j ${MAX_JOB_NB}
|
||||||
- spack load ${SPACK_SPEC}
|
- spack load ${SPACK_SPEC}
|
||||||
|
Reference in New Issue
Block a user