summaryrefslogtreecommitdiff
path: root/extra/openexr/PKGBUILD
blob: 5cd18258cd440407a35c60e20c9633138a3700f9 (plain)
1
2
3
4
5
6
7
8
9
# problems with python on i486 (library not built?)
if [ "$CARCH" = 'i486' ]; then
  eval "$(
    declare -f package | \
      sed '
        /imathnumpy.so/d
      '
  )"  
fi