ruy-git

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-04 15:58:02.366786
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=ruy-git
5pkgver=r564.9940fbf
6pkgrel=1
7pkgdesc="Matrix multiplication library for neural network inference engines"
8arch=('x86_64' 'aarch64')
9url="https://github.com/google/ruy"
10license=('Apache')
11depends=('cpuinfo-pytorch-git')
12makedepends=('git' 'cmake' 'ninja')
13provides=('ruy')
14conflicts=('ruy')
15source=("ruy::git+https://github.com/google/ruy.git")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd "$srcdir/ruy"
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
21}
22
23build() {
24 cd "$srcdir/ruy"
25
26 cmake -B build -G Ninja \
27 -DCMAKE_INSTALL_PREFIX=/usr \
28 -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
29 -DRUY_FIND_CPUINFO=ON \
30 -DRUY_MINIMAL_BUILD=ON
31
32 cmake --build build
33}
34
35package() {
36 cd "$srcdir/ruy"
37 DESTDIR="$pkgdir" cmake --install build
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 15:58:02 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion