# problems with python on i486 (library not built?)
if [ "$CARCH" = 'i486' ]; then
  eval "$(
    declare -f package | \
      sed '
        /imathnumpy.so/d
      '
  )"  
fi