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:
eugeneswalker 2019-10-31 15:53:54 -07:00 committed by Todd Gamblin
parent f7de8942b8
commit 63afd0d2cf

View File

@ -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')