diff options
Diffstat (limited to 'science/sz3')
-rw-r--r-- | science/sz3/Makefile | 9 | ||||
-rw-r--r-- | science/sz3/distinfo | 6 | ||||
-rw-r--r-- | science/sz3/pkg-plist | 15 |
3 files changed, 13 insertions, 17 deletions
diff --git a/science/sz3/Makefile b/science/sz3/Makefile index e65b8ad06873..fe01a0279dc0 100644 --- a/science/sz3/Makefile +++ b/science/sz3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sz3 -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 DISTVERSIONPREFIX= v CATEGORIES= science @@ -13,15 +13,18 @@ LICENSE_FILE= ${WRKSRC}/copyright-and-BSD-license.txt LIB_DEPENDS= libgsl.so:math/gsl \ libzstd.so:archivers/zstd +TEST_DEPENDS= googletest>=0:devel/googletest -USES= cmake pkgconfig +USES= cmake:testing pkgconfig CMAKE_OFF= BUILD_H5Z_FILTER \ BUILD_MDZ \ + BUILD_TESTING \ SZ3_DEBUG_TIMINGS \ SZ3_USE_BUNDLED_ZSTD CMAKE_ON= BUILD_SHARED_LIBS \ - BUILD_STATIC_LIBS + BUILD_STATIC_LIBS \ + SZ3_USE_SKA_HASH DATADIR= ${PREFIX}/share/SZ3 diff --git a/science/sz3/distinfo b/science/sz3/distinfo index 638b3b67e6a1..29921144bbbb 100644 --- a/science/sz3/distinfo +++ b/science/sz3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088812 -SHA256 (szcompressor-SZ3-v3.2.1_GH0.tar.gz) = 24ed1c8159832734a241df66b857eca64d18a2e8e949ef583a2d0bfe01c6b7e1 -SIZE (szcompressor-SZ3-v3.2.1_GH0.tar.gz) = 4474033 +TIMESTAMP = 1757120532 +SHA256 (szcompressor-SZ3-v3.3.0_GH0.tar.gz) = c6b9e114e5849911e14334fca14eaf30f9a84d4bbe681a1f32d3be62ec68fb52 +SIZE (szcompressor-SZ3-v3.3.0_GH0.tar.gz) = 128524 diff --git a/science/sz3/pkg-plist b/science/sz3/pkg-plist index cbe94507605e..44a0f55e5e88 100644 --- a/science/sz3/pkg-plist +++ b/science/sz3/pkg-plist @@ -1,4 +1,5 @@ bin/sz3 +bin/sz3_customized_demo bin/sz3_smoke_test include/SZ3/api/impl/SZAlgoInterp.hpp include/SZ3/api/impl/SZAlgoLorenzoReg.hpp @@ -9,13 +10,11 @@ include/SZ3/api/impl/SZImplOMP.hpp include/SZ3/api/sz.hpp include/SZ3/compressor/Compressor.hpp include/SZ3/compressor/SZGenericCompressor.hpp -include/SZ3/compressor/SZIterateCompressor.hpp -include/SZ3/compressor/specialized/SZBlockInterpolationCompressor.hpp include/SZ3/compressor/specialized/SZExaaltCompressor.hpp include/SZ3/compressor/specialized/SZTruncateCompressor.hpp +include/SZ3/decomposition/BlockwiseDecomposition.hpp include/SZ3/decomposition/Decomposition.hpp include/SZ3/decomposition/InterpolationDecomposition.hpp -include/SZ3/decomposition/LorenzoRegressionDecomposition.hpp include/SZ3/decomposition/NoPredictionDecomposition.hpp include/SZ3/decomposition/TimeSeriesDecomposition.hpp include/SZ3/def.hpp @@ -29,11 +28,6 @@ include/SZ3/lossless/Lossless_bypass.hpp include/SZ3/lossless/Lossless_zstd.hpp include/SZ3/predictor/ComposedPredictor.hpp include/SZ3/predictor/LorenzoPredictor.hpp -include/SZ3/predictor/MetaLorenzoPredictor.hpp -include/SZ3/predictor/MetaRegressionPredictor.hpp -include/SZ3/predictor/PolyRegressionCoeffAux.hpp -include/SZ3/predictor/PolyRegressionCoeffAux.m -include/SZ3/predictor/PolyRegressionPredictor.hpp include/SZ3/predictor/Predictor.hpp include/SZ3/predictor/RegressionPredictor.hpp include/SZ3/preprocessor/PreFilter.hpp @@ -42,6 +36,7 @@ include/SZ3/preprocessor/Transpose.hpp include/SZ3/preprocessor/Wavelet.hpp include/SZ3/quantizer/LinearQuantizer.hpp include/SZ3/quantizer/Quantizer.hpp +include/SZ3/utils/BlockwiseIterator.hpp include/SZ3/utils/ByteUtil.hpp include/SZ3/utils/Config.hpp include/SZ3/utils/Extraction.hpp @@ -50,12 +45,10 @@ include/SZ3/utils/Interpolators.hpp include/SZ3/utils/Iterator.hpp include/SZ3/utils/KmeansUtil.hpp include/SZ3/utils/MemoryUtil.hpp -include/SZ3/utils/MetaDef.hpp include/SZ3/utils/QuantOptimizatioin.hpp +include/SZ3/utils/Sample.hpp include/SZ3/utils/Statistic.hpp include/SZ3/utils/Timer.hpp -include/SZ3/utils/inih/INIReader.h -include/SZ3/utils/inih/LICENSE.txt include/SZ3/utils/ska_hash/LICENSE.txt include/SZ3/utils/ska_hash/bytell_hash_map.hpp include/SZ3/utils/ska_hash/flat_hash_map.hpp |