[arch-commits] Commit in vc/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Nov 27 16:18:34 UTC 2017
Date: Monday, November 27, 2017 @ 16:18:33
Author: arojas
Revision: 311045
archrelease: copy trunk to extra-x86_64
Added:
vc/repos/extra-x86_64/PKGBUILD
(from rev 311044, vc/trunk/PKGBUILD)
Deleted:
vc/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-27 16:18:03 UTC (rev 311044)
+++ PKGBUILD 2017-11-27 16:18:33 UTC (rev 311045)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: PedsXing <pedsxing at gmx dot net>
-
-pkgname=vc
-pkgver=1.3.2
-pkgrel=2
-pkgdesc="A library to ease explicit vectorization of C++ code"
-url='https://github.com/VcDevel/Vc'
-arch=(i686 x86_64)
-license=(LGPL3)
-makedepends=(cmake)
-source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz")
-sha256sums=('3eae2b05836a1a57545e624b38345ad33cfde23d527e12575edde784c4c330ee')
-
-prepare() {
- mkdir -p build
-
-# Fix i686 build
- cd Vc-$pkgver
- sed -e 's:(x86|AMD64):(i686|x86|AMD64):g' -i CMakeLists.txt
-}
-
-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: vc/repos/extra-x86_64/PKGBUILD (from rev 311044, vc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-27 16:18:33 UTC (rev 311045)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='https://github.com/VcDevel/Vc'
+arch=(x86_64)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz")
+sha256sums=('08c629d2e14bfb8e4f1a10f09535e4a3c755292503c971ab46637d2986bdb4fe')
+
+prepare() {
+ mkdir -p build
+
+# Fix i686 build
+ cd Vc-$pkgver
+ sed -e 's:(x86|AMD64):(i686|x86|AMD64):g' -i CMakeLists.txt
+}
+
+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