Skip to content
Snippets Groups Projects
Commit 271633ee authored by Denis Davydov's avatar Denis Davydov Committed by Adam J. Stewart
Browse files

dealii: add constraint on suite-sparse for old gcc (#9026)

parent 5aa126d8
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ class Dealii(CMakePackage, CudaPackage): ...@@ -114,6 +114,7 @@ class Dealii(CMakePackage, CudaPackage):
depends_on('lapack') depends_on('lapack')
depends_on('muparser') depends_on('muparser')
depends_on('suite-sparse') depends_on('suite-sparse')
depends_on('suite-sparse@:5.1.0', when='%gcc@:4.8.99')
depends_on('tbb') depends_on('tbb')
depends_on('zlib') depends_on('zlib')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment