You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir -p $HOME/.spack/ # workaround for Spack not creating config directory automatically in some versions (see https://github.com/spack/spack/issues/51564)
258
259
spack config --scope user add "config:suppress_gpg_warnings:true"
259
260
spack config --scope user add "config:build_jobs:${jobs}"
260
261
spack config --scope user add "config:db_lock_timeout:${jobs}00"
261
262
spack config --scope user add "config:source_cache:/var/cache/spack"
262
263
spack config --scope user add "config:install_tree:root:/opt/software"
263
264
spack config --scope user add "config:ccache:true"
264
265
spack config blame config
265
-
spack compiler find --scope site
266
+
spack compiler find --scope spack
266
267
# Ensure GCC externals have LTO‑safe binutils configured.
267
268
#
268
269
# 1. LTO issue being worked around:
@@ -296,9 +297,9 @@ EOF
296
297
## - allow llvm to be buildable for py-numba > py-llvmlite
297
298
RUN <<EOF
298
299
set -e
299
-
spack external find --scope site llvm
300
-
spack external find --scope site --not-buildable gcc
301
-
spack external find --scope site --not-buildable --path /usr/local/cuda/bin cuda
0 commit comments