Skip to content

Commit

Permalink
[zfp] Update to 1.0.1 (#42956)
Browse files Browse the repository at this point in the history
Co-authored-by: Monica <v-liumonica@microsoft.com>
  • Loading branch information
MonicaLiu0311 and Monica authored Dec 30, 2024
1 parent 8a3beb3 commit 2fc86f7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/zfp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down Expand Up @@ -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")
3 changes: 1 addition & 2 deletions ports/zfp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/z-/zfp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "25e02beed507eb4dab6ed9efc9acfbfbe2dc9f6f",
"version": "1.0.1",
"port-version": 0
},
{
"git-tree": "560a885ed95ebb2e7477dfe4e68d5abe7f122fca",
"version": "1.0.0",
Expand Down

0 comments on commit 2fc86f7

Please sign in to comment.