Skip to content

Commit e0bf3f0

Browse files
committed
Build wheel with thread-safety enabled
1 parent 6e01ef6 commit e0bf3f0

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for eccodes-python
33
============================
44

5+
2.39.1 (2024-mm-dd)
6+
--------------------
7+
8+
- Build wheel with thread-safety enabled
9+
510
2.39.0 (2024-11-25)
611
--------------------
712

gribapi/bindings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import cffi
2525

26-
__version__ = "2.39.0"
26+
__version__ = "2.39.1"
2727

2828
LOG = logging.getLogger(__name__)
2929

scripts/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git
1414
ECBUILD_VERSION=master
1515

1616
GIT_ECCODES=https://github.com/ecmwf/eccodes.git
17-
ECCODES_VERSION=2.39.0
18-
ECCODES_COMMON_CMAKE_OPTIONS="-DENABLE_PNG=ON -DENABLE_JPG=ON -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0"
17+
ECCODES_VERSION=2.39.1
18+
ECCODES_COMMON_CMAKE_OPTIONS="-DENABLE_PNG=1 -DENABLE_JPG=1 -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0 -DENABLE_ECCODES_THREADS=1"
1919

2020
GIT_AEC=https://github.com/MathisRosenhauer/libaec.git
2121
AEC_VERSION=master

0 commit comments

Comments
 (0)