Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cnl] Update to version 1.1.7 #18439

Merged
merged 12 commits into from
Jul 1, 2021
2 changes: 1 addition & 1 deletion ports/cnl/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: cnl
Version: 2019-06-23
Version: 1.1.7
mathijs727 marked this conversation as resolved.
Show resolved Hide resolved
Description: A Compositional Numeric Library for C++
mathijs727 marked this conversation as resolved.
Show resolved Hide resolved
6 changes: 2 additions & 4 deletions ports/cnl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# header-only library

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO johnmcfarlane/cnl
REF 48428242e72b8239cb14c963e40f724929d54df7
SHA512 c7e012d99409977137a44915dd7a4df5014b6e8540ceee3e82492052541ce77a254d79e624d766b510e7d3a6b17a9d9b02391c6993ae55d3904334116e747983
HEAD_REF develop
mathijs727 marked this conversation as resolved.
Show resolved Hide resolved
REF 2dde6e62e608a4adc3c5504f067575efa4910568
mathijs727 marked this conversation as resolved.
Show resolved Hide resolved
SHA512 33a81ea726802c71a684bcd002b5119cde4db471ebc9ba02cd15c7487ab468eeca09fb8dcaed953e3f3cded2cd813a903f808d97527b0ec7f393647b64a22572
)

vcpkg_configure_cmake(
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@
"port-version": 0
},
"cnl": {
"baseline": "2019-06-23",
"baseline": "1.1.7",
"port-version": 0
},
"coin": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cnl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ed3e93cf3fd7c77647b77186677f766d2cd0d1c1",
"version-string": "1.1.7",
"port-version": 0
},
mathijs727 marked this conversation as resolved.
Show resolved Hide resolved
{
"git-tree": "4778a9818faef4bfac563accbca398763a725cfc",
"version-string": "2019-06-23",
Expand Down