[cddlib] Update to 0.94n (#49302)

This commit is contained in:
SunBlack
2026-01-14 02:44:25 -08:00
committed by GitHub
parent 4ba8371d83
commit 1c4b079c49
4 changed files with 17 additions and 4 deletions
+10 -2
View File
@@ -1,12 +1,20 @@
vcpkg_download_distfile(
MSVC_PATCH
URLS https://github.com/cddlib/cddlib/commit/cf2c7939d6b5c40f1eb66860a9ef56015df58c8f.patch?full_index=1
SHA512 09b9ca12b768a16e3a61aa03e6223802d5fbd8020a89cd33c1648ee04ff7a66ce9056e2d773cdc853f7d8b8870d29c068192178d1a932a0f629981aa0ea2238c
FILENAME pr_86.patch
)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cddlib/cddlib
REF ${VERSION}
SHA512 8591ebe9e2a09683bb01b478df6536d1291012927d343013f8593126d3570f7883e125c63c68cd21eeea142a450847dc609e373e39cffb308bed1b56d6342ac1
REF "${VERSION}"
SHA512 08314d757a55065fc09ca2b514d8425b651eee2f5a195d5fbc1369acde1dc704c31a7c0e85ef3f8ec72e36f5f6a10618acef95157fa78989da96ce34bc9bc7f9
HEAD_REF master
PATCHES
0001-disable-doc-target.patch # disable building docs, as they require latex
0002-disable-dd-log.patch # windows does not export global variables
${MSVC_PATCH}
)
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cddlib",
"version-string": "0.94m",
"version-string": "0.94n",
"description": "C implementation of the Double Description Method",
"homepage": "https://github.com/cddlib/cddlib",
"license": "GPL-2.0-or-later",
+1 -1
View File
@@ -1641,7 +1641,7 @@
"port-version": 0
},
"cddlib": {
"baseline": "0.94m",
"baseline": "0.94n",
"port-version": 0
},
"cdt": {
+5
View File
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "50b8720eab35c7a9f1cbf62cd6eab00850bbe001",
"version-string": "0.94n",
"port-version": 0
},
{
"git-tree": "0bb4839476e2e904a3afcde5003ae2fe7237efd7",
"version-string": "0.94m",