Skip to content

Commit

Permalink
add export symbols to support blosc2 filter
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Nov 9, 2023
1 parent fd05fff commit 0782bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ list (APPEND EXPORTED_FUNCTIONS
malloc calloc free memset memcpy memmove
htonl htons ntohl ntohs
H5allocate_memory H5free_memory
pthread_mutex_init posix_memalign strcmp getenv
stdin stdout stderr
H5E_ERR_CLS_g H5E_PLINE_g H5E_CANTINIT_g H5E_CANTGET_g H5E_CANTFILTER_g
H5E_BADTYPE_g H5E_BADVALUE_g H5E_ARGS_g H5E_CALLBACK_g
H5E_BADTYPE_g H5E_BADVALUE_g H5E_ARGS_g H5E_CALLBACK_g H5E_CANTREGISTER_g
H5E_RESOURCE_g H5E_NOSPACE_g H5E_OVERFLOW_g H5E_READERROR_g
H5T_NATIVE_UINT_g H5T_STD_U32BE_g H5T_STD_U32LE_g H5T_NATIVE_UINT32_g
H5T_STD_U64BE_g H5T_NATIVE_UINT64_g H5T_STD_U64LE_g H5P_CLS_DATASET_CREATE_ID_g
Expand Down

0 comments on commit 0782bf5

Please sign in to comment.