Skip to content

Commit 7062e27

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 7062e27

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

blacklist.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
opera
19+
reaper
20+
teamspeak3
21+
teamspeak3-server
22+
vivaldi
23+
24+
# No hardware support
25+
dosemu
26+
i7z
27+
intel-gmmlib
28+
intel-gpu-tools
29+
intel-graphics-compiler
30+
intel-media-driver
31+
intel-media-sdk
32+
intel-metee
33+
intel-mkl
34+
intel-mkl-static
35+
intel-opencl-clang
36+
intel-ucode
37+
intel-undervolt
38+
libva-intel-driver
39+
throttled
40+
tp_smapi
41+
tp_smapi-lts
42+
tpacpi-bat
43+
xf86-video-intel
44+
xf86-video-openchrome

0 commit comments

Comments
 (0)