File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ HDF5_VER=1.8.11
5050H5PY_VER =2.2.1
5151
5252NETCDF_VER =4.1.3-p1
53- NETCDFPY_VER =1.0.7
53+ NETCDFPY_VER =1.1.8
5454
5555SCIENTIFICPYTHON_VER =2.9.1
5656FIAT_VER =0.9.9
5757
5858PYTHIA_VER =0.8.1.16
5959NEMESIS_VER =1.1.0
6060
61- CMAKE_VER =2.8.8
61+ CMAKE_VER =2.8.12.2
6262
6363if USE_PYLITH_GIT
6464SPATIALDATA_VER =master
@@ -534,7 +534,6 @@ netcdfpy: installed_netcdf installed_numpy
534534if INSTALL_NETCDFPY
535535 $(FETCH_SCRIPT) "$(downloader)" netCDF4-$(NETCDFPY_VER).tar.gz $(DEPS_URL)
536536 $(TAR) -zxf netCDF4-$(NETCDFPY_VER).tar.gz
537- echo -e "[options]\nuse_ncconfig=True" > netCDF4-$(NETCDFPY_VER)/setup.cfg
538537 cd netCDF4-$(NETCDFPY_VER) && \
539538 CC=mpicc $(env_flags) python setup.py build && \
540539 python setup.py install --prefix=$(prefix) && \
You can’t perform that action at this time.
0 commit comments