diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-06-30 01:13:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-29 09:13:44 -0700 |
| commit | 8573c7002e01107e7ddd6ff19b4adc56ce3269a9 (patch) | |
| tree | 93bc0745c59345d62a8393a848c5512d25069c26 /versions | |
| parent | c9ba340993209b9ae1f9da787defcd257df2fecc (diff) | |
| download | vcpkg-8573c7002e01107e7ddd6ff19b4adc56ce3269a9.tar.gz vcpkg-8573c7002e01107e7ddd6ff19b4adc56ce3269a9.zip | |
[sleef] create a new port (#18075)
* [sleef] create a new port
* [sleef] update baseline
* [sleef] update supports
* add more supported architectures to sleef
* [sleef] update ci.baseline.txt
* Revert "[sleef] update ci.baseline.txt"
This reverts commit 39685ae755048ebc4702ddfb659026f910ce885a.
* [sleef] disable (arm & windows)
The project's CI doesn't check it. Disable in support field.
* Update ports/sleef/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [sleef] update git-tree SHA
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/s-/sleef.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 0848eb077..6151396a4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5796,6 +5796,10 @@ "baseline": "1.13.0", "port-version": 0 }, + "sleef": { + "baseline": "3.5.1", + "port-version": 0 + }, "slikenet": { "baseline": "2019-10-22-2", "port-version": 0 diff --git a/versions/s-/sleef.json b/versions/s-/sleef.json new file mode 100644 index 000000000..304db6224 --- /dev/null +++ b/versions/s-/sleef.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "0c195bd94ab64769463a4891db9d140fa37508a4", + "version": "3.5.1", + "port-version": 0 + } + ] +} |
