update aspect to 2.2.0 (#17379)
This commit is contained in:
parent
cce629e791
commit
7bba9cd2a5
@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
class Aspect(CMakePackage):
|
||||
"""Parallel, extendible finite element code to simulate convection in the
|
||||
"""Parallel and extensible Finite Element code to simulate convection in the
|
||||
Earth's mantle and elsewhere."""
|
||||
|
||||
homepage = "https://aspect.geodynamics.org"
|
||||
@ -17,6 +17,7 @@ class Aspect(CMakePackage):
|
||||
maintainers = ['tjhei']
|
||||
|
||||
version('develop', branch='master')
|
||||
version('2.2.0', sha256='6dc31c4b991c8a96495ba0e9a3c92e57f9305ba94b8dbed3c8c5cfbab91ec5c1')
|
||||
version('2.1.0', sha256='bd574d60ed9df1f4b98e68cd526a074d0527c0792763187c9851912327d861a3')
|
||||
version('2.0.1', sha256='0bf5600c42afce9d39c1d285b0654ecfdeb0f30e9f3421651c95f54ca01ac165')
|
||||
version('2.0.0', sha256='d485c07f54248e824bdfa35f3eec8971b65e8b7114552ffa2c771bc0dede8cc0')
|
||||
@ -26,9 +27,11 @@ class Aspect(CMakePackage):
|
||||
values=('Debug', 'Release'))
|
||||
variant('gui', default=False, description='Enable the deal.II parameter GUI')
|
||||
variant('fpe', default=False, description='Enable floating point exception checks')
|
||||
variant('opendap', default=False, description='Enable OPeNDAP support for remote file access')
|
||||
|
||||
depends_on('dealii+p4est+trilinos+mpi')
|
||||
depends_on('dealii-parameter-gui', when='+gui')
|
||||
depends_on('libdap4', when='+opendap')
|
||||
|
||||
def cmake_args(self):
|
||||
return [
|
||||
|
Loading…
Reference in New Issue
Block a user