diff options
author | Jim Galarowicz <jeg@krellinst.org> | 2015-11-06 11:53:53 -0800 |
---|---|---|
committer | Jim Galarowicz <jeg@krellinst.org> | 2015-11-06 11:53:53 -0800 |
commit | 7e6b7795f1cd1e73591c3fba5602220d20d453e6 (patch) | |
tree | 561cebb17bbd53200e7cebc6ec9f50fe25d9f7f2 | |
parent | d6a2ab08acd8f4cbedca20ac182329d1090af056 (diff) | |
download | spack-7e6b7795f1cd1e73591c3fba5602220d20d453e6.tar.gz spack-7e6b7795f1cd1e73591c3fba5602220d20d453e6.tar.bz2 spack-7e6b7795f1cd1e73591c3fba5602220d20d453e6.tar.xz spack-7e6b7795f1cd1e73591c3fba5602220d20d453e6.zip |
Match up with the new binutils package file. It does what OSS needs w.r.t. libiberty.
-rw-r--r-- | var/spack/packages/binutils/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/packages/binutils/package.py b/var/spack/packages/binutils/package.py index 29b8de462b..5ef9a80cca 100644 --- a/var/spack/packages/binutils/package.py +++ b/var/spack/packages/binutils/package.py @@ -15,6 +15,8 @@ class Binutils(Package): variant('libiberty', default=False, description='Also install libiberty.') + variant('libiberty', default=False, description='Also install libiberty.') + def install(self, spec, prefix): configure_args = [ |