Skip to content

Commit

Permalink
Fix parallel-netcdf in trilinos-for-albany
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 4, 2023
1 parent a31d512 commit 7c87f90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ class TrilinosForAlbany(CMakePackage):
depends_on('mpi')
depends_on('netcdf-c+mpi')
depends_on('parallel-netcdf', when="@12.12.1:+pnetcdf")
depends_on('parallel-netcdf', when="@compass-2023-08-03:+pnetcdf")
depends_on('parmetis', when='+metis')
depends_on('cgns', when='+cgns')
depends_on('adios2', when='+adios2')
Expand Down

0 comments on commit 7c87f90

Please sign in to comment.