[arch-commits] Commit in ispc/repos (6 files)

Lukas Jirkovsky stativ at archlinux.org
Sun Aug 7 16:07:26 UTC 2016


    Date: Sunday, August 7, 2016 @ 16:07:26
  Author: stativ
Revision: 185892

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ispc/repos/community-i686/PKGBUILD
    (from rev 185891, ispc/trunk/PKGBUILD)
  ispc/repos/community-x86_64/PKGBUILD
    (from rev 185891, ispc/trunk/PKGBUILD)
Deleted:
  ispc/repos/community-i686/PKGBUILD
  ispc/repos/community-i686/ispc-1.8.2-llvm-3.7.patch.gz
  ispc/repos/community-x86_64/PKGBUILD
  ispc/repos/community-x86_64/ispc-1.8.2-llvm-3.7.patch.gz

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ------------------------
 community-x86_64/PKGBUILD |   39 ------------------------
 3 files changed, 70 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-07 16:07:21 UTC (rev 185891)
+++ community-i686/PKGBUILD	2016-08-07 16:07:26 UTC (rev 185892)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=ispc
-pkgver=1.8.2
-pkgrel=3
-pkgdesc="A compiler for high-performance SIMD programming on the CPU"
-arch=('i686' 'x86_64')
-url="https://ispc.github.io/"
-license=('BSD')
-depends=('zlib')
-makedepends=('llvm' 'clang' 'python2')
-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"
-  # 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() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-

Copied: ispc/repos/community-i686/PKGBUILD (from rev 185891, ispc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-07 16:07:26 UTC (rev 185892)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=ispc
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A compiler for high-performance SIMD programming on the CPU"
+arch=('i686' 'x86_64')
+url="https://ispc.github.io/"
+license=('BSD')
+depends=('ncurses' 'zlib')
+makedepends=('llvm' 'clang' 'python2')
+makedepends_x86_64=('lib32-glibc')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz")
+md5sums=('b9a4e7c21c50900e836ef1626191e03b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix python version
+  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
+  sed -i 's|python |python2 |' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+

Deleted: community-i686/ispc-1.8.2-llvm-3.7.patch.gz
===================================================================
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-07 16:07:21 UTC (rev 185891)
+++ community-x86_64/PKGBUILD	2016-08-07 16:07:26 UTC (rev 185892)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=ispc
-pkgver=1.8.2
-pkgrel=3
-pkgdesc="A compiler for high-performance SIMD programming on the CPU"
-arch=('i686' 'x86_64')
-url="https://ispc.github.io/"
-license=('BSD')
-depends=('zlib')
-makedepends=('llvm' 'clang' 'python2')
-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"
-  # 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() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-

Copied: ispc/repos/community-x86_64/PKGBUILD (from rev 185891, ispc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-07 16:07:26 UTC (rev 185892)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=ispc
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A compiler for high-performance SIMD programming on the CPU"
+arch=('i686' 'x86_64')
+url="https://ispc.github.io/"
+license=('BSD')
+depends=('ncurses' 'zlib')
+makedepends=('llvm' 'clang' 'python2')
+makedepends_x86_64=('lib32-glibc')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz")
+md5sums=('b9a4e7c21c50900e836ef1626191e03b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix python version
+  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
+  sed -i 's|python |python2 |' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+

Deleted: community-x86_64/ispc-1.8.2-llvm-3.7.patch.gz
===================================================================
(Binary files differ)



More information about the arch-commits mailing list