Merge pull request #370 from eschnett/eschnett/netcdf-cmake
Netcdf requires cmake >=2.8.12
This commit is contained in:
commit
77c6038711
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Netcdf(Package):
|
|||
patch('netcdf-4.3.3-mpi.patch')
|
||||
|
||||
# Dependencies:
|
||||
depends_on("cmake @2.8.12:")
|
||||
# >HDF5
|
||||
depends_on("hdf5")
|
||||
|
||||
|
|
Loading…
Reference in a new issue