mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
devel/zfp: Update 0.5.5 -> 1.0.0
PR: 265953
This commit is contained in:
parent
5a2f556ccb
commit
c461228406
@ -1,7 +1,7 @@
|
||||
PORTNAME= zfp
|
||||
DISTVERSION= 0.5.5
|
||||
DISTVERSION= 1.0.0
|
||||
CATEGORIES= devel science
|
||||
MASTER_SITES= https://computation.llnl.gov/projects/floating-point-compression/download/
|
||||
MASTER_SITES= https://github.com/LLNL/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= High throughput library for compressed floating-point arrays
|
||||
@ -9,7 +9,7 @@ COMMENT= High throughput library for compressed floating-point arrays
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
USES= cmake:testing
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
LDFLAGS+= -lm
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1561883413
|
||||
SHA256 (zfp-0.5.5.tar.gz) = fdf7b948bab1f4e5dccfe2c2048fd98c24e417ad8fb8a51ed3463d04147393c5
|
||||
SIZE (zfp-0.5.5.tar.gz) = 128300
|
||||
TIMESTAMP = 1660978478
|
||||
SHA256 (zfp-1.0.0.tar.gz) = 0ea08ae3e50e3c92f8b8cf41ba5b6e2de8892bc4a4ca0c59b8945b6c2ab617c4
|
||||
SIZE (zfp-1.0.0.tar.gz) = 180465
|
||||
|
@ -1,36 +1,67 @@
|
||||
include/bitstream.h
|
||||
bin/zfp
|
||||
include/zfp.h
|
||||
include/zfp/cache.h
|
||||
include/zfp/header.h
|
||||
include/zfp/headerHelpers.h
|
||||
include/zfp/iterator1.h
|
||||
include/zfp/iterator2.h
|
||||
include/zfp/iterator3.h
|
||||
include/zfp/macros.h
|
||||
include/zfp/memory.h
|
||||
include/zfp/pointer1.h
|
||||
include/zfp/pointer2.h
|
||||
include/zfp/pointer3.h
|
||||
include/zfp/reference1.h
|
||||
include/zfp/reference2.h
|
||||
include/zfp/reference3.h
|
||||
include/zfp/system.h
|
||||
include/zfp/types.h
|
||||
include/zfp/view1.h
|
||||
include/zfp/view2.h
|
||||
include/zfp/view3.h
|
||||
include/zfparray.h
|
||||
include/zfparray1.h
|
||||
include/zfparray2.h
|
||||
include/zfparray3.h
|
||||
include/zfpcodec.h
|
||||
include/zfpcodecd.h
|
||||
include/zfpcodecf.h
|
||||
include/zfpfactory.h
|
||||
include/zfp.hpp
|
||||
include/zfp/array.h
|
||||
include/zfp/array.hpp
|
||||
include/zfp/array1.hpp
|
||||
include/zfp/array2.hpp
|
||||
include/zfp/array3.hpp
|
||||
include/zfp/array4.hpp
|
||||
include/zfp/bitstream.h
|
||||
include/zfp/bitstream.inl
|
||||
include/zfp/codec/gencodec.hpp
|
||||
include/zfp/codec/zfpcodec.hpp
|
||||
include/zfp/constarray1.hpp
|
||||
include/zfp/constarray2.hpp
|
||||
include/zfp/constarray3.hpp
|
||||
include/zfp/constarray4.hpp
|
||||
include/zfp/factory.hpp
|
||||
include/zfp/index.hpp
|
||||
include/zfp/internal/array/cache.hpp
|
||||
include/zfp/internal/array/cache1.hpp
|
||||
include/zfp/internal/array/cache2.hpp
|
||||
include/zfp/internal/array/cache3.hpp
|
||||
include/zfp/internal/array/cache4.hpp
|
||||
include/zfp/internal/array/exception.hpp
|
||||
include/zfp/internal/array/handle1.hpp
|
||||
include/zfp/internal/array/handle2.hpp
|
||||
include/zfp/internal/array/handle3.hpp
|
||||
include/zfp/internal/array/handle4.hpp
|
||||
include/zfp/internal/array/header.hpp
|
||||
include/zfp/internal/array/iterator1.hpp
|
||||
include/zfp/internal/array/iterator2.hpp
|
||||
include/zfp/internal/array/iterator3.hpp
|
||||
include/zfp/internal/array/iterator4.hpp
|
||||
include/zfp/internal/array/memory.hpp
|
||||
include/zfp/internal/array/pointer1.hpp
|
||||
include/zfp/internal/array/pointer2.hpp
|
||||
include/zfp/internal/array/pointer3.hpp
|
||||
include/zfp/internal/array/pointer4.hpp
|
||||
include/zfp/internal/array/reference1.hpp
|
||||
include/zfp/internal/array/reference2.hpp
|
||||
include/zfp/internal/array/reference3.hpp
|
||||
include/zfp/internal/array/reference4.hpp
|
||||
include/zfp/internal/array/store.hpp
|
||||
include/zfp/internal/array/store1.hpp
|
||||
include/zfp/internal/array/store2.hpp
|
||||
include/zfp/internal/array/store3.hpp
|
||||
include/zfp/internal/array/store4.hpp
|
||||
include/zfp/internal/array/traits.hpp
|
||||
include/zfp/internal/array/view1.hpp
|
||||
include/zfp/internal/array/view2.hpp
|
||||
include/zfp/internal/array/view3.hpp
|
||||
include/zfp/internal/array/view4.hpp
|
||||
include/zfp/internal/codec/genheader.hpp
|
||||
include/zfp/internal/codec/zfpheader.hpp
|
||||
include/zfp/internal/zfp/inline.h
|
||||
include/zfp/internal/zfp/macros.h
|
||||
include/zfp/internal/zfp/system.h
|
||||
include/zfp/internal/zfp/types.h
|
||||
include/zfp/version.h
|
||||
lib/cmake/zfp/zfp-config-version.cmake
|
||||
lib/cmake/zfp/zfp-config.cmake
|
||||
lib/cmake/zfp/zfp-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/zfp/zfp-targets.cmake
|
||||
lib/libzfp.so
|
||||
lib/libzfp.so.0
|
||||
lib/libzfp.so.0.5.5
|
||||
lib/libzfp.so.1
|
||||
lib/libzfp.so.1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user