Add versions 4.3.0 and 4.3.1. Update boost reqs with component/versions. (#31559)

This commit is contained in:
Emil Briggs 2022-07-13 13:08:29 -04:00 committed by GitHub
parent a78e8bc54e
commit 5da8bae2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ class Rmgdft(CMakePackage):
maintainers = ['elbriggs']
tags = ['ecp', 'ecp-apps']
version('master', branch='master')
version('4.3.1', tag='v4.3.1')
version('4.3.0', tag='v4.3.0')
version('4.2.2', tag='v4.2.2')
version('4.2.1', tag='v4.2.1')
@ -45,7 +47,8 @@ class Rmgdft(CMakePackage):
conflicts('%llvm@:3.4', when='@3.6.0:', msg=compiler_warning)
depends_on('cmake', type='build')
depends_on('boost@1.66.0:')
depends_on('boost+filesystem+iostreams+thread+program_options+system', type='build')
depends_on('boost@1.61.0:1.71.0')
depends_on('fftw-api@3')
depends_on('mpi')
depends_on('hdf5')