spack/lib/spack
Massimiliano Culpo 8b5e94976d issue 4492: DependencyMap.concrete checks for unconditional dependencies (#4499)
* issue 4492: added xfailing test, added owner to DependencyMap

* DependencyMap.concrete checks if we have unconditional dependencies

This fixes #4492 and #4107 using some heuristics to avoid an infinite
recursion among Spec.satisfies, Spec.concrete and DependencyMap.concrete

The idea, as suggested by @becker33, is to check just for unconditional
dependencies. This is not covering the whole space and a package with
just conditional dependencies can still fail in the same way. It should
cover though all the **real** packages we have in our repo so far.
2017-06-16 12:41:15 +02:00
..
docs Move gpg section of docs to Getting Started (#4446) 2017-06-09 12:27:29 -05:00
env disable rpaths on Darwin when arg=-r mode=ccld (#3930) 2017-04-30 19:16:28 -07:00
external Use key sorting instead of cmp() 2017-03-31 13:40:41 -07:00
llnl filesystem.py: fixed bug introduced in #3367 (scrambled order in output) (#4156) 2017-05-11 10:29:08 -07:00
spack issue 4492: DependencyMap.concrete checks for unconditional dependencies (#4499) 2017-06-16 12:41:15 +02:00