Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-08-23 19:58:06 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-08-23 19:58:06 +0300
commit0a70a58293ec379fdaaf59cd30a10bde4f7fe94d (patch)
tree6c88ca4bc7f2812048f2577649e9c03373b5ddb3 /extra
parent7fa97f1e807b4245ffcf22265352da20d54ad2ec (diff)
extra/openvdb: Reenable numpy and fix OOM
Diffstat (limited to 'extra')
-rw-r--r--extra/openvdb/PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/extra/openvdb/PKGBUILD b/extra/openvdb/PKGBUILD
index 37857a5d..99a7e967 100644
--- a/extra/openvdb/PKGBUILD
+++ b/extra/openvdb/PKGBUILD
@@ -1,10 +1,4 @@
-# problems with python numpy everywhere
-eval "$(
- declare -f build | \
- sed '
- s/-DUSE_NUMPY=ON/-DUSE_NUMPY=OFF/
- '
-)"
+options+=(!debug)
# -latomic on i486
if [ "$CARCH" = 'i486' ]; then