From 7428ce16ea49e62d145bda808c6c6ad3053977fa Mon Sep 17 00:00:00 2001 From: aimol Date: Sun, 16 Aug 2026 20:13:35 +0800 Subject: [PATCH 1/2] feat(pkgs/t): update tensorvia-cpu@0.2.1 --- pkgs/t/tensorvia-cpu.lua | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/pkgs/t/tensorvia-cpu.lua b/pkgs/t/tensorvia-cpu.lua index fd0e9a86..d0d37a60 100644 --- a/pkgs/t/tensorvia-cpu.lua +++ b/pkgs/t/tensorvia-cpu.lua @@ -1,31 +1,35 @@ -- AUTO-GENERATED by `mcpp emit xpkg`. Do not edit by hand. --- Source: mcpp.toml @ v0.1.1 --- --- Hand-edit on top of the generated file: `mcpp emit xpkg` writes the bare --- project name and no `namespace`; the `namespace = "aimol"` line below was --- added when the package was filed into this index, which made `name` the --- split form and left the package uninstallable (xlings keyed the entry under --- `tensorvia-cpu` while mcpp asks for `aimol.tensorvia-cpu`). `name` is now --- the fully-qualified spelling. See mcpp-community/mcpp#278. +-- Source: mcpp.toml @ v0.2.1 package = { spec = "1", + namespace = "aimol", name = "tensorvia-cpu", description = "CPU backend of Tensorvia, ported to C++23 modules", licenses = {"MIT"}, repo = "https://github.com/Aimol-l/Tensorvia-cpu", type = "package", - namespace = "aimol", - maintainers = {"Aimol-l"}, xpm = { linux = { - ['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" }, + ['0.2.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.2.1/tensorvia-cpu-0.2.1.tar.gz", sha256 = "cdca93b2dbdcb46e163e787e3da735427d0cf4f3e8f9a4551bd1f50237389420" }, }, macosx = { - ['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" }, + ['0.2.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.2.1/tensorvia-cpu-0.2.1.tar.gz", sha256 = "cdca93b2dbdcb46e163e787e3da735427d0cf4f3e8f9a4551bd1f50237389420" }, }, windows = { - ['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" }, + ['0.2.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.2.1/tensorvia-cpu-0.2.1.tar.gz", sha256 = "cdca93b2dbdcb46e163e787e3da735427d0cf4f3e8f9a4551bd1f50237389420" }, + }, + }, + + mcpp = { + schema = "0.1", + language = "c++23", + import_std = true, + modules = { + "tensorvia", + }, + deps = { }, + manifest = "mcpp.toml", }, } From d9490faa87d43108545e874d7e1bcd5a466dc549 Mon Sep 17 00:00:00 2001 From: aimol Date: Sun, 16 Aug 2026 20:25:51 +0800 Subject: [PATCH 2/2] feat(pkgs/t): update tensorvia-cpu@0.2.1 --- pkgs/t/tensorvia-cpu.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pkgs/t/tensorvia-cpu.lua b/pkgs/t/tensorvia-cpu.lua index d0d37a60..83c87231 100644 --- a/pkgs/t/tensorvia-cpu.lua +++ b/pkgs/t/tensorvia-cpu.lua @@ -20,16 +20,4 @@ package = { ['0.2.1'] = { url = "https://github.com/Aimol-l/Tensorvia-cpu/releases/download/v0.2.1/tensorvia-cpu-0.2.1.tar.gz", sha256 = "cdca93b2dbdcb46e163e787e3da735427d0cf4f3e8f9a4551bd1f50237389420" }, }, }, - - mcpp = { - schema = "0.1", - language = "c++23", - import_std = true, - modules = { - "tensorvia", - }, - deps = { - }, - manifest = "mcpp.toml", - }, }