mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Use netcdf4 1.1.9 to fix an incompatibility with HDF5 1.8.15
This commit is contained in:
parent
fe6509b3b5
commit
b9256d8300
1 changed files with 1 additions and 1 deletions
2
external/external_python_build.cmake
vendored
2
external/external_python_build.cmake
vendored
|
@ -20,7 +20,7 @@ IF(INTERNAL_CYTHON)
|
||||||
ENDIF(INTERNAL_CYTHON)
|
ENDIF(INTERNAL_CYTHON)
|
||||||
|
|
||||||
IF(INTERNAL_NETCDF4_PYTHON)
|
IF(INTERNAL_NETCDF4_PYTHON)
|
||||||
SET(NETCDF4_PYTHON_URL "http://netcdf4-python.googlecode.com/files/netCDF4-1.0.1.tar.gz" CACHE STRING "URL to download NetCDF4-python from")
|
SET(NETCDF4_PYTHON_URL "https://github.com/Unidata/netcdf4-python/archive/v1.1.9rel.tar.gz" CACHE STRING "URL to download NetCDF4-python from")
|
||||||
mark_as_advanced(NETCDF4_PYTHON_URL)
|
mark_as_advanced(NETCDF4_PYTHON_URL)
|
||||||
ENDIF(INTERNAL_NETCDF4_PYTHON)
|
ENDIF(INTERNAL_NETCDF4_PYTHON)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue