llvm7: disable parallel builds

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-02-04 00:49:14 +01:00
parent a614a248e6
commit 6368c4c4fc
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,6 @@ pkgname=llvm7
version=7.0.1
revision=4
wrksrc="llvm-${version}.src"
lib32disabled=yes
build_style=cmake
configure_args="
-DCMAKE_BUILD_TYPE=Release
@ -15,8 +14,8 @@ configure_args="
-DLLVM_BINUTILS_INCDIR=/usr/include"
short_desc="Low Level Virtual Machine"
maintainer="Juan RP <xtraeme@voidlinux.org>"
homepage="https://www.llvm.org"
license="NCSA"
homepage="https://www.llvm.org"
distfiles="
https://www.llvm.org/releases/${version}/llvm-${version}.src.tar.xz
https://www.llvm.org/releases/${version}/lldb-${version}.src.tar.xz
@ -30,6 +29,8 @@ checksum="a38dfc4db47102ec79dcc2aa61e93722c5f6f06f0a961073bd84b78fb949419b
a45b62dde5d7d5fdcdfa876b0af92f164d434b06e9e89b5d0b1cbc65dfe3f418
4c93c7d2bb07923a8b272da3ef7914438080aeb693725f4fc5c19cd0e2613bed
782edfc119ee172f169c91dd79f2c964fb6b248bd9b73523149030ed505bbe18"
disable_parallel_builds=yes
lib32disabled=yes
# XXX Investigate ocaml bindings.
hostmakedepends="groff perl python zlib-devel libffi-devel swig"