[arch-commits] Commit in vc/repos (4 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Jun 22 07:21:35 UTC 2013
Date: Saturday, June 22, 2013 @ 09:21:35
Author: andrea
Revision: 188826
archrelease: copy trunk to extra-x86_64, extra-i686
Added:
vc/repos/extra-i686/PKGBUILD
(from rev 188825, vc/trunk/PKGBUILD)
vc/repos/extra-x86_64/PKGBUILD
(from rev 188825, vc/trunk/PKGBUILD)
Deleted:
vc/repos/extra-i686/PKGBUILD
vc/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 34 ------------------------
extra-x86_64/PKGBUILD | 34 ------------------------
3 files changed, 66 insertions(+), 68 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-06-22 07:21:27 UTC (rev 188825)
+++ extra-i686/PKGBUILD 2013-06-22 07:21:35 UTC (rev 188826)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: PedsXing <pedsxing at gmx dot net>
-
-pkgname=vc
-pkgver=0.7.1
-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=("http://code.compeng.uni-frankfurt.de/attachments/download/161/Vc-${pkgver}.tar.gz")
-md5sums=('a7bc94838e55b5e0cdf5a02e1b52f8dc')
-
-build() {
- mkdir 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 188825, vc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-22 07:21:35 UTC (rev 188826)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=0.7.2
+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=("http://code.compeng.uni-frankfurt.de/attachments/download/164/Vc-${pkgver}.tar.gz")
+md5sums=('f54dd2945f9e5a38945e50b4a3f7a901')
+
+build() {
+ mkdir 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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-06-22 07:21:27 UTC (rev 188825)
+++ extra-x86_64/PKGBUILD 2013-06-22 07:21:35 UTC (rev 188826)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: PedsXing <pedsxing at gmx dot net>
-
-pkgname=vc
-pkgver=0.7.1
-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=("http://code.compeng.uni-frankfurt.de/attachments/download/161/Vc-${pkgver}.tar.gz")
-md5sums=('a7bc94838e55b5e0cdf5a02e1b52f8dc')
-
-build() {
- mkdir 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 188825, vc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-06-22 07:21:35 UTC (rev 188826)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=0.7.2
+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=("http://code.compeng.uni-frankfurt.de/attachments/download/164/Vc-${pkgver}.tar.gz")
+md5sums=('f54dd2945f9e5a38945e50b4a3f7a901')
+
+build() {
+ mkdir 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
+}
More information about the arch-commits
mailing list