salmon: adding in version restriction for boost (#8129)

1.67 does not work with this
This commit is contained in:
snehring 2018-05-14 18:48:28 -05:00 committed by Adam J. Stewart
parent 3a7fadd67e
commit 538d617d14

View File

@ -36,7 +36,7 @@ class Salmon(CMakePackage):
version('0.8.2', 'ee512697bc44b13661a16d4e14cf0a00')
depends_on('tbb')
depends_on('boost')
depends_on('boost@:1.66.0')
def cmake_args(self):
args = ['-DBOOST_ROOT=%s' % self.spec['boost'].prefix]