index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 |