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

Antonio Rojas arojas at archlinux.org
Wed Jun 23 14:03:59 UTC 2021


    Date: Wednesday, June 23, 2021 @ 14:03:59
  Author: arojas
Revision: 418649

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++-------------------------------
 1 file changed, 25 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-23 14:03:50 UTC (rev 418648)
+++ PKGBUILD	2021-06-23 14:03:59 UTC (rev 418649)
@@ -1,31 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: PedsXing <pedsxing at gmx dot net>
-
-pkgname=vc
-pkgver=1.4.1
-pkgrel=3
-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
-        https://github.com/VcDevel/Vc/commit/f41958c3.patch)
-sha256sums=('68e609a735326dc3625e98bd85258e1329fb2a26ce17f32c432723b750a4119f'
-            'cd916fbf9de5650ef4e9889c0022226623d411b0dd8d45c718bc8051c5ff637c')
-
-prepare() {
-  patch -d Vc-$pkgver -p1 < f41958c3.patch # Add missing include for GCC 11
-}
-
-build() {
-  cmake -B build -S Vc-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DTARGET_ARCHITECTURE=generic
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 418648, vc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-23 14:03:59 UTC (rev 418649)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=1.4.2
+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=('50d3f151e40b0718666935aa71d299d6370fafa67411f0a9e249fbce3e6e3952')
+
+build() {
+  cmake -B build -S Vc-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DTARGET_ARCHITECTURE=generic
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list