ruy-git
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-04 15:58:02.366786
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
4
pkgname=ruy-git
5
pkgver=r564.9940fbf
6
pkgrel=1
7
pkgdesc="Matrix multiplication library for neural network inference engines"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/google/ruy"
10
license=('Apache')
11
depends=('cpuinfo-pytorch-git')
12
makedepends=('git' 'cmake' 'ninja')
13
provides=('ruy')
14
conflicts=('ruy')
15
source=("ruy::git+https://github.com/google/ruy.git")
16
sha256sums=('SKIP')
17
18
pkgver() {
19
cd "$srcdir/ruy"
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
21
}
22
23
build() {
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
35
package() {
36
cd "$srcdir/ruy"
37
DESTDIR="$pkgdir" cmake --install build
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 15:58:02 | Low | 1 |