Skip to content
Merged
3 changes: 2 additions & 1 deletion ports/cnl/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: cnl
Version: 2019-06-23
Version: 1.1.7
Comment thread
mathijs727 marked this conversation as resolved.
Description: A Compositional Numeric Library for C++
Comment thread
mathijs727 marked this conversation as resolved.
Homepage: https://github.com/johnmcfarlane/cnl
7 changes: 3 additions & 4 deletions ports/cnl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# header-only library

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO johnmcfarlane/cnl
REF 48428242e72b8239cb14c963e40f724929d54df7
SHA512 c7e012d99409977137a44915dd7a4df5014b6e8540ceee3e82492052541ce77a254d79e624d766b510e7d3a6b17a9d9b02391c6993ae55d3904334116e747983
HEAD_REF develop
Comment thread
mathijs727 marked this conversation as resolved.
REF 2dde6e62e608a4adc3c5504f067575efa4910568 #v1.1.7
SHA512 33a81ea726802c71a684bcd002b5119cde4db471ebc9ba02cd15c7487ab468eeca09fb8dcaed953e3f3cded2cd813a903f808d97527b0ec7f393647b64a22572
HEAD_REF main
)

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": "645e64c52fc7d6d9570376aba9c684ca45038f54",
"version-string": "1.1.7",
"port-version": 0
},
{
"git-tree": "4778a9818faef4bfac563accbca398763a725cfc",
"version-string": "2019-06-23",
Expand Down