[libics] update to 1.6.6 (#34473)

This commit is contained in:
Jia Yue Hua 2023-10-14 02:59:30 +08:00 committed by GitHub
parent 86538c1384
commit d297ef5bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,12 @@
diff --git a/support/cpp_interface/libics.hpp b/support/cpp_interface/libics.hpp
index 73f76e6..4ea2b1e 100644
--- a/support/cpp_interface/libics.hpp
+++ b/support/cpp_interface/libics.hpp
@@ -40,6 +40,7 @@
#include <string>
#include <utility>
#include <vector>
+#include <cstdint>
#if defined(__WIN32__) && !defined(WIN32)
# define WIN32

View File

@ -1,9 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO svi-opensource/libics
REF ae55128e0532d78aaea4adce21a3fa553d208b83 # 1.6.5
SHA512 37a1e9034d7e32954840e18f3e3c19f6ed2f8c651ce0da53f678e2f04653be0fc4d9ab3dca8b6f0bfcaec2a9cc560ccfbc7d9034977faa14036281d6a3ca662a
REF "${VERSION}"
SHA512 290d6d7bd3f5611d0b46aa6406ef10449ee768bc14d0b34f0bb365ca46f98b7fd4065c94fd9594e357427a4d0644f2724a1f773c7f3b43adc3db2389b94ee88e
HEAD_REF master
PATCHES fix-integral-include.patch
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "libics",
"version": "1.6.5",
"version": "1.6.6",
"description": "Reference library for ICS (Image Cytometry Standard), an open standard for writing images of any dimensionality and data type to file, together with associated information regarding the recording equipment or recorded subject.",
"homepage": "https://github.com/svi-opensource/libics",
"dependencies": [

View File

@ -4297,7 +4297,7 @@
"port-version": 1
},
"libics": {
"baseline": "1.6.5",
"baseline": "1.6.6",
"port-version": 0
},
"libideviceactivation": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dd79bb59a4716358360e475a7aaa3ec6a20c80e1",
"version": "1.6.6",
"port-version": 0
},
{
"git-tree": "aea77d2369ae831edee51b05bc8dcad585795990",
"version": "1.6.5",