llvm3.9: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-22 00:03:31 +01:00 committed by maxice8
parent 3fcbc38933
commit 1a12346e9a
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,8 @@
# Only a transitional package until Rust works with LLVM 4.0.
pkgname=llvm3.9
version=3.9.1
revision=3
revision=4
wrksrc="llvm-${version}.src"
lib32disabled=yes
build_style=cmake
configure_args="
-Wno-dev
@ -17,13 +16,14 @@ configure_args="
-DLLVM_BUILD_TESTS=OFF
-DLLVM_BINUTILS_INCDIR=/usr/include
-DCMAKE_INSTALL_DO_STRIP=0"
nodebug=yes # while -DLLVM_LINK_LLVM_DYLIB=OFF
short_desc="Low Level Virtual Machine (3.9.x series)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="NCSA"
homepage="http://www.llvm.org"
license="BSD"
distfiles="http://www.llvm.org/releases/${version}/llvm-${version}.src.tar.xz"
checksum=1fd90354b9cf19232e8f168faf2220e79be555df3aa743242700879e8fd329ee
nodebug=yes # while -DLLVM_LINK_LLVM_DYLIB=OFF
lib32disabled=yes
# XXX Investigate ocaml bindings.
hostmakedepends="groff perl python zlib-devel libffi-devel swig"