Merging netcdf dependency lines in trilinos into one line for better coverage. (#5990)
This commit is contained in:
parent
f5863d6708
commit
50d932d9f1
@ -202,8 +202,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+mpi', when="~pnetcdf")
|
||||||
depends_on('netcdf+mpi+parallel-netcdf', when="+pnetcdf@master")
|
depends_on('netcdf+mpi+parallel-netcdf', when="+pnetcdf@master,12.12.1:")
|
||||||
depends_on('netcdf+mpi+parallel-netcdf', when="+pnetcdf@12.10.2:")
|
|
||||||
depends_on('parmetis', when='+metis')
|
depends_on('parmetis', when='+metis')
|
||||||
# Trilinos' Tribits config system is limited which makes it very tricky to
|
# Trilinos' Tribits config system is limited which makes it very tricky to
|
||||||
# link Amesos with static MUMPS, see
|
# link Amesos with static MUMPS, see
|
||||||
|
Loading…
Reference in New Issue
Block a user