[arch-commits] Commit in vc/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Mar 9 15:49:55 UTC 2017
Date: Thursday, March 9, 2017 @ 15:49:54
Author: arojas
Revision: 290220
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
vc/repos/extra-i686/PKGBUILD
(from rev 290219, vc/trunk/PKGBUILD)
vc/repos/extra-x86_64/PKGBUILD
(from rev 290219, vc/trunk/PKGBUILD)
Deleted:
vc/repos/extra-i686/PKGBUILD
vc/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 37 ------------------------
extra-x86_64/PKGBUILD | 37 ------------------------
3 files changed, 74 insertions(+), 74 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-03-09 15:49:29 UTC (rev 290219)
+++ extra-i686/PKGBUILD 2017-03-09 15:49:54 UTC (rev 290220)
@@ -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.0
-pkgrel=1
-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")
-md5sums=('a248e904f0b1a330ad8f37ec50cbad30')
-
-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-i686/PKGBUILD (from rev 290219, vc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-09 15:49:54 UTC (rev 290220)
@@ -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.1
+pkgrel=1
+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")
+md5sums=('97f754e878ddae5a481486dcb270bb8e')
+
+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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-03-09 15:49:29 UTC (rev 290219)
+++ extra-x86_64/PKGBUILD 2017-03-09 15:49:54 UTC (rev 290220)
@@ -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.0
-pkgrel=1
-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")
-md5sums=('a248e904f0b1a330ad8f37ec50cbad30')
-
-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 290219, vc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-03-09 15:49:54 UTC (rev 290220)
@@ -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.1
+pkgrel=1
+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")
+md5sums=('97f754e878ddae5a481486dcb270bb8e')
+
+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