Skip to content

Commit

Permalink
* libaccessom2: depend on openmpi and set minimum netcd-fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula committed Dec 18, 2022
1 parent 582f33c commit 7a3d6e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/libaccessom2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ class Libaccessom2(CMakePackage):

depends_on("[email protected]:")
depends_on("pkgconf")
# TODO: Should we depend on virtual package "mpi" instead?
depends_on("[email protected]:")
depends_on("oasis3-mct")
depends_on("datetime-fortran")
depends_on("json-fortran")
depends_on("netcdf-fortran")
depends_on("netcdf-fortran@4.5.2:")

0 comments on commit 7a3d6e0

Please sign in to comment.