mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/swift: Unsupported on 32 bit.
See utils/swift_build_support/swift_build_support/targets.py (lines 114+). Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
073f2ae7a6
commit
eb030c7ad1
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
PRGNAM="swift"
|
||||
VERSION="4.0"
|
||||
HOMEPAGE="https://swift.org/"
|
||||
DOWNLOAD="https://github.com/apple/swift/archive/swift-4.0-RELEASE/swift-swift-4.0-RELEASE.tar.gz \
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/apple/swift/archive/swift-4.0-RELEASE/swift-swift-4.0-RELEASE.tar.gz \
|
||||
https://github.com/apple/swift-corelibs-foundation/archive/swift-4.0-RELEASE/swift-corelibs-foundation-swift-4.0-RELEASE.tar.gz \
|
||||
https://github.com/apple/swift-corelibs-libdispatch/archive/swift-4.0-RELEASE/swift-corelibs-libdispatch-swift-4.0-RELEASE.tar.gz \
|
||||
https://github.com/apple/swift-corelibs-xctest/archive/swift-4.0-RELEASE/swift-corelibs-xctest-swift-4.0-RELEASE.tar.gz \
|
||||
|
@ -13,7 +15,7 @@ DOWNLOAD="https://github.com/apple/swift/archive/swift-4.0-RELEASE/swift-swift-4
|
|||
https://github.com/apple/swift-llbuild/archive/swift-4.0-RELEASE/swift-llbuild-swift-4.0-RELEASE.tar.gz \
|
||||
https://github.com/apple/swift-compiler-rt/archive/swift-4.0-RELEASE/swift-compiler-rt-swift-4.0-RELEASE.tar.gz \
|
||||
https://github.com/apple/swift-integration-tests/archive/swift-4.0-RELEASE/swift-integration-tests-swift-4.0-RELEASE.tar.gz"
|
||||
MD5SUM="edb657fc04e5780b2f9cf9304f84118c \
|
||||
MD5SUM_x86_64="edb657fc04e5780b2f9cf9304f84118c \
|
||||
cd1f91b951d91a6a666dcc8624a918be \
|
||||
73cbb1c41142e341ea141720ab412f3e \
|
||||
69099f33b69f5ea6016b9b23b7c10344 \
|
||||
|
@ -25,8 +27,6 @@ MD5SUM="edb657fc04e5780b2f9cf9304f84118c \
|
|||
d8211c2a409b2ca5cfeb06e513fd9cc5 \
|
||||
437047c4222b165149162dd8ebaa6c5e \
|
||||
0550d7acd22642475eb75184d6785836"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ninja libbsd libedit libkqueue systemtap blocksruntime six"
|
||||
MAINTAINER="Felipe Bugno"
|
||||
EMAIL="capent@yahoo.com"
|
||||
|
|
Loading…
Reference in a new issue