diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-06-11 07:22:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 16:22:46 -0700 |
| commit | 761578f82729ad40ef287818723f49d27dd28561 (patch) | |
| tree | 34b5d7f80ec9b39a76c1fe40128422ebf7446861 /versions | |
| parent | cbe38c8280a6d95fe5c895ef32090e9797af4aff (diff) | |
| download | vcpkg-761578f82729ad40ef287818723f49d27dd28561.tar.gz vcpkg-761578f82729ad40ef287818723f49d27dd28561.zip | |
[matio] Use official CMakeLists, add features (#18254)
* [matio] Use official CMakeLists, add features
* Fix portfile.cmake
* update version record
* Commit missing files
* Update versions/m-/matio.json
* Update ports/matio/portfile.cmake
* Update ports/matio/portfile.cmake
* Update versions/m-/matio.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/m-/matio.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 655d131b3..8204db207 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3910,7 +3910,7 @@ }, "matio": { "baseline": "1.5.19", - "port-version": 0 + "port-version": 1 }, "matplotlib-cpp": { "baseline": "2020-08-27", diff --git a/versions/m-/matio.json b/versions/m-/matio.json index 12b26f4ec..74bf34be5 100644 --- a/versions/m-/matio.json +++ b/versions/m-/matio.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c11c8ba1ca5c7f0286165d497088779ec0df756a", + "version-semver": "1.5.19", + "port-version": 1 + }, + { "git-tree": "09b997c5cb31fdde33faf650612324a847967360", "version-string": "1.5.19", "port-version": 0 |
