Update package.py (#18426)

Correct boost version to match flecsi
This commit is contained in:
Julien Loiseau 2020-08-31 17:09:39 -06:00 committed by GitHub
parent e7447f266a
commit 2d718b56ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ class Flecsph(CMakePackage):
variant('test', default=True, description='Adding tests') variant('test', default=True, description='Adding tests')
depends_on('cmake@3.15:', type='build') depends_on('cmake@3.15:', type='build')
depends_on('boost@1.70.0: cxxstd=17 +program_options') depends_on('boost@1.70.0: cxxstd=14 +program_options')
depends_on('mpi') depends_on('mpi')
depends_on('hdf5+hl@1.8:') depends_on('hdf5+hl@1.8:')
depends_on('flecsi@1 +cinch backend=mpi') depends_on('flecsi@1 +cinch backend=mpi')