Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions ports/cddlib/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion ports/cddlib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
"port-version": 0
},
"cddlib": {
"baseline": "0.94m",
"baseline": "0.94n",
"port-version": 0
},
"cdt": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cddlib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "50b8720eab35c7a9f1cbf62cd6eab00850bbe001",
"version-string": "0.94n",
"port-version": 0
},
{
"git-tree": "0bb4839476e2e904a3afcde5003ae2fe7237efd7",
"version-string": "0.94m",
Expand Down