cbtf did not compile with boost 1.59, so reverted to boost 1.50 temporarily until we fix the cbtf/boost compile issues.

This commit is contained in:
Jim Galarowicz 2015-11-06 15:15:38 -08:00
parent 2aa501bf3d
commit 0ced060b87

View File

@ -32,7 +32,8 @@ class Cbtf(Package):
version('1.6', branch='master', git='http://git.code.sf.net/p/cbtf/cbtf')
depends_on("cmake")
depends_on("boost@1.42:")
#depends_on("boost@1.42:")
depends_on("boost@1.50")
depends_on("mrnet@4.1.0+krelloptions")
depends_on("xerces-c@3.1.1:")
depends_on("libxml2")