1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
version = 1
[[annotations]]
path = [
"PKGBUILD",
"README.md",
"keys/**",
".SRCINFO",
".nvchecker.toml",
"*.install",
"*.sysusers",
"*.tmpfiles",
"*.logrotate",
"*.pam",
"*.service",
"*.socket",
"*.timer",
"*.desktop",
"*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
"3451-update-toolkit-driver-cuda-12-4.patch",
"3521-fix-build-failure-with-cudnn.patch",
"arrayfire-boost-1.76.0.patch",
"arrayfire-clblast-cmake4.patch",
"fmt-v11.patch",
"gcc15.patch",
]
SPDX-FileCopyrightText = "arrayfire contributors"
SPDX-License-Identifier = "TODO-Choose-a-license"
|