From 592d17c45de668ca94b46241f277788a057c66ad Mon Sep 17 00:00:00 2001 From: Monica Date: Thu, 26 Dec 2024 18:44:42 -0800 Subject: [PATCH 1/2] update to 1.0.1 --- ports/zfp/portfile.cmake | 6 +++--- ports/zfp/vcpkg.json | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ports/zfp/portfile.cmake b/ports/zfp/portfile.cmake index aeddc5442c1cbc..e39062778dd1e8 100644 --- a/ports/zfp/portfile.cmake +++ b/ports/zfp/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO LLNL/zfp - REF f39af72648a2aeb88e9b2cca8c64f51b493ad5f4 #1.0.0 - SHA512 943c147a5170defe8e40c6b5ffc736dcc5a4fd33ab5b3e71aab9194821d68e4b6d093f11c76532ae011cbee44c861b04feb01e36789a9858b10ebfa808416e92 + REF "${VERSION}" + SHA512 5bbd98ed2f98e75c654afa863cab3023abb2eeb8f203f9049c75d5dbdf4b364cfb5c8378e10e6aaeaf13242315ad4949b06619810a67b3adaed095b7e8a48d5a HEAD_REF master ) @@ -39,4 +39,4 @@ endif() vcpkg_copy_pdbs() -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/ports/zfp/vcpkg.json b/ports/zfp/vcpkg.json index ff4fd5501f8852..b04090b9eabf1e 100644 --- a/ports/zfp/vcpkg.json +++ b/ports/zfp/vcpkg.json @@ -1,7 +1,6 @@ { "name": "zfp", - "version": "1.0.0", - "port-version": 2, + "version": "1.0.1", "description": "Zfp is an open source C/C++ library for compressed numerical arrays that support high throughput read and write random access. zfp also supports streaming compression of integer and floating-point data, e.g., for applications that read and write large data sets to and from disk. zfp is primarily written in C and C++ but also includes Python and Fortran bindings.", "homepage": "https://github.com/LLNL/zfp", "license": "BSD-3-Clause", From d48f34cd5bbd28f969d1c3122ad6f887417f0047 Mon Sep 17 00:00:00 2001 From: Monica Date: Thu, 26 Dec 2024 18:45:12 -0800 Subject: [PATCH 2/2] update version --- versions/baseline.json | 4 ++-- versions/z-/zfp.json | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/versions/baseline.json b/versions/baseline.json index fd13fea6c4b5a1..cb89045d563777 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9977,8 +9977,8 @@ "port-version": 2 }, "zfp": { - "baseline": "1.0.0", - "port-version": 2 + "baseline": "1.0.1", + "port-version": 0 }, "zimpl": { "baseline": "3.6.1", diff --git a/versions/z-/zfp.json b/versions/z-/zfp.json index 02e009479f8b8c..fb76a74d1d7208 100644 --- a/versions/z-/zfp.json +++ b/versions/z-/zfp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "25e02beed507eb4dab6ed9efc9acfbfbe2dc9f6f", + "version": "1.0.1", + "port-version": 0 + }, { "git-tree": "560a885ed95ebb2e7477dfe4e68d5abe7f122fca", "version": "1.0.0",