Skip to content
Snippets Groups Projects
Commit 129e03a2 authored by Jon Rood's avatar Jon Rood Committed by Adam J. Stewart
Browse files

Trilinos needs parallel-netcdf as an explicit dependency to avoid...

Trilinos needs parallel-netcdf as an explicit dependency to avoid concretization errors when netcdf is an external. (#8493)
parent fe0fd6ef
Branches
Tags
No related merge requests found
......@@ -280,6 +280,7 @@ class Trilinos(CMakePackage):
depends_on('mpi')
depends_on('netcdf+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')
depends_on('cgns', when='+cgns')
# Trilinos' Tribits config system is limited which makes it very tricky to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment