diff options
| author | Simone Gasparini <simone.gasparini@gmail.com> | 2021-03-11 21:21:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 12:21:52 -0800 |
| commit | 939c215cc6f06ec396c57dacf327064f1ca26e2e (patch) | |
| tree | fcbe29114152bdad8ae92ffd8ab558677fff4b4c /versions | |
| parent | 71c7aa72b42a7d34fa3d7e8715ae1ac325aa32f6 (diff) | |
| download | vcpkg-939c215cc6f06ec396c57dacf327064f1ca26e2e.tar.gz vcpkg-939c215cc6f06ec396c57dacf327064f1ca26e2e.zip | |
[popsift] add new port v0.9 (#10979)
* [ports] add popsift
* [popsift] homepage and limitations
* [popsift] test debug
* [popsift] test -fpic off for static
* [popsift] update ci.baseline
* [popsift] testing winfixes
* [popsift] missing dependencies for apps
* [popsift] update portfile
* [popsift] cleaning
* [popsift] using vcpkg_find_cuda
and v1.0.0-rc2
* [popsift] using CUDA_TOOLKIT_ROOT_DIR
* [popsift] rolling back to v0.9
* [popsift] update versions/baseline
* [popsift] baseline x64-static-md fail
* [popsift] missing popsift.json
* [popsift] remove ci.baseline.txt
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/p-/popsift.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 71c0c055b..f6a930ebe 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4704,6 +4704,10 @@ "baseline": "20.12.1", "port-version": 4 }, + "popsift": { + "baseline": "0.9", + "port-version": 0 + }, "portable-snippets": { "baseline": "2019-09-20", "port-version": 0 diff --git a/versions/p-/popsift.json b/versions/p-/popsift.json new file mode 100644 index 000000000..cf040e4c3 --- /dev/null +++ b/versions/p-/popsift.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "807871ff30d3f2e5f40fbe3ff72dde0254b30c8d", + "version-string": "0.9", + "port-version": 0 + } + ] +} |
