Skip to content

Commit

Permalink
Build wheel with thread-safety enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Dec 9, 2024
1 parent 6e01ef6 commit e0bf3f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for eccodes-python
============================

2.39.1 (2024-mm-dd)
--------------------

- Build wheel with thread-safety enabled

2.39.0 (2024-11-25)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion gribapi/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import cffi

__version__ = "2.39.0"
__version__ = "2.39.1"

LOG = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git
ECBUILD_VERSION=master

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

GIT_AEC=https://github.com/MathisRosenhauer/libaec.git
AEC_VERSION=master
Expand Down

0 comments on commit e0bf3f0

Please sign in to comment.