diff options
author | Hadrien G <knights_of_ni@gmx.com> | 2018-08-09 17:29:57 +0200 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-08-09 10:29:57 -0500 |
commit | 9e981fc73fee8d93cf47e0469b9d94849018fde1 (patch) | |
tree | 13115aaf6fa34887b0e04f3fe323e3756de7976b | |
parent | ed79d6a11b4c5baf811a126406bed1c7f623a26a (diff) | |
download | spack-9e981fc73fee8d93cf47e0469b9d94849018fde1.tar.gz spack-9e981fc73fee8d93cf47e0469b9d94849018fde1.tar.bz2 spack-9e981fc73fee8d93cf47e0469b9d94849018fde1.tar.xz spack-9e981fc73fee8d93cf47e0469b9d94849018fde1.zip |
Remove duplicate variant in Boost package (#8923)
-rw-r--r-- | var/spack/repos/builtin/packages/boost/package.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index 6fac5541c7..a7dbb35ff0 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -132,8 +132,6 @@ class Boost(Package): description="Build single-threaded versions of libraries") variant('icu', default=False, description="Build with Unicode and ICU suport") - variant('graph', default=False, - description="Build the Boost Graph library") variant('taggedlayout', default=False, description="Augment library names with build options") variant('versionedlayout', default=False, |