early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,65 @@
diff --git a/include/libkea/KEAAttributeTable.h b/include/libkea/KEAAttributeTable.h
index 95a5d7f..fbfebc1 100644
--- a/include/libkea/KEAAttributeTable.h
+++ b/include/libkea/KEAAttributeTable.h
@@ -37,7 +37,7 @@
#include <map>
#include <math.h>
-#include "H5Cpp.h"
+#include <H5Cpp.h>
#include "libkea/KEACommon.h"
#include "libkea/KEAException.h"
diff --git a/include/libkea/KEAAttributeTableFile.h b/include/libkea/KEAAttributeTableFile.h
index 9987a7c..39dbb21 100644
--- a/include/libkea/KEAAttributeTableFile.h
+++ b/include/libkea/KEAAttributeTableFile.h
@@ -35,7 +35,7 @@
#include <string>
#include <vector>
-#include "H5Cpp.h"
+#include <H5Cpp.h>
#include "libkea/KEACommon.h"
#include "libkea/KEAException.h"
diff --git a/include/libkea/KEAAttributeTableInMem.h b/include/libkea/KEAAttributeTableInMem.h
index b4f7fad..6a8a8b7 100644
--- a/include/libkea/KEAAttributeTableInMem.h
+++ b/include/libkea/KEAAttributeTableInMem.h
@@ -35,7 +35,7 @@
#include <string>
#include <vector>
-#include "H5Cpp.h"
+#include <H5Cpp.h>
#include "libkea/KEACommon.h"
#include "libkea/KEAException.h"
diff --git a/include/libkea/KEACommon.h b/include/libkea/KEACommon.h
index 3175c93..67b02a2 100644
--- a/include/libkea/KEACommon.h
+++ b/include/libkea/KEACommon.h
@@ -38,7 +38,7 @@
#include <string>
#include <vector>
-#include "H5Cpp.h"
+#include <H5Cpp.h>
// MSVC 2008 uses different names....
#ifdef _MSC_VER
diff --git a/include/libkea/KEAImageIO.h b/include/libkea/KEAImageIO.h
index d510cae..4c2aa97 100644
--- a/include/libkea/KEAImageIO.h
+++ b/include/libkea/KEAImageIO.h
@@ -35,7 +35,7 @@
#include <string>
#include <vector>
-#include "H5Cpp.h"
+#include <H5Cpp.h>
#include "libkea/KEACommon.h"
#include "libkea/KEAException.h"

25
externals/vcpkg/ports/kealib/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,25 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ubarsc/kealib
REF 4984102cf5867105a28ae754689566217309d120 #1.4.14
SHA512 06628996757bc9cffc5af0f03468ec32246980b6f72f7f1c88a489a8a2aed70924115df0726fcbb9851e44030c6a44ee0f3137660de43af421dec1eab81cc147
HEAD_REF master
PATCHES hdf5_include.patch
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DLIBKEA_WITH_GDAL=OFF
)
vcpkg_cmake_install()
vcpkg_copy_pdbs()
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin" "${CURRENT_PACKAGES_DIR}/bin")
endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

18
externals/vcpkg/ports/kealib/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,18 @@
{
"name": "kealib",
"version": "1.4.14",
"description": "KEALib provides an implementation of the GDAL data model using HDF5.",
"homepage": "https://github.com/ubarsc/kealib",
"dependencies": [
{
"name": "hdf5",
"features": [
"cpp"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}