index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-23 19:58:06 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-23 19:58:06 +0300 |
commit | 0a70a58293ec379fdaaf59cd30a10bde4f7fe94d (patch) | |
tree | 6c88ca4bc7f2812048f2577649e9c03373b5ddb3 /extra/openvdb/PKGBUILD | |
parent | 7fa97f1e807b4245ffcf22265352da20d54ad2ec (diff) |
-rw-r--r-- | extra/openvdb/PKGBUILD | 8 |
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 |