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

Antonio Rojas arojas at gemini.archlinux.org
Fri May 20 17:35:47 UTC 2022


    Date: Friday, May 20, 2022 @ 17:35:46
  Author: arojas
Revision: 446152

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 17:35:35 UTC (rev 446151)
+++ PKGBUILD	2022-05-20 17:35:46 UTC (rev 446152)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 446151, vc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-20 17:35:46 UTC (rev 446152)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=1.4.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=('988ea0053f3fbf17544ca776a2749c097b3139089408b0286fa4e9e8513e037f')
+
+build() {
+  cmake -B build -S Vc-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
+    -DTARGET_ARCHITECTURE=generic
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list