[146284] trunk/dports/python/py-llvmlite

stromnov at macports.org stromnov at macports.org
Thu Mar 3 03:25:11 PST 2016


Revision: 146284
          https://trac.macports.org/changeset/146284
Author:   stromnov at macports.org
Date:     2016-03-03 03:25:11 -0800 (Thu, 03 Mar 2016)
Log Message:
-----------
py-llvmlite: update to version 0.9.0

Modified Paths:
--------------
    trunk/dports/python/py-llvmlite/Portfile
    trunk/dports/python/py-llvmlite/files/patch-ffi_Makefile.osx.diff

Modified: trunk/dports/python/py-llvmlite/Portfile
===================================================================
--- trunk/dports/python/py-llvmlite/Portfile	2016-03-03 11:18:30 UTC (rev 146283)
+++ trunk/dports/python/py-llvmlite/Portfile	2016-03-03 11:25:11 UTC (rev 146284)
@@ -5,8 +5,8 @@
 PortGroup           python 1.0
 
 name                py-llvmlite
-epoch               1
-version             0.8.0
+epoch               0
+version             0.9.0
 revision            0
 categories-append   devel science
 platforms           darwin
@@ -24,24 +24,24 @@
 
 distname            ${python.rootname}-${version}
 
-checksums           rmd160  574975768d8dcaf4d838702a37853ed1fed35e7e \
-                    sha256  a10d8d5e597c6a54ec418baddd31a51a0b7937a895d75b240d890aead946081c
+checksums           rmd160  6efe1795ede98bdfbdf064ddec86864a161c760e \
+                    sha256  edf936f7c4ec7b2ad8da235a0a063e10bfab43a50395a1c8f8601a9a539ec809
 
 if {${name} ne ${subport}} {
     patchfiles-append   patch-ffi_Makefile.osx.diff
 
     depends_build-append \
                         port:py${python.version}-setuptools \
-                        port:clang-3.6
+                        port:clang-3.7
 
-    depends_lib-append  port:llvm-3.6
+    depends_lib-append  port:llvm-3.7
 
     if {${python.version} < 34} {
         depends_lib-append  port:py${python.version}-enum34
     }
 
-    build.env-append    LLVM_CONFIG=llvm-config-mp-3.6
-    destroot.env-append LLVM_CONFIG=llvm-config-mp-3.6
+    build.env-append    LLVM_CONFIG=llvm-config-mp-3.7
+    destroot.env-append LLVM_CONFIG=llvm-config-mp-3.7
 
     livecheck.type      none
 } else {

Modified: trunk/dports/python/py-llvmlite/files/patch-ffi_Makefile.osx.diff
===================================================================
--- trunk/dports/python/py-llvmlite/files/patch-ffi_Makefile.osx.diff	2016-03-03 11:18:30 UTC (rev 146283)
+++ trunk/dports/python/py-llvmlite/files/patch-ffi_Makefile.osx.diff	2016-03-03 11:25:11 UTC (rev 146284)
@@ -1,11 +1,9 @@
---- ffi/Makefile.osx.orig	2015-10-24 16:03:04.000000000 +0300
-+++ ffi/Makefile.osx	2015-10-24 16:04:14.000000000 +0300
-@@ -1,6 +1,6 @@
--LLVM_CONFIG ?= llvm-config
-+LLVM_CONFIG ?= llvm-config-mp-3.6
+--- ffi/Makefile.osx.orig	2016-01-26 17:11:43.000000000 +0300
++++ ffi/Makefile.osx	2016-03-03 14:09:00.000000000 +0300
+@@ -1,5 +1,5 @@
  
 -CXX = clang++ -std=c++11 -stdlib=libc++
-+CXX = clang++-mp-3.6 -std=c++11 -stdlib=libc++
- CXXFLAGS = `$(LLVM_CONFIG) --cxxflags` -fno-rtti
- LDFLAGS = `$(LLVM_CONFIG) --ldflags`
- LIBS = `$(LLVM_CONFIG) --system-libs --libs all`
++CXX = clang++-mp-3.7 -std=c++11 -stdlib=libc++
+ CXXFLAGS = $(LLVM_CXXFLAGS)
+ LDFLAGS = $(LLVM_LDFLAGS)
+ LIBS = $(LLVM_LIBS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160303/704411b7/attachment.html>


More information about the macports-changes mailing list