External package binutils does not include libiberty
This commit is contained in:
parent
575f74f7b7
commit
71d17467a2
1 changed files with 4 additions and 5 deletions
|
@ -59,6 +59,10 @@ packages:
|
||||||
require: '%gcc@7.5'
|
require: '%gcc@7.5'
|
||||||
xz:
|
xz:
|
||||||
require: '%gcc@7.5'
|
require: '%gcc@7.5'
|
||||||
|
binutils:
|
||||||
|
require:
|
||||||
|
- '%gcc@7.5'
|
||||||
|
- '+libiberty'
|
||||||
# packages which have been discovered by spack external find --all
|
# packages which have been discovered by spack external find --all
|
||||||
python:
|
python:
|
||||||
externals:
|
externals:
|
||||||
|
@ -100,11 +104,6 @@ packages:
|
||||||
- spec: openjdk@11.0.19_0-suse-150000.3.96.1-x8664
|
- spec: openjdk@11.0.19_0-suse-150000.3.96.1-x8664
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
buildable: false
|
buildable: false
|
||||||
binutils:
|
|
||||||
externals:
|
|
||||||
- spec: binutils@2.39.0
|
|
||||||
prefix: /usr
|
|
||||||
buildable: false
|
|
||||||
zip:
|
zip:
|
||||||
externals:
|
externals:
|
||||||
- spec: zip@3.0
|
- spec: zip@3.0
|
||||||
|
|
Loading…
Reference in a new issue