Skip to content
Snippets Groups Projects
Commit 3d1c92e2 authored by Mayeul d'Avezac's avatar Mayeul d'Avezac Committed by Todd Gamblin
Browse files

Update espresso recipe to track change in spack internals (#1734)

parent cf925ddc
Branches
Tags
No related merge requests found
...@@ -88,7 +88,7 @@ def install(self, spec, prefix): ...@@ -88,7 +88,7 @@ def install(self, spec, prefix):
# Add a list of directories to search # Add a list of directories to search
search_list = [] search_list = []
for name, dependency_spec in spec.dependencies.iteritems(): for dependency_spec in spec.dependencies():
search_list.extend([dependency_spec.prefix.lib, search_list.extend([dependency_spec.prefix.lib,
dependency_spec.prefix.lib64]) dependency_spec.prefix.lib64])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment