flecsph package: use cxxstd=17 and external cinch (#24856)

This commit is contained in:
Mauricio Ferrato 2021-07-13 18:22:55 -04:00 committed by GitHub
parent 04520ebdea
commit e1d7275f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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