index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-11 21:46:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-11 21:46:26 +0200 |
commit | 307f150c835139bc90fbdd3aea8ab7cae1d013d8 (patch) | |
tree | ead66052c3f6eccebeaaad5184768f110619b592 /extra | |
parent | a314ff588d23db3e3595db3dd710803fea794d15 (diff) |
-rw-r--r-- | extra/openexr/PKGBUILD | 9 |
diff --git a/extra/openexr/PKGBUILD b/extra/openexr/PKGBUILD new file mode 100644 index 00000000..5cd18258 --- /dev/null +++ b/extra/openexr/PKGBUILD @@ -0,0 +1,9 @@ +# problems with python on i486 (library not built?) +if [ "$CARCH" = 'i486' ]; then + eval "$( + declare -f package | \ + sed ' + /imathnumpy.so/d + ' + )" +fi |