trilinos: temporarily constrain netcdf@:4.7.1 (#13526)
remove this when issues are resolved with `trilinos^netcdf@4.7.2`
This commit is contained in:
parent
f7de8942b8
commit
63afd0d2cf
@ -297,7 +297,7 @@ class Trilinos(CMakePackage):
|
||||
|
||||
# MPI related dependencies
|
||||
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('parallel-netcdf', when="+pnetcdf@master,12.12.1:")
|
||||
depends_on('parmetis', when='+metis')
|
||||
|
Loading…
Reference in New Issue
Block a user