Skip to content

Commit 8bb44c5

Browse files
committed
Update to latest miniexpr sources
1 parent 065a456 commit 8bb44c5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif()
6464

6565
FetchContent_Declare(miniexpr
6666
GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
67-
GIT_TAG 24c8ce8d02ff0d6f52c29ebc9406215a7b81607b
67+
GIT_TAG 92a5a222b034b148f29d8ae2d02c53f444afd36d
6868
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../miniexpr
6969
)
7070
FetchContent_MakeAvailable(miniexpr)

src/blosc2/blosc2_ext.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ cdef extern from "miniexpr.h":
556556
const void *address
557557
int type
558558
void *context
559+
size_t itemsize
559560

560561
ctypedef struct me_expr:
561562
int type

0 commit comments

Comments
 (0)