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

stromnov at macports.org stromnov at macports.org
Sat Dec 12 02:19:52 PST 2015


Revision: 141627
          https://trac.macports.org/changeset/141627
Author:   stromnov at macports.org
Date:     2015-10-24 06:07:21 -0700 (Sat, 24 Oct 2015)
Log Message:
-----------
py-llvmlite: update to version 0.8.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	2015-10-24 12:57:03 UTC (rev 141626)
+++ trunk/dports/python/py-llvmlite/Portfile	2015-10-24 13:07:21 UTC (rev 141627)
@@ -6,13 +6,13 @@
 
 name                py-llvmlite
 epoch               1
-version             0.7.0
+version             0.8.0
 revision            0
 categories-append   devel science
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -24,8 +24,8 @@
 
 distname            ${python.rootname}-${version}
 
-checksums           rmd160  c2ddd9cea5f7531d49b5ce8dfdd7d1b2d815a26e \
-                    sha256  6d780980da05d2d82465991bce42c1b4625018d67feae17c672c6a9d5ad0bb1a
+checksums           rmd160  574975768d8dcaf4d838702a37853ed1fed35e7e \
+                    sha256  a10d8d5e597c6a54ec418baddd31a51a0b7937a895d75b240d890aead946081c
 
 if {${name} ne ${subport}} {
     patchfiles-append   patch-ffi_Makefile.osx.diff

Modified: trunk/dports/python/py-llvmlite/files/patch-ffi_Makefile.osx.diff
===================================================================
--- trunk/dports/python/py-llvmlite/files/patch-ffi_Makefile.osx.diff	2015-10-24 12:57:03 UTC (rev 141626)
+++ trunk/dports/python/py-llvmlite/files/patch-ffi_Makefile.osx.diff	2015-10-24 13:07:21 UTC (rev 141627)
@@ -1,11 +1,11 @@
---- ffi/Makefile.osx.orig	2014-12-16 22:59:31.000000000 +0300
-+++ ffi/Makefile.osx	2014-12-16 23:00:41.000000000 +0300
+--- 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
  
 -CXX = clang++ -std=c++11 -stdlib=libc++
 +CXX = clang++-mp-3.6 -std=c++11 -stdlib=libc++
- CXXFLAGS = `$(LLVM_CONFIG) --cxxflags`
+ CXXFLAGS = `$(LLVM_CONFIG) --cxxflags` -fno-rtti
  LDFLAGS = `$(LLVM_CONFIG) --ldflags`
  LIBS = `$(LLVM_CONFIG) --system-libs --libs all`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/69527314/attachment-0001.html>


More information about the macports-changes mailing list