Skip to content

Commit a304204

Browse files
committed
Update c-blosc2 commits
1 parent b7db812 commit a304204

75 files changed

Lines changed: 3 additions & 14430 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,8 @@ set(MINIEXPR_BUILD_BENCH OFF CACHE BOOL "Build miniexpr benchmarks" FORCE)
5858

5959
FetchContent_Declare(miniexpr
6060
GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
61-
# GIT_TAG 979573da618e0443c3984bad8db3ed5d9ce72f75 # latest commit in main
62-
GIT_TAG main
61+
GIT_TAG main # latest commit in main
6362
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
64-
# In case you want to use a local copy of miniexpr for development, uncomment the line below
65-
# SOURCE_DIR "/Users/faltet/blosc/miniexpr"
6663
)
6764
FetchContent_MakeAvailable(miniexpr)
6865

@@ -120,7 +117,8 @@ else()
120117
include(FetchContent)
121118
FetchContent_Declare(blosc2
122119
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
123-
GIT_TAG 7fca7713fe77ab03ffbe31c30c3af5d7f0287bbc # latest commit in main
120+
GIT_TAG main # latest commit in main
121+
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
124122
)
125123
FetchContent_MakeAvailable(blosc2)
126124
include_directories("${blosc2_SOURCE_DIR}/include")
-629 Bytes
Binary file not shown.
-989 Bytes
Binary file not shown.

doc/_static/blosc-logo_128.png

-3.49 KB
Binary file not shown.

doc/_static/blosc-logo_256.png

-6.98 KB
Binary file not shown.

doc/_static/css/custom.css

Lines changed: 0 additions & 121 deletions
This file was deleted.

doc/conf.py

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)