Skip to content

Commit f3cf381

Browse files
committed
Merge branch 'baagaard/fix-setup-darwin'
* baagaard/fix-setup-darwin: Update CMake and NetCDF (python) for better compatibility with chang.
2 parents 0edea14 + a621a09 commit f3cf381

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile.am

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ HDF5_VER=1.8.11
5050
H5PY_VER=2.2.1
5151

5252
NETCDF_VER=4.1.3-p1
53-
NETCDFPY_VER=1.0.7
53+
NETCDFPY_VER=1.1.8
5454

5555
SCIENTIFICPYTHON_VER=2.9.1
5656
FIAT_VER=0.9.9
5757

5858
PYTHIA_VER=0.8.1.16
5959
NEMESIS_VER=1.1.0
6060

61-
CMAKE_VER=2.8.8
61+
CMAKE_VER=2.8.12.2
6262

6363
if USE_PYLITH_GIT
6464
SPATIALDATA_VER=master
@@ -534,7 +534,6 @@ netcdfpy: installed_netcdf installed_numpy
534534
if 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) && \

0 commit comments

Comments
 (0)