For example
spack spec graphlib ^cmake %gcc@4.4.7
spec.dependencies(('link',)) Then includes cmake
I believe this is because of code in do_parse which assigns default deptypes of (link, build) which are then never replaced.
I'll add a PR for this within the next few hours.
For example
spack spec graphlib ^cmake %gcc@4.4.7spec.dependencies(('link',))Then includes cmakeI believe this is because of code in do_parse which assigns default deptypes of (link, build) which are then never replaced.
I'll add a PR for this within the next few hours.