Skip to content

Commit

Permalink
C-Blosc 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 16, 2023
1 parent f7c0101 commit 672dbc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,8 @@ function build_blosc {
function build_blosc2 {
if [ -e blosc-stamp2 ]; then return; fi

#curl -sLo blosc2-v2.10.0.tar.gz \
curl -sLo blosc2-topic-cmake-install-targets.tar.gz \
https://github.com/Blosc/c-blosc2/archive/d510951c492db9f09ab9171675c3dddbf8ffd4fa.tar.gz
curl -sLo blosc2-v2.10.1.tar.gz \
https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.10.1.tar.gz
file blosc2*.tar.gz
tar -xzf blosc2*.tar.gz
rm blosc2*.tar.gz
Expand Down

0 comments on commit 672dbc2

Please sign in to comment.