We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065a456 commit 8bb44c5Copy full SHA for 8bb44c5
2 files changed
CMakeLists.txt
@@ -64,7 +64,7 @@ endif()
64
65
FetchContent_Declare(miniexpr
66
GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
67
- GIT_TAG 24c8ce8d02ff0d6f52c29ebc9406215a7b81607b
+ GIT_TAG 92a5a222b034b148f29d8ae2d02c53f444afd36d
68
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../miniexpr
69
)
70
FetchContent_MakeAvailable(miniexpr)
src/blosc2/blosc2_ext.pyx
@@ -556,6 +556,7 @@ cdef extern from "miniexpr.h":
556
const void *address
557
int type
558
void *context
559
+ size_t itemsize
560
561
ctypedef struct me_expr:
562
0 commit comments