Skip to content

Commit a4d2964

Browse files
author
Jeff Whitaker
committed
Merge branch 'master' of github.com:MacPython/netcdf4-python-wheels
2 parents 01efa67 + 5db915a commit a4d2964

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
REPO_DIR: netcdf4-python
5252
PKG_NAME: netcdf4-python
5353
MB_ML_VER: 2014
54-
BUILD_COMMIT: v1.6.2rel
54+
BUILD_COMMIT: v1.6.3rel
5555
UNICODE_WIDTH: 32
5656
MB_PYTHON_VERSION: ${{ matrix.python-version }}
5757
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/build-wheels-macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
REPO_DIR: netcdf4-python
3232
PKG_NAME: netcdf4-python
3333
MB_ML_VER: 2014
34-
BUILD_COMMIT: v1.6.2rel
34+
BUILD_COMMIT: v1.6.3rel
3535
UNICODE_WIDTH: 32
3636
PLAT: arm64
3737
MB_PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/build-wheels-macosx2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
REPO_DIR: netcdf4-python
3232
PKG_NAME: netcdf4-python
3333
MB_ML_VER: 2014
34-
BUILD_COMMIT: v1.6.2rel
34+
BUILD_COMMIT: v1.6.3rel
3535
UNICODE_WIDTH: 32
3636
PLAT: x86_64
3737
MB_PYTHON_VERSION: ${{ matrix.python-version }}

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export NO_PLUGINS=1
1212

1313
# Compile libs for macOS 10.9 or later
1414
export MACOSX_DEPLOYMENT_TARGET="10.9"
15-
export NETCDF_VERSION="4.9.0"
15+
export NETCDF_VERSION="4.9.1"
1616
export HDF5_VERSION="1.12.2"
1717
# old openssl, since building new version requires perl 5.10.0
1818
export OPENSSL_ROOT=openssl-1.0.2u

0 commit comments

Comments
 (0)