[arch-commits] Commit in vc/trunk (PKGBUILD)

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


    Date: Monday, October 1, 2018 @ 15:05:11
  Author: arojas
Revision: 335602

Update to 1.4.0

Modified:
  vc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 14:33:08 UTC (rev 335601)
+++ PKGBUILD	2018-10-01 15:05:11 UTC (rev 335602)
@@ -3,7 +3,7 @@
 # Contributor: PedsXing <pedsxing at gmx dot net>
 
 pkgname=vc
-pkgver=1.3.3
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A library to ease explicit vectorization of C++ code"
 url='https://github.com/VcDevel/Vc'
@@ -11,14 +11,10 @@
 license=(LGPL3)
 makedepends=(cmake)
 source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz")
-sha256sums=('08c629d2e14bfb8e4f1a10f09535e4a3c755292503c971ab46637d2986bdb4fe')
+sha256sums=('e6cfc056eb3a72a57751e768ba63236ebf2711d267fbd1dc0acfee0ac16fdf68')
 
 prepare() {
   mkdir -p build
-
-# Fix i686 build
-  cd Vc-$pkgver
-  sed -e 's:(x86|AMD64):(i686|x86|AMD64):g' -i CMakeLists.txt
 }
 
 build() {
@@ -25,7 +21,6 @@
   cd build
   cmake ../Vc-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
     -DTARGET_ARCHITECTURE=generic
   make
 }



More information about the arch-commits mailing list