[arch-commits] Commit in vc/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Nov 13 20:51:15 UTC 2015


    Date: Friday, November 13, 2015 @ 21:51:14
  Author: arojas
Revision: 251022

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

Added:
  vc/repos/extra-i686/PKGBUILD
    (from rev 251021, vc/trunk/PKGBUILD)
  vc/repos/extra-x86_64/PKGBUILD
    (from rev 251021, vc/trunk/PKGBUILD)
Deleted:
  vc/repos/extra-i686/PKGBUILD
  vc/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   76 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   37 -----------------------
 extra-x86_64/PKGBUILD |   37 -----------------------
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-11-13 20:50:39 UTC (rev 251021)
+++ extra-i686/PKGBUILD	2015-11-13 20:51:14 UTC (rev 251022)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: PedsXing <pedsxing at gmx dot net>
-
-pkgname=vc
-pkgver=0.7.5
-pkgrel=1
-pkgdesc="A library to ease explicit vectorization of C++ code"
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=(x86_64 i686)
-license=(LGPL3)
-makedepends=(cmake)
-source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz")
-md5sums=('59854e2381b78d602b4a00e459e3d333')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../Vc-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: vc/repos/extra-i686/PKGBUILD (from rev 251021, vc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-11-13 20:51:14 UTC (rev 251022)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=0.7.5
+pkgrel=2
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=(x86_64 i686)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz")
+md5sums=('59854e2381b78d602b4a00e459e3d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Vc-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DTARGET_ARCHITECTURE=generic
+  make
+}
+
+#check() {
+#  cd build
+#  make test
+#}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-11-13 20:50:39 UTC (rev 251021)
+++ extra-x86_64/PKGBUILD	2015-11-13 20:51:14 UTC (rev 251022)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: PedsXing <pedsxing at gmx dot net>
-
-pkgname=vc
-pkgver=0.7.5
-pkgrel=1
-pkgdesc="A library to ease explicit vectorization of C++ code"
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=(x86_64 i686)
-license=(LGPL3)
-makedepends=(cmake)
-source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz")
-md5sums=('59854e2381b78d602b4a00e459e3d333')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../Vc-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 251021, vc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-11-13 20:51:14 UTC (rev 251022)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=0.7.5
+pkgrel=2
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=(x86_64 i686)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz")
+md5sums=('59854e2381b78d602b4a00e459e3d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Vc-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DTARGET_ARCHITECTURE=generic
+  make
+}
+
+#check() {
+#  cd build
+#  make test
+#}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list