acts-core: added v0.18, updated boost dependency (#15584)

This commit is contained in:
Hadrien G 2020-03-20 10:06:45 +01:00 committed by GitHub
parent 3f83d4d8f5
commit fdf363eaad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ class ActsCore(CMakePackage):
maintainers = ['HadrienG2']
version('develop', branch='master')
version('0.18.0', commit='d58a68cf75b52a5e0f563bc237f09250aa9da80c')
version('0.17.0', commit='0789f654ff484b013fd27e5023cf342785ea8d97')
version('0.16.0', commit='b3d965fe0b8ae335909d79114ef261c6b996773a')
version('0.15.0', commit='267c28f69c561e64369661a6235b03b5a610d6da')
@ -76,7 +77,8 @@ class ActsCore(CMakePackage):
depends_on('cmake @3.11:', type='build')
depends_on('boost @1.62:1.69.99 +program_options +test', when='@:0.10.3')
depends_on('boost @1.62: +program_options +test', when='@0.10.4:')
depends_on('boost @1.62: +program_options +test', when='@0.10.4:0.18.0')
depends_on('boost @1.69: +program_options +test', when='@0.19.0:')
depends_on('eigen @3.2.9:', type='build')
depends_on('nlohmann-json @3.2.0:', when='@0.14.0: +json')
depends_on('root @6.10: cxxstd=14', when='+tgeo @:0.8.0')