Skip to content

Commit 6bfa083

Browse files
committed
feat: add a blacklist of packages
* Don't build packages in the blacklist for various reasons Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
1 parent ce0e607 commit 6bfa083

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

blacklist.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Only list `pkgbase` here
2+
3+
# If only one or some of packages in `pkgname` array
4+
# cannot be built, just patch it and DO NOT add its
5+
# `pkgbase` here
6+
7+
# Binary package that don't have loong64 support
8+
cuda
9+
cudnn
10+
dart
11+
discord
12+
hsa-amd-aqlprofile-bin
13+
nvidia
14+
nvidia-cg-toolkit
15+
nvidia-lts
16+
nvidia-utils
17+
obsidian
18+
reaper
19+
teamspeak3
20+
teamspeak3-server
21+
vivaldi
22+
23+
# No hardware support
24+
dosemu
25+
i7z
26+
intel-gmmlib
27+
intel-gpu-tools
28+
intel-graphics-compiler
29+
intel-media-driver
30+
intel-media-sdk
31+
intel-metee
32+
intel-oneapi-mkl
33+
intel-ucode
34+
intel-undervolt
35+
libva-intel-driver
36+
throttled
37+
tp_smapi
38+
tp_smapi-lts
39+
tpacpi-bat
40+
xf86-video-intel

0 commit comments

Comments
 (0)