mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/llvm to 5.0.1-2
This commit is contained in:
parent
623216dcfe
commit
d837c8cfb7
1 changed files with 4 additions and 4 deletions
|
@ -17,15 +17,15 @@ highmem=1
|
|||
|
||||
pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lld' 'lldb' 'clang' 'clang-tools-extra')
|
||||
pkgver=5.0.1
|
||||
pkgrel=1
|
||||
_ocaml_ver=4.05.0
|
||||
pkgrel=2
|
||||
_ocaml_ver=4.06.0
|
||||
arch=('x86_64')
|
||||
url="http://llvm.org/"
|
||||
license=('custom:University of Illinois/NCSA Open Source License')
|
||||
makedepends=('cmake' 'libffi' 'python2' "ocaml=$_ocaml_ver" 'python-sphinx'
|
||||
'ocaml-ctypes' 'ocaml-findlib' 'libedit' 'swig')
|
||||
# Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
|
||||
makedepends_x86_64=('gcc-multilib')
|
||||
# Build 32-bit compiler-rt libraries on x86_64 (FS#41911)
|
||||
makedepends_x86_64=('lib32-gcc-libs')
|
||||
options=('staticlibs')
|
||||
source=(https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
|
||||
https://releases.llvm.org/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
|
||||
|
|
Loading…
Reference in a new issue