diff options
author | Erich Eckner <git@eckner.net> | 2018-05-22 10:09:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-22 10:09:00 +0200 |
commit | a0c5ebd83da78abdbc06299ad9bcad9bd3f8b189 (patch) | |
tree | b9b1a8f49223ef2408233277038ad3ef4b937751 | |
parent | 0b51a0ab04605f61bbe0dfa95d97cc66437f6a7a (diff) | |
download | packages-a0c5ebd83da78abdbc06299ad9bcad9bd3f8b189.tar.xz |
extra/sbcl: fails again
-rw-r--r-- | blacklist | 1 | ||||
-rw-r--r-- | extra/sbcl/PKGBUILD | 12 |
2 files changed, 1 insertions, 12 deletions
@@ -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 - ' -)" |