Merge pull request #370 from eschnett/eschnett/netcdf-cmake

Netcdf requires cmake >=2.8.12
This commit is contained in:
Todd Gamblin 2016-01-17 18:31:56 -08:00
commit 77c6038711

View file

@ -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")