From f4eef10b77b1a6c9e1e2d189b8c9798b4613635a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 24 Jul 2018 14:06:33 +0200 Subject: blacklist now arch-specific --- blacklist | 66 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/blacklist b/blacklist index aa2898a5..a2680182 100644 --- a/blacklist +++ b/blacklist @@ -1,33 +1,33 @@ -bazel # reports are there for making 32-bit compile, see upstream -ceph # fails fatally in check() - see FS32#21 -cuda # cuda 9.0 is 64-bit only -delve # currently no 32-bit support, see upstream -dotnet-core # not available for 32-bit on linux, see here -linux-hardened # not really useful on i686 + hard to maintain -libretro-citra # do not build, see FS32#23 -libretro-mupen64plus # do not build, see FS32#23 -libretro-parallel-n64 # do not build, see FS32#23 -libretro-ppsspp # do not build, see FS32#23 -luxrays # does not compile on i686 - see FS#54960 -mongodb # dropped support for 32-bit in version 3.4 -nginx-mod-pagespeed # bundles a 64-bit only version of psol, doesn't build that way -nsjail # kafel has no 32-bit Intel support, see also forum -nvidia # dropped support after release 390: https://www.phoronix.com/scan.php?page=news_item&px=32-bit-NVIDIA-Drop-Dropping -nvidia-lts # see nvidia -nvidia-utils # see nvidia -opera # dropped 32-bit version in version 46.0.2597.26 -opera-ffmpeg-codecs # as opera itself is blacklisted -ospray # "Your Embree build needs to support at least one ISA >= SSE4.1!" -ovmf # "ERROR: This package must be built under the x86_64 architecture.", UEFI for VMS, of little use anyway with 32-bit machines -parallel-netcdf-openmpi # requires MPI_Offset >= 8, which is not (yet?) possible on 32 bits - see https://github.com/open-mpi/ompi/issues/3195 -parity # "32-bit targets are not supported at the moment, You can use '32bit_opt_in' feature. See https://github.com/pepyakin/wasmi/issues/43 -python-pytorch # Gloo can only be built on 64-bit systems -qcef # contains CEF binaries (not current ones) for 64-bit and MIPS only, no 32-bit Intel. Discuss with the authors if you need it. -rubinius # Support for non-64bit platforms was deprecated 1 Jun 2016 and has now been removed. If non-64bit support is a critical feature for your application, please email contact@rubinius.com -sbcl # blocks again -skia-sharp # does not provide a bin/gn for 32-bit Linux, see FS32#8 -skia-sharp58 # does not provide a bin/gn for 32-bit Linux, see FS32#8 -tarantool # hand-crafted assembly code, see upstream -vc # "Unsupported target architecture 'i686'. No support_???.cpp file exists for this architecture", complain upstream if you need it -wiredtiger # WiredTiger requires a 64-bit build -zcash # We don't yet support 32bit systems (and we won't by launch) but we can look into this after launch. +i686 bazel # reports are there for making 32-bit compile, see upstream +i686 ceph # fails fatally in check() - see FS32#21 +i686 cuda # cuda 9.0 is 64-bit only +i686 delve # currently no 32-bit support, see upstream +i686 dotnet-core # not available for 32-bit on linux, see here +i686 linux-hardened # not really useful on i686 + hard to maintain +i686 libretro-citra # do not build, see FS32#23 +i686 libretro-mupen64plus # do not build, see FS32#23 +i686 libretro-parallel-n64 # do not build, see FS32#23 +i686 libretro-ppsspp # do not build, see FS32#23 +i686 luxrays # does not compile on i686 - see FS#54960 +i686 mongodb # dropped support for 32-bit in version 3.4 +i686 nginx-mod-pagespeed # bundles a 64-bit only version of psol, doesn't build that way +i686 nsjail # kafel has no 32-bit Intel support, see also forum +i686 nvidia # dropped support after release 390: https://www.phoronix.com/scan.php?page=news_item&px=32-bit-NVIDIA-Drop-Dropping +i686 nvidia-lts # see nvidia +i686 nvidia-utils # see nvidia +i686 opera # dropped 32-bit version in version 46.0.2597.26 +i686 opera-ffmpeg-codecs # as opera itself is blacklisted +i686 ospray # "Your Embree build needs to support at least one ISA >= SSE4.1!" +any ovmf # "ERROR: This package must be built under the x86_64 architecture.", UEFI for VMS, of little use anyway with 32-bit machines +i686 parallel-netcdf-openmpi # requires MPI_Offset >= 8, which is not (yet?) possible on 32 bits - see https://github.com/open-mpi/ompi/issues/3195 +i686 parity # "32-bit targets are not supported at the moment, You can use '32bit_opt_in' feature. See https://github.com/pepyakin/wasmi/issues/43 +i686 python-pytorch # Gloo can only be built on 64-bit systems +i686 qcef # contains CEF binaries (not current ones) for 64-bit and MIPS only, no 32-bit Intel. Discuss with the authors if you need it. +i686 rubinius # Support for non-64bit platforms was deprecated 1 Jun 2016 and has now been removed. If non-64bit support is a critical feature for your application, please email contact@rubinius.com +i686 sbcl # blocks again +i686 skia-sharp # does not provide a bin/gn for 32-bit Linux, see FS32#8 +i686 skia-sharp58 # does not provide a bin/gn for 32-bit Linux, see FS32#8 +i686 tarantool # hand-crafted assembly code, see upstream +i686 vc # "Unsupported target architecture 'i686'. No support_???.cpp file exists for this architecture", complain upstream if you need it +i686 wiredtiger # WiredTiger requires a 64-bit build +i686 zcash # We don't yet support 32bit systems (and we won't by launch) but we can look into this after launch. -- cgit v1.2.3