Skip to content

Commit bf565aa

Browse files
committed
Upgrade zfp to 1.0.1
1 parent e54e2c3 commit bf565aa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

library_builders.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,9 @@ function build_blosc2 {
238238
function build_zfp {
239239
if [ -e zfp-stamp ]; then return; fi
240240

241-
curl -sLo zfp-0.5.5.tar.gz \
242-
https://github.com/LLNL/zfp/releases/download/0.5.5/zfp-0.5.5.tar.gz
241+
local version="1.0.1"
242+
curl -sLo zfp-$version.tar.gz \
243+
https://github.com/LLNL/zfp/releases/download/$version/zfp-$version.tar.gz
243244
file zfp*.tar.gz
244245
tar -xzf zfp*.tar.gz
245246
rm zfp*.tar.gz

0 commit comments

Comments
 (0)