Exclude curl and readline from spack view (#5249)

This commit is contained in:
Matthias Krack 2026-05-19 14:34:59 +02:00 committed by GitHub
parent 8452982c9b
commit 5f5be17510
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -219,5 +219,6 @@ spack:
default:
root: /opt/spack/view
exclude:
# Exclude gcc-runtime to avoid adding a copy of libgomp.so to the view
- curl
- gcc-runtime
- readline

View file

@ -116,5 +116,6 @@ spack:
default:
root: /opt/spack/view
exclude:
# Exclude gcc-runtime to avoid adding a copy of libgomp.so to the view
- curl
- gcc-runtime
- readline

View file

@ -133,5 +133,6 @@ spack:
default:
root: /opt/spack/view
exclude:
# Exclude gcc-runtime to avoid adding a copy of libgomp.so to the view
- curl
- gcc-runtime
- readline