[arch-commits] Commit in ispc/trunk (PKGBUILD ispc-1.8.2-llvm-3.7.patch.gz)

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 5 18:44:01 UTC 2015


    Date: Saturday, December 5, 2015 @ 19:44:01
  Author: foutrelis
Revision: 148674

Fix build with LLVM 3.7

Added:
  ispc/trunk/ispc-1.8.2-llvm-3.7.patch.gz
Modified:
  ispc/trunk/PKGBUILD

------------------------------+
 PKGBUILD                     |    9 +++++++--
 ispc-1.8.2-llvm-3.7.patch.gz |    1 +
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-05 18:42:56 UTC (rev 148673)
+++ PKGBUILD	2015-12-05 18:44:01 UTC (rev 148674)
@@ -9,8 +9,10 @@
 license=('BSD')
 depends=('zlib')
 makedepends=('llvm' 'clang' 'python2')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz")
-md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz"
+        "ispc-1.8.2-llvm-3.7.patch.gz")
+md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0'
+         '44fc2588209fafe8efee71c482a282cc')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -17,6 +19,9 @@
   # fix python version
   find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
   sed -i 's|python |python2 |' Makefile
+  # fix build with llvm 3.7
+  # https://github.com/ispc/ispc/issues/1106#issuecomment-149623230
+  patch -Np1 -i ../ispc-1.8.2-llvm-3.7.patch
 }
 
 build() {

Added: ispc-1.8.2-llvm-3.7.patch.gz
===================================================================
(Binary files differ)

Index: ispc/trunk/ispc-1.8.2-llvm-3.7.patch.gz
===================================================================
--- ispc-1.8.2-llvm-3.7.patch.gz	2015-12-05 18:42:56 UTC (rev 148673)
+++ ispc-1.8.2-llvm-3.7.patch.gz	2015-12-05 18:44:01 UTC (rev 148674)

Property changes on: ispc/trunk/ispc-1.8.2-llvm-3.7.patch.gz
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/x-gzip
\ No newline at end of property



More information about the arch-commits mailing list