Skip to content

Commit 11dfd1e

Browse files
Aimol-laimol
andauthored
Update tensorvia cpu 0.2.3 (#218)
* feat(pkgs/t): fix some errors and add some tests * feat(pkgs/t): update tensorvia-cpu@0.2.3 --------- Co-authored-by: aimol <aimol@qq.com>
1 parent 4d6cab3 commit 11dfd1e

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

pkgs/t/tensorvia-cpu.lua

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
-- AUTO-GENERATED by `mcpp emit xpkg`. Do not edit by hand.
2-
-- Source: mcpp.toml @ v0.1.1
3-
--
4-
-- Hand-edit on top of the generated file: `mcpp emit xpkg` writes the bare
5-
-- project name and no `namespace`; the `namespace = "aimol"` line below was
6-
-- added when the package was filed into this index, which made `name` the
7-
-- split form and left the package uninstallable (xlings keyed the entry under
8-
-- `tensorvia-cpu` while mcpp asks for `aimol.tensorvia-cpu`). `name` is now
9-
-- the fully-qualified spelling. See mcpp-community/mcpp#278.
2+
-- Source: mcpp.toml @ v0.2.3
103
package = {
114
spec = "1",
125
name = "tensorvia-cpu",
@@ -19,13 +12,13 @@ package = {
1912

2013
xpm = {
2114
linux = {
22-
['0.1.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.1.1/tensorvia-cpu-0.1.1.tar.gz", sha256 = "3732dd3f43dc540d5e7f9707d60608f465e0bbff8c88064c3f4198cdc5cb28b2" },
15+
['0.2.3'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.2.3/tensorvia-cpu-0.2.3.tar.gz", sha256 = "8476d2fa27eb47a8e9d50b3ef3b974cad8923f4fdebd4d3f6d45355cc6a534f7" },
2316
},
2417
macosx = {
25-
['0.1.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.1.1/tensorvia-cpu-0.1.1.tar.gz", sha256 = "3732dd3f43dc540d5e7f9707d60608f465e0bbff8c88064c3f4198cdc5cb28b2" },
18+
['0.2.3'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.2.3/tensorvia-cpu-0.2.3.tar.gz", sha256 = "8476d2fa27eb47a8e9d50b3ef3b974cad8923f4fdebd4d3f6d45355cc6a534f7" },
2619
},
2720
windows = {
28-
['0.1.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.1.1/tensorvia-cpu-0.1.1.tar.gz", sha256 = "3732dd3f43dc540d5e7f9707d60608f465e0bbff8c88064c3f4198cdc5cb28b2" },
21+
['0.2.3'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.2.3/tensorvia-cpu-0.2.3.tar.gz", sha256 = "8476d2fa27eb47a8e9d50b3ef3b974cad8923f4fdebd4d3f6d45355cc6a534f7" },
2922
},
3023
},
3124
}

0 commit comments

Comments
 (0)