flecsph package: use cxxstd=17 and external cinch (#24856)
This commit is contained in:
parent
04520ebdea
commit
e1d7275f92
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue