Merging netcdf dependency lines in trilinos into one line for better coverage. (#5990)

This commit is contained in:
Jon Rood 2017-10-30 22:48:21 -06:00 committed by Christoph Junghans
parent f5863d6708
commit 50d932d9f1

View File

@ -202,8 +202,7 @@ class Trilinos(CMakePackage):
# MPI related dependencies
depends_on('mpi')
depends_on('netcdf+mpi', when="~pnetcdf")
depends_on('netcdf+mpi+parallel-netcdf', when="+pnetcdf@master")
depends_on('netcdf+mpi+parallel-netcdf', when="+pnetcdf@12.10.2:")
depends_on('netcdf+mpi+parallel-netcdf', when="+pnetcdf@master,12.12.1:")
depends_on('parmetis', when='+metis')
# Trilinos' Tribits config system is limited which makes it very tricky to
# link Amesos with static MUMPS, see