Modified: trunk/dports/python/py-llvmlite/Portfile (132449 => 132450)
--- trunk/dports/python/py-llvmlite/Portfile 2015-02-01 20:03:57 UTC (rev 132449)
+++ trunk/dports/python/py-llvmlite/Portfile 2015-02-01 20:19:30 UTC (rev 132450)
@@ -5,7 +5,7 @@
PortGroup github 1.0
PortGroup python 1.0
-github.setup numba llvmlite 0.2.1 v
+github.setup numba llvmlite 0.2.2 v
name py-llvmlite
categories-append science
@@ -19,8 +19,8 @@
description A lightweight LLVM python binding for writing JIT compilers
long_description ${description}
-checksums rmd160 4816027fba4de2e1c540f176f332964ffb4ecf86 \
- sha256 7fe688edcbaff9ad50bf3ef16ff24df0dd16b93f89a8bb7ff7231773c39e993c
+checksums rmd160 5152d59b3c66e37889c1b1af959e3846c23ecc53 \
+ sha256 c92d3437b10cd47a7c48e33e1004b1ac04c3befed1a87ba3ce8c2d386e24652f
if {${name} ne ${subport}} {
patchfiles-append patch-ffi_Makefile.osx.diff
@@ -35,5 +35,8 @@
depends_lib-append port:py${python.version}-enum34
}
+ build.env-append LLVM_CONFIG=llvm-config-mp-3.5
+ destroot.env-append LLVM_CONFIG=llvm-config-mp-3.5
+
livecheck.type none
}