Fix bad syntax in specifying the boost version range.

This commit is contained in:
Jim Galarowicz 2016-11-10 20:26:03 -08:00
parent 36f269a928
commit 88e60a3845

View File

@ -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")