[arch-commits] Commit in libblastrampoline/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Dec 2 17:07:35 UTC 2021


    Date: Thursday, December 2, 2021 @ 17:07:35
  Author: arojas
Revision: 1062101

archrelease: copy trunk to community-x86_64

Added:
  libblastrampoline/repos/community-x86_64/PKGBUILD
    (from rev 1062100, libblastrampoline/trunk/PKGBUILD)
Deleted:
  libblastrampoline/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 17:07:25 UTC (rev 1062100)
+++ PKGBUILD	2021-12-02 17:07:35 UTC (rev 1062101)
@@ -1,23 +0,0 @@
-# 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
-}

Copied: libblastrampoline/repos/community-x86_64/PKGBUILD (from rev 1062100, libblastrampoline/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 17:07:35 UTC (rev 1062101)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libblastrampoline
+pkgver=3.1.0
+pkgrel=2
+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 F2C_AUTODETECTION=0 CFLAGS="$CFLAGS -fPIC" 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
+}



More information about the arch-commits mailing list