[arch-commits] Commit in libblastrampoline (3 files)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Dec 2 07:54:16 UTC 2021
Date: Thursday, December 2, 2021 @ 07:54:16
Author: arojas
Revision: 1061573
archrelease: copy trunk to community-x86_64
Added:
libblastrampoline/repos/
libblastrampoline/repos/community-x86_64/
libblastrampoline/repos/community-x86_64/PKGBUILD
(from rev 1061572, libblastrampoline/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: libblastrampoline/repos/community-x86_64/PKGBUILD (from rev 1061572, libblastrampoline/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2021-12-02 07:54:16 UTC (rev 1061573)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libblastrampoline
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
+arch=(x86_64)
+url='https://github.com/JuliaLinearAlgebra/libblastrampoline'
+license=(MIT)
+depends=(glibc)
+source=(https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6136cc2b5d090ceca67cffa55b4c8af4bcee874333d49297c867abdb0749b5f')
+
+build() {
+ cd $pkgname-$pkgver/src
+ make CFLAGS="$CFLAGS -fPIC" LDFLAGS="-shared $LDFLAGS"
+}
+
+package() {
+ cd $pkgname-$pkgver/src
+ make prefix="$pkgdir"/usr install
+ install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list