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