[arch-commits] Commit in vc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Oct 1 15:05:47 UTC 2018


    Date: Monday, October 1, 2018 @ 15:05:47
  Author: arojas
Revision: 335603

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 31 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 15:05:11 UTC (rev 335602)
+++ PKGBUILD	2018-10-01 15:05:47 UTC (rev 335603)
@@ -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.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
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 335602, vc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-01 15:05:47 UTC (rev 335603)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=1.4.0
+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=('e6cfc056eb3a72a57751e768ba63236ebf2711d267fbd1dc0acfee0ac16fdf68')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Vc-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DTARGET_ARCHITECTURE=generic
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list