aboutsummaryrefslogtreecommitdiff
path: root/triplets
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2021-06-10 00:17:07 +0200
committerGitHub <noreply@github.com>2021-06-09 15:17:07 -0700
commitc867e68ca880feb5fd01f65c39657b64084b2c2a (patch)
treeae2d4ce2d04207b883c92bc82a24f8837e9cf308 /triplets
parent58ce192f0fdd6721d89e248713d44fade6d38768 (diff)
downloadvcpkg-c867e68ca880feb5fd01f65c39657b64084b2c2a.tar.gz
vcpkg-c867e68ca880feb5fd01f65c39657b64084b2c2a.zip
[szip, hdf5] Fix mingw import lib names, control linkage (#17941)
* Format manifest, make port version explicit * Use standard mingw import lib names * Choose either static or shared binaries * Insert macro for dynamic linkage * Add szip pc file * Quote path expressions * Port away from deprecated cmake functions * x-add-version * Begin of hdf5 changes * Remove obsolete variables (complements 23eadeae) * Fix indentation and quoting expressions * Handle single-linkage szip configuration * Use mingw import lib names for hdf5 * Move dependencies to Requires in pc file * Port away from deprecated cmake functions * x-add-version hdf5 * Apply szip review comments * Update version * Improve pkgconfig patch to handle lists * Update git-tree
Diffstat (limited to 'triplets')
-rw-r--r--triplets/community/arm-mingw-dynamic.cmake3
-rw-r--r--triplets/community/arm64-mingw-dynamic.cmake3
-rw-r--r--triplets/community/x64-mingw-dynamic.cmake3
-rw-r--r--triplets/community/x86-mingw-dynamic.cmake3
4 files changed, 0 insertions, 12 deletions
diff --git a/triplets/community/arm-mingw-dynamic.cmake b/triplets/community/arm-mingw-dynamic.cmake
index f38a7cfc0..b23870c11 100644
--- a/triplets/community/arm-mingw-dynamic.cmake
+++ b/triplets/community/arm-mingw-dynamic.cmake
@@ -5,6 +5,3 @@ set(VCPKG_ENV_PASSTHROUGH PATH)
set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)
-if(PORT STREQUAL "szip")
- set(VCPKG_POLICY_SKIP_ARCHITECTURE_CHECK enabled)
-endif()
diff --git a/triplets/community/arm64-mingw-dynamic.cmake b/triplets/community/arm64-mingw-dynamic.cmake
index a90b4f241..30ed204ed 100644
--- a/triplets/community/arm64-mingw-dynamic.cmake
+++ b/triplets/community/arm64-mingw-dynamic.cmake
@@ -5,6 +5,3 @@ set(VCPKG_ENV_PASSTHROUGH PATH)
set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)
-if(PORT STREQUAL "szip")
- set(VCPKG_POLICY_SKIP_ARCHITECTURE_CHECK enabled)
-endif()
diff --git a/triplets/community/x64-mingw-dynamic.cmake b/triplets/community/x64-mingw-dynamic.cmake
index ff4845c33..1f132cfe1 100644
--- a/triplets/community/x64-mingw-dynamic.cmake
+++ b/triplets/community/x64-mingw-dynamic.cmake
@@ -5,6 +5,3 @@ set(VCPKG_ENV_PASSTHROUGH PATH)
set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)
-if(PORT STREQUAL "szip")
- set(VCPKG_POLICY_SKIP_ARCHITECTURE_CHECK enabled)
-endif()
diff --git a/triplets/community/x86-mingw-dynamic.cmake b/triplets/community/x86-mingw-dynamic.cmake
index b27397187..000b36d96 100644
--- a/triplets/community/x86-mingw-dynamic.cmake
+++ b/triplets/community/x86-mingw-dynamic.cmake
@@ -5,6 +5,3 @@ set(VCPKG_ENV_PASSTHROUGH PATH)
set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)
-if(PORT STREQUAL "szip")
- set(VCPKG_POLICY_SKIP_ARCHITECTURE_CHECK enabled)
-endif()