From 6def6d76b7ebf323a134ccc7533819410f9fe3f5 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Thu, 29 Sep 2022 16:56:46 +0200 Subject: [PATCH] Adjusted versions to match bm2 installation --- config/hdf5.json | 2 +- config/netcdf_c.json | 2 +- config/netcdf_f.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hdf5.json b/config/hdf5.json index 889fd2a..0b0aeba 100644 --- a/config/hdf5.json +++ b/config/hdf5.json @@ -7,4 +7,4 @@ "build" : "make -j $BUILDTHREADS", "install" : "make install", "object files" : "1136" -} \ No newline at end of file +} diff --git a/config/netcdf_c.json b/config/netcdf_c.json index 79eb72b..5fec04e 100644 --- a/config/netcdf_c.json +++ b/config/netcdf_c.json @@ -1,6 +1,6 @@ { "name" : "netcdf-c", - "default version" : "4.9.0", + "default version" : "4.7.4", "dependencies" : "zlib,szip,curl,hdf5", "download" : "git clone --depth 1 --branch v$VERSION https://github.com/Unidata/netcdf-c.git netcdf-c-$VERSION", "configure" : "./configure --prefix=$PREFIX CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib $SHARED", diff --git a/config/netcdf_f.json b/config/netcdf_f.json index 52beb76..e33bca9 100644 --- a/config/netcdf_f.json +++ b/config/netcdf_f.json @@ -1,6 +1,6 @@ { "name" : "netcdf-f", - "default version" : "4.6.0", + "default version" : "4.5.3", "dependencies" : "zlib,szip,hdf5,curl,netcdf-c", "download" : "git clone --depth 1 --branch v$VERSION https://github.com/Unidata/netcdf-fortran.git netcdf-f-$VERSION", "configure" : "./configure --prefix=$PREFIX CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib $SHARED",