[arch-commits] Commit in vc0.7 (5 files)
Antonio Rojas
arojas at archlinux.org
Tue May 31 06:37:09 UTC 2016
Date: Tuesday, May 31, 2016 @ 08:37:09
Author: arojas
Revision: 268761
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
vc0.7/repos/
vc0.7/repos/extra-i686/
vc0.7/repos/extra-i686/PKGBUILD
(from rev 268760, vc0.7/trunk/PKGBUILD)
vc0.7/repos/extra-x86_64/
vc0.7/repos/extra-x86_64/PKGBUILD
(from rev 268760, vc0.7/trunk/PKGBUILD)
-----------------------+
extra-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
extra-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: vc0.7/repos/extra-i686/PKGBUILD (from rev 268760, vc0.7/trunk/PKGBUILD)
===================================================================
--- repos/extra-i686/PKGBUILD (rev 0)
+++ repos/extra-i686/PKGBUILD 2016-05-31 06:37:09 UTC (rev 268761)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc0.7
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code (legacy version)"
+url='https://github.com/VcDevel/Vc'
+arch=(i686 x86_64)
+license=(LGPL3)
+makedepends=(cmake)
+conflicts=(vc)
+source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/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
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: vc0.7/repos/extra-x86_64/PKGBUILD (from rev 268760, vc0.7/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2016-05-31 06:37:09 UTC (rev 268761)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc0.7
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code (legacy version)"
+url='https://github.com/VcDevel/Vc'
+arch=(i686 x86_64)
+license=(LGPL3)
+makedepends=(cmake)
+conflicts=(vc)
+source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/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
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list