Skip to content
Snippets Groups Projects
Commit 63afd0d2 authored by eugeneswalker's avatar eugeneswalker Committed by Todd Gamblin
Browse files

trilinos: temporarily constrain netcdf@:4.7.1 (#13526)

remove this when issues are resolved with `trilinos^netcdf@4.7.2`
parent f7de8942
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ class Trilinos(CMakePackage): ...@@ -297,7 +297,7 @@ class Trilinos(CMakePackage):
# MPI related dependencies # MPI related dependencies
depends_on('mpi') depends_on('mpi')
depends_on('netcdf+mpi', when="~pnetcdf") depends_on('netcdf@:4.7.1+mpi', when="~pnetcdf")
depends_on('netcdf+mpi+parallel-netcdf', when="+pnetcdf@master,12.12.1:") depends_on('netcdf+mpi+parallel-netcdf', when="+pnetcdf@master,12.12.1:")
depends_on('parallel-netcdf', when="+pnetcdf@master,12.12.1:") depends_on('parallel-netcdf', when="+pnetcdf@master,12.12.1:")
depends_on('parmetis', when='+metis') depends_on('parmetis', when='+metis')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment