diff options
| author | mathijs727 <mathijs.l.molenaar@gmail.com> | 2021-07-01 19:41:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 10:41:20 -0700 |
| commit | 3335dadc75d5b6ecd71f682b993562a22cf2d947 (patch) | |
| tree | 14e0589db33c75953cf8f874ab11092b90153efd | |
| parent | 015b6f88e7ab78ece14ab531e37e5b4bf6b882b3 (diff) | |
| download | vcpkg-3335dadc75d5b6ecd71f682b993562a22cf2d947.tar.gz vcpkg-3335dadc75d5b6ecd71f682b993562a22cf2d947.zip | |
[cnl] Update to version 1.1.7 (#18439)
* [cnl] update to version 1.1.7
* Update baseline.json
* Update ports/cnl/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/cnl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update HEAD_REF to point to main
* Bump port-version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Run vcpkg x-add-version cnl
* Update versions/c-/cnl.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/cnl/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions/baseline.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions/c-/cnl.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update git tree with vcpkg x-add-version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
| -rw-r--r-- | ports/cnl/CONTROL | 3 | ||||
| -rw-r--r-- | ports/cnl/portfile.cmake | 7 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/cnl.json | 5 |
4 files changed, 11 insertions, 6 deletions
diff --git a/ports/cnl/CONTROL b/ports/cnl/CONTROL index 8daea5ae6..ac6f8f2ca 100644 --- a/ports/cnl/CONTROL +++ b/ports/cnl/CONTROL @@ -1,3 +1,4 @@ Source: cnl
-Version: 2019-06-23
+Version: 1.1.7
Description: A Compositional Numeric Library for C++
+Homepage: https://github.com/johnmcfarlane/cnl
diff --git a/ports/cnl/portfile.cmake b/ports/cnl/portfile.cmake index da03f7900..3c54e4579 100644 --- a/ports/cnl/portfile.cmake +++ b/ports/cnl/portfile.cmake @@ -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
+ REF 2dde6e62e608a4adc3c5504f067575efa4910568 #v1.1.7
+ SHA512 33a81ea726802c71a684bcd002b5119cde4db471ebc9ba02cd15c7487ab468eeca09fb8dcaed953e3f3cded2cd813a903f808d97527b0ec7f393647b64a22572
+ HEAD_REF main
)
vcpkg_configure_cmake(
diff --git a/versions/baseline.json b/versions/baseline.json index ef0805696..a200b7aee 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1325,7 +1325,7 @@ "port-version": 0 }, "cnl": { - "baseline": "2019-06-23", + "baseline": "1.1.7", "port-version": 0 }, "coin": { diff --git a/versions/c-/cnl.json b/versions/c-/cnl.json index 9f2ab9648..dc0a2ce01 100644 --- a/versions/c-/cnl.json +++ b/versions/c-/cnl.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "645e64c52fc7d6d9570376aba9c684ca45038f54", + "version-string": "1.1.7", + "port-version": 0 + }, + { "git-tree": "4778a9818faef4bfac563accbca398763a725cfc", "version-string": "2019-06-23", "port-version": 0 |
