Skip to content
Snippets Groups Projects
Unverified Commit 365c17a3 authored by Satish Balay's avatar Satish Balay Committed by GitHub
Browse files

xsdk: enable sundials@4.1.0 for xsdk@develop (#10989)

- disable sundials varaiant for dealii and mfem - as they are incomatible with sundials@4.1.0
parent 8c165494
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class Xsdk(Package): ...@@ -35,7 +35,7 @@ class Xsdk(Package):
depends_on('hypre@2.12.1~internal-superlu', when='@0.3.0') depends_on('hypre@2.12.1~internal-superlu', when='@0.3.0')
depends_on('hypre@xsdk-0.2.0~internal-superlu', when='@xsdk-0.2.0') depends_on('hypre@xsdk-0.2.0~internal-superlu', when='@xsdk-0.2.0')
depends_on('mfem@develop+mpi+hypre+superlu-dist+petsc+sundials+examples+miniapps', when='@develop') depends_on('mfem@develop+mpi+hypre+superlu-dist+petsc~sundials+examples+miniapps', when='@develop')
depends_on('mfem@3.4.0+mpi+hypre+superlu-dist+petsc+sundials+examples+miniapps', when='@0.4.0') depends_on('mfem@3.4.0+mpi+hypre+superlu-dist+petsc+sundials+examples+miniapps', when='@0.4.0')
depends_on('mfem@3.3.2+mpi+hypre+superlu-dist+petsc+sundials+examples+miniapps', when='@0.3.0') depends_on('mfem@3.3.2+mpi+hypre+superlu-dist+petsc+sundials+examples+miniapps', when='@0.3.0')
...@@ -62,7 +62,7 @@ class Xsdk(Package): ...@@ -62,7 +62,7 @@ class Xsdk(Package):
depends_on('petsc@xsdk-0.2.0+trilinos+mpi+hypre+superlu-dist+metis+hdf5~mumps+double~int64', depends_on('petsc@xsdk-0.2.0+trilinos+mpi+hypre+superlu-dist+metis+hdf5~mumps+double~int64',
when='@xsdk-0.2.0') when='@xsdk-0.2.0')
depends_on('dealii@develop~assimp~python~doc~gmsh+petsc+slepc+mpi+trilinos~int64+hdf5~netcdf+metis', when='@develop +dealii') depends_on('dealii@develop~assimp~python~doc~gmsh+petsc+slepc+mpi+trilinos~int64+hdf5~netcdf+metis~sundials', when='@develop +dealii')
depends_on('dealii@9.0.1~assimp~python~doc~gmsh+petsc~slepc+mpi+trilinos~int64+hdf5~netcdf+metis', when='@0.4.0 +dealii') depends_on('dealii@9.0.1~assimp~python~doc~gmsh+petsc~slepc+mpi+trilinos~int64+hdf5~netcdf+metis', when='@0.4.0 +dealii')
depends_on('pflotran@develop', when='@develop') depends_on('pflotran@develop', when='@develop')
...@@ -75,7 +75,7 @@ class Xsdk(Package): ...@@ -75,7 +75,7 @@ class Xsdk(Package):
depends_on('alquimia@xsdk-0.3.0', when='@0.3.0') depends_on('alquimia@xsdk-0.3.0', when='@0.3.0')
depends_on('alquimia@xsdk-0.2.0', when='@xsdk-0.2.0') depends_on('alquimia@xsdk-0.2.0', when='@xsdk-0.2.0')
depends_on('sundials@3.2.1~int64+hypre', when='@develop') depends_on('sundials@4.1.0~int64+hypre', when='@develop')
depends_on('sundials@3.2.1~int64+hypre', when='@0.4.0') depends_on('sundials@3.2.1~int64+hypre', when='@0.4.0')
depends_on('sundials@3.1.0~int64+hypre', when='@0.3.0') depends_on('sundials@3.1.0~int64+hypre', when='@0.3.0')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment