Date: Wednesday, February 2, 2022 @ 11:00:06
  Author: arojas
Revision: 1122431

archrelease: copy trunk to community-staging-x86_64

Added:
  libblastrampoline/repos/community-staging-x86_64/
  libblastrampoline/repos/community-staging-x86_64/PKGBUILD
    (from rev 1122430, libblastrampoline/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: libblastrampoline/repos/community-staging-x86_64/PKGBUILD (from rev 
1122430, libblastrampoline/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-02 11:00:06 UTC (rev 1122431)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=libblastrampoline
+pkgver=5.0.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=('20f434add7d9ae4503bb7a61e320ad1aea8e8371f53b1e32dc691e4701080658')
+options=(!lto)
+
+build() {
+  cd $pkgname-$pkgver/src
+  make F2C_AUTODETECTION=0 LBT_CFLAGS="$CFLAGS -fPIC -D_GNU_SOURCE" 
LBT_LDFLAGS="-shared $LDFLAGS"
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make F2C_AUTODETECTION=0 prefix="$pkgdir"/usr install
+  install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to