summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2016-01-22 12:37:12 -0800
committerPeter Scheibel <scheibel1@llnl.gov>2016-01-22 12:37:12 -0800
commit4a55b97d11739a0ee6ca5ddcbdf35826ca292469 (patch)
tree38c534625ba34e4a7cced4c40aaf0f5bcafb43bd
parent2e58bc31138ee172ea55ad652aaf49b09fe6e135 (diff)
downloadspack-4a55b97d11739a0ee6ca5ddcbdf35826ca292469.tar.gz
spack-4a55b97d11739a0ee6ca5ddcbdf35826ca292469.tar.bz2
spack-4a55b97d11739a0ee6ca5ddcbdf35826ca292469.tar.xz
spack-4a55b97d11739a0ee6ca5ddcbdf35826ca292469.zip
Fixed reference
-rw-r--r--var/spack/repos/builtin/packages/boost/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py
index f31bc445b8..467e9a61c6 100644
--- a/var/spack/repos/builtin/packages/boost/package.py
+++ b/var/spack/repos/builtin/packages/boost/package.py
@@ -163,7 +163,7 @@ class Boost(Package):
def install(self, spec, prefix):
withLibs = list()
- for lib in Boost.libs:
+ for lib in Boost.all_libs:
if "+{0}".format(lib) in spec:
withLibs.append(lib)
if not withLibs: