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)
253
253
spack config --scope user add "config:suppress_gpg_warnings:true"
@@ -257,7 +257,7 @@ spack config --scope user add "config:source_cache:/var/cache/spack"
257
257
spack config --scope user add "config:install_tree:root:/opt/software"
258
258
spack config --scope user add "config:ccache:true"
259
259
spack config blame config
260
-
spack compiler find --scope site
260
+
spack compiler find --scope spack
261
261
# Ensure GCC externals have LTO‑safe binutils configured.
262
262
#
263
263
# 1. LTO issue being worked around:
@@ -291,9 +291,9 @@ EOF
291
291
## - allow llvm to be buildable for py-numba > py-llvmlite
292
292
RUN <<EOF
293
293
set -e
294
-
spack external find --scope site llvm
295
-
spack external find --scope site --not-buildable gcc
296
-
spack external find --scope site --not-buildable --path /usr/local/cuda/bin cuda
0 commit comments