aboutsummaryrefslogtreecommitdiff
path: root/science/szip
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 01:47:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 01:47:21 +0000
commitf94c4248392d693bbd7c80a0b77c337636bbccad (patch)
treef92c313c51e7f26d2fef7d9764a1c0111cab6d42 /science/szip
parent60b4f2bd0ef6b3cc0843ae84195e10f9433c60dc (diff)
downloadports-f94c4248392d693bbd7c80a0b77c337636bbccad.tar.gz
ports-f94c4248392d693bbd7c80a0b77c337636bbccad.zip
Add libaec 1.0.0
Libaec provides fast lossless compression of 1 up to 32 bit wide signed or unsigned integers (samples). The library achieves best results for low entropy data as often encountered in space imaging instrument data or numerical model output from weather or climate simulations. While floating point representations are not directly supported, they can also be efficiently coded by grouping exponents and mantissa. Libaec implements Golomb-Rice coding as defined in the Space Data System Standard documents 121.0-B-2 and 120.0-G-2. Libaec includes a free drop-in replacement for the SZIP library. Just replace SZIP's shared library libsz.so* with libaec.so* and libsz.so* from libaec. Code which is dynamically linked with SZIP such as HDF5 should continue to work with libaec. No re-compilation required. HDF5 files which contain SZIP encoded data can be decoded by HDF5 using libaec and vice versa. WWW: https://gitlab.dkrz.de/k202009/libaec
Notes
Notes: svn path=/head/; revision=430225
Diffstat (limited to 'science/szip')
-rw-r--r--science/szip/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/szip/Makefile b/science/szip/Makefile
index 79971d7ee0b7..5aa06afe7881 100644
--- a/science/szip/Makefile
+++ b/science/szip/Makefile
@@ -16,6 +16,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lossless compression library for scientific data
+CONFLICTS_INSTALL= libaec-
+
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes