We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9298b09 commit d83f05fCopy full SHA for d83f05f
containers/debian/Dockerfile
@@ -231,6 +231,7 @@ target=${target[${TARGETPLATFORM}]}
231
spack config --scope site add "packages:all:require:[target=${target}]"
232
spack config --scope site add "packages:all:target:[${target}]"
233
spack config blame packages
234
+mkdir -p $HOME/.spack/
235
spack config --scope user add "config:suppress_gpg_warnings:true"
236
spack config --scope user add "config:build_jobs:${jobs}"
237
spack config --scope user add "config:db_lock_timeout:${jobs}00"
@@ -272,4 +273,4 @@ set -e
272
273
git clone --filter=tree:0 https://github.com/${EICSPACK_ORGREPO}.git ${EICSPACK_ROOT}
274
git -C ${EICSPACK_ROOT} checkout ${EICSPACK_VERSION}
275
spack repo add --scope site "${EICSPACK_ROOT}"
-EOF
276
+EOF
0 commit comments