mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Exclude curl and readline from spack view (#5249)
This commit is contained in:
parent
8452982c9b
commit
5f5be17510
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue