[arch-commits] Commit in xsimd (3 files)
Antonio Rojas
arojas at archlinux.org
Sun Jun 20 22:07:03 UTC 2021
Date: Sunday, June 20, 2021 @ 22:07:03
Author: arojas
Revision: 966088
archrelease: copy trunk to community-any
Added:
xsimd/repos/
xsimd/repos/community-any/
xsimd/repos/community-any/PKGBUILD
(from rev 966087, xsimd/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: xsimd/repos/community-any/PKGBUILD (from rev 966087, xsimd/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD (rev 0)
+++ repos/community-any/PKGBUILD 2021-06-20 22:07:03 UTC (rev 966088)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Alexander Susha <isushik94 at gmail.com>
+# Contributor: Fredrik Tegenfeldt <tegenf at gmail.com>
+
+pkgname=xsimd
+pkgver=7.5.0
+pkgrel=1
+pkgdesc='QuantStack tools library - Multi-dimensional arrays with broadcasting and lazy computing'
+arch=(any)
+url='https://github.com/QuantStack/xsimd'
+license=(BSD)
+depends=()
+makedepends=(cmake gtest)
+source=(https://github.com/QuantStack/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('ee885cdc2127bc7de1e3dd4be3e5b0e88107a0b298eef4676246d5d36da696a946587001003eccce07871ba168e833d550941bbe817c27a04988777d9ab6e8a7')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list