dealii: add v9.3.0 (#24077)

This commit is contained in:
Jean-Paul Pelteret 2021-06-02 09:33:34 +02:00 committed by GitHub
parent 90e92bee4c
commit 237ff4b2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ class Dealii(CMakePackage, CudaPackage):
url = "https://github.com/dealii/dealii/releases/download/v8.4.1/dealii-8.4.1.tar.gz" url = "https://github.com/dealii/dealii/releases/download/v8.4.1/dealii-8.4.1.tar.gz"
git = "https://github.com/dealii/dealii.git" git = "https://github.com/dealii/dealii.git"
maintainers = ['davydden', 'jppelteret', 'luca-heltai'] maintainers = ['jppelteret', 'luca-heltai']
# Don't add RPATHs to this package for the full build DAG. # Don't add RPATHs to this package for the full build DAG.
# only add for immediate deps. # only add for immediate deps.
@ -25,6 +25,7 @@ class Dealii(CMakePackage, CudaPackage):
generator = 'Ninja' generator = 'Ninja'
version('master', branch='master') version('master', branch='master')
version('9.3.0', sha256='aef8c7a87510ce827dfae3bdd4ed7bff82004dc09f96fa7a65b2554f2839b931')
version('9.2.0', sha256='d05a82fb40f1f1e24407451814b5a6004e39366a44c81208b1ae9d65f3efa43a') version('9.2.0', sha256='d05a82fb40f1f1e24407451814b5a6004e39366a44c81208b1ae9d65f3efa43a')
version('9.1.1', sha256='fc5b483f7fe58dfeb52d05054011280f115498e337af3e085bf272fd1fd81276') version('9.1.1', sha256='fc5b483f7fe58dfeb52d05054011280f115498e337af3e085bf272fd1fd81276')
version('9.1.0', sha256='5b070112403f8afbb72345c1bb24d2a38d11ce58891217e353aab97957a04600') version('9.1.0', sha256='5b070112403f8afbb72345c1bb24d2a38d11ce58891217e353aab97957a04600')
@ -78,8 +79,7 @@ class Dealii(CMakePackage, CudaPackage):
description='Compile with Metis') description='Compile with Metis')
variant('muparser', default=True, variant('muparser', default=True,
description='Compile with muParser') description='Compile with muParser')
# TODO @9.3: disable by default variant('nanoflann', default=False,
variant('nanoflann', default=True,
description='Compile with Nanoflann') description='Compile with Nanoflann')
variant('netcdf', default=False, variant('netcdf', default=False,
description='Compile with Netcdf (only with MPI)') description='Compile with Netcdf (only with MPI)')
@ -97,8 +97,7 @@ class Dealii(CMakePackage, CudaPackage):
description='Compile with Slepc (only with Petsc and MPI)') description='Compile with Slepc (only with Petsc and MPI)')
variant('symengine', default=True, variant('symengine', default=True,
description='Compile with SymEngine') description='Compile with SymEngine')
# TODO @9.3: enable by default variant('simplex', default=True,
variant('simplex', default=False,
description='Compile with Simplex support') description='Compile with Simplex support')
# TODO @9.3: enable by default, when we know what to do # TODO @9.3: enable by default, when we know what to do
# variant('taskflow', default=False, # variant('taskflow', default=False,