summaryrefslogtreecommitdiff
path: root/community/arrayfire/PKGBUILD
blob: 9702408d5e86f1c315ff853237b594351c63f66d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
makedepends=(${makedepends[@]/cuda//})

eval "$(
  declare -f build | \
    sed '
      /^{/{
        a\
    export CFLAGS+=" -m32" \
    export CXXFLAGS+=" -m32"
      }
    '
)"