index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-09-25 16:32:57 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-09-25 16:32:57 +0200 |
commit | 60ba6f292d5c826c5169f5611ed6bf42828f84a1 (patch) | |
tree | f917eb31fcab4c8057bfdb1b8e8fda888e675621 | |
parent | f843c8c295303ea3070ab6d5cdf81bfbedf52f7b (diff) |
-rw-r--r-- | extra/openmpi4/PKGBUILD | 4 |
diff --git a/extra/openmpi4/PKGBUILD b/extra/openmpi4/PKGBUILD index 54368e0d..1135db5e 100644 --- a/extra/openmpi4/PKGBUILD +++ b/extra/openmpi4/PKGBUILD @@ -108,3 +108,7 @@ eval "$( configure_options=(${configure_options[@]//--with-cuda=\\/opt\\/cuda}) ' )" + +# new tests break happilly on 32-bit and with newer gccs +unset check +unset checkdepends |