Fix bad syntax in specifying the boost version range.
This commit is contained in:
parent
36f269a928
commit
88e60a3845
@ -58,7 +58,7 @@ class CbtfArgonavis(Package):
|
||||
git='https://github.com/OpenSpeedShop/cbtf-argonavis.git')
|
||||
|
||||
depends_on("cmake@3.0.2:", type='build')
|
||||
depends_on("boost@1.50.0:boost@1.59.0")
|
||||
depends_on("boost@1.50.0:1.59.0")
|
||||
depends_on("papi")
|
||||
depends_on("mrnet@5.0.1:+lwthreads")
|
||||
depends_on("cbtf")
|
||||
|
Loading…
Reference in New Issue
Block a user