mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[zfp] Update to 1.0.1 (#42956)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "25e02beed507eb4dab6ed9efc9acfbfbe2dc9f6f",
|
||||
"version": "1.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "560a885ed95ebb2e7477dfe4e68d5abe7f122fca",
|
||||
"version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user