[arch-commits] Commit in libblastrampoline/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jan 20 08:51:15 UTC 2022


    Date: Thursday, January 20, 2022 @ 08:51:15
  Author: arojas
Revision: 1111257

Properly disable F2C autodetection

Modified:
  libblastrampoline/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-20 08:46:20 UTC (rev 1111256)
+++ PKGBUILD	2022-01-20 08:51:15 UTC (rev 1111257)
@@ -2,7 +2,7 @@
 
 pkgname=libblastrampoline
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
 arch=(x86_64)
 url='https://github.com/JuliaLinearAlgebra/libblastrampoline'
@@ -13,7 +13,7 @@
 
 build() {
   cd $pkgname-$pkgver/src
-  make F2C_AUTODETECTION=0 CFLAGS="$CFLAGS -fPIC" LDFLAGS="-shared $LDFLAGS"
+  make F2C_AUTODETECTION=0 LBT_CFLAGS="$CFLAGS -fPIC" LBT_LDFLAGS="-shared $LDFLAGS"
 }
 
 package() {



More information about the arch-commits mailing list