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:
parent
2aa501bf3d
commit
0ced060b87
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user