index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | blacklist/i686/libjxl/libjxl | 1 | ||||
-rw-r--r-- | community/libjxl/PKGBUILD | 3 |
diff --git a/blacklist/i686/libjxl/libjxl b/blacklist/i686/libjxl/libjxl new file mode 100644 index 00000000..f0d788f3 --- /dev/null +++ b/blacklist/i686/libjxl/libjxl @@ -0,0 +1 @@ +Too hard to enable non-SSE2 version diff --git a/community/libjxl/PKGBUILD b/community/libjxl/PKGBUILD index e8c1c65c..fffb4ebb 100644 --- a/community/libjxl/PKGBUILD +++ b/community/libjxl/PKGBUILD @@ -12,3 +12,6 @@ if [ "${CARCH}" = "i486" ]; then makedepends=(${makedepends[@]//gimp/}) fi +# blacklisted on i486 and i686 as I don't really know how to switch +# off SSE2 in this mess. It builds on i686 in a chroot on AMD64 but +# wrongly tests positive for SSE2. |