updating zfp version (#7304)

This commit is contained in:
Mark C. Miller 2018-02-27 12:49:04 -08:00 committed by Massimiliano Culpo
parent 5689fd304c
commit 0e326c9687

View file

@ -26,18 +26,15 @@
class Zfp(MakefilePackage): class Zfp(MakefilePackage):
"""zfp is an open source C library for compressed floating-point arrays """zfp is an open source C/C++ library for high-fidelity, high-throughput
that supports very high throughput read and write random acces, lossy compression of floating-point and integer multi-dimensional
target error bounds or bit rates. Although bit-for-bit lossless arrays.
compression is not always possible, zfp is usually accurate to
within machine epsilon in near-lossless mode, and is often orders
of magnitude more accurate than other lossy compressors. Versions
of zfp 0.5.1 or newer also support compression of integer data.
""" """
homepage = 'http://computation.llnl.gov/projects/floating-point-compression' homepage = 'http://computation.llnl.gov/projects/floating-point-compression'
url = 'http://computation.llnl.gov/projects/floating-point-compression/download/zfp-0.5.1.tar.gz' url = 'http://computation.llnl.gov/projects/floating-point-compression/download/zfp-0.5.2.tar.gz'
version('0.5.2', '2f0a77aa34087219a6e10b8b7d031e77')
version('0.5.1', '0ed7059a9b480635e0dd33745e213d17') version('0.5.1', '0ed7059a9b480635e0dd33745e213d17')
version('0.5.0', '2ab29a852e65ad85aae38925c5003654') version('0.5.0', '2ab29a852e65ad85aae38925c5003654')