Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/meson/PKGBUILD
blob: 686b0345eb2280730df9209a7634277306ed6264 (plain)
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
# we have no 32-bit cuda support
checkdepends=(${checkdepends[@]//cuda/})

# no rust on i486
checkdepends=(${checkdepends[@]//rust-bindgen/})
checkdepends=(${checkdepends[@]//rust/})
checkdepends_i686+=('rust')
checkdepends_i686+=('rust-bindgen')

# D compiler broken on i486
checkdepends=(${checkdepends[@]//ldc/})
checkdepends_i686+=('ldc')

checkdepends_pentium4=("${checkdepends_i686[@]}")

# still far too many tests fail, ignoring for now
unset check
unset checkdepends

# no documentation (we have no yaml python support yet)
eval "$(
  declare -f build | \
    sed '
      /docs.build/d
    '
  declare -f package | \
    sed '
      /docs.build/d
      /reference_manual.json/d
    '
)"