summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blacklist1
-rw-r--r--extra/sbcl/PKGBUILD12
2 files changed, 1 insertions, 12 deletions
diff --git a/blacklist b/blacklist
index fb6388d7..852719db 100644
--- a/blacklist
+++ b/blacklist
@@ -25,6 +25,7 @@ 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.
reflector # supports Archlinux mirrors and not Archlinux32 mirrors (yet)
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
vc # "Unsupported target architecture 'i686'. No support_???.cpp file exists for this architecture", complain upstream if you need it
diff --git a/extra/sbcl/PKGBUILD b/extra/sbcl/PKGBUILD
deleted file mode 100644
index d4eecd05..00000000
--- a/extra/sbcl/PKGBUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-# it compiles with clisp on an arch32-box, so we use that ...
-
-makedepends=(
- "${makedepends[@]/sbcl/clisp}"
-)
-
-eval "$(
- declare -f build | \
- sed '
- / sh make\.sh /s/ sbcl / clisp /g
- '
-)"