We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54e2c3 commit bf565aaCopy full SHA for bf565aa
1 file changed
library_builders.sh
@@ -238,8 +238,9 @@ function build_blosc2 {
238
function build_zfp {
239
if [ -e zfp-stamp ]; then return; fi
240
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
+ local version="1.0.1"
+ curl -sLo zfp-$version.tar.gz \
243
+ https://github.com/LLNL/zfp/releases/download/$version/zfp-$version.tar.gz
244
file zfp*.tar.gz
245
tar -xzf zfp*.tar.gz
246
rm zfp*.tar.gz
0 commit comments