aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorPark DongHa <luncliff@gmail.com>2021-05-18 15:22:24 +0900
committerGitHub <noreply@github.com>2021-05-17 23:22:24 -0700
commit968c5eba7b9f24806b27d59593c389598402bc69 (patch)
tree70ec9361839e46e5e5f77dff7266dc5b54c3251d /versions
parent44e8841e065a1b14340c6c0bb90210b11d7c3d4d (diff)
downloadvcpkg-968c5eba7b9f24806b27d59593c389598402bc69.tar.gz
vcpkg-968c5eba7b9f24806b27d59593c389598402bc69.zip
[xnnpack] create a new port (#17064)
* [xnnpack] create a new port * [xnnpack] create a patch * [cpuinfo] update to latest * [cpuinfo] update baseline and port SHA * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [cpuinfo] update port SHA * [cpuinfo] recover find_package * fixup target path to `share/unofficial-cpuinfo` * change IMPORTED target name to `unofficial::cpuinfo::cpuinfo` * [fbgemm] resolve failure after cpuinfo rename * change cpuinfo::cpuinfo to unofficial * [fbgemm] update port version * [nnpack] use changes target name * [nnpack] update port-version * [pthreadpool] support find_package * update to latest source code * [pthreadpool] update port version * [pthreadpool] support uwp * use WindowStore in platform check * [xnnpack] support find_package * windows: static build * export with namespace `unofficial::` * [xnnpack] update code to latest * change snapshot to resolve linux compile errors * [xnnpack] "supports" in manifest * update baseline & port SHA * [xnnpack] use 'vcpkg-cmake' ports * update port git-tree SHA * [xnnpack] remove unused configure options * [xnnpack] update code version * snapshot: 21/04/10 -> 21/05/17 Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/x-/xnnpack.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index a8add12b0..b7673cc7d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6552,6 +6552,10 @@
"baseline": "0.5.2-1",
"port-version": 0
},
+ "xnnpack": {
+ "baseline": "2021-05-17",
+ "port-version": 0
+ },
"xorstr": {
"baseline": "2020-11-29",
"port-version": 0
diff --git a/versions/x-/xnnpack.json b/versions/x-/xnnpack.json
new file mode 100644
index 000000000..df28faff7
--- /dev/null
+++ b/versions/x-/xnnpack.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "a35b56ac05249424cfcc4ad4727e34d7e1216f25",
+ "version-date": "2021-05-17",
+ "port-version": 0
+ }
+ ]
+}