Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libblastrampoline
Commits:
fbb65897 by Antonio Rojas at 2024-08-01T08:27:31+02:00
upgpkg: 5.11.0-1: Update to 5.11.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libblastrampoline
pkgdesc = Using PLT trampolines to provide a BLAS and LAPACK demuxing
library
- pkgver = 5.10.0
+ pkgver = 5.11.0
pkgrel = 1
url = https://github.com/JuliaLinearAlgebra/libblastrampoline
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libblastrampoline
makedepends = git
depends = glibc
options = !lto
- source =
git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v5.10.0
- sha256sums =
81fc4d666654685e7a867cb82008647b7053ff348ad0fbd7b9e7a9213a938d75
+ source =
git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v5.11.0
+ sha256sums =
2d59a33c9561e7fbbd8257c633a86a34ece1051a4f9049abba49f215f6a2c40f
pkgname = libblastrampoline
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=libblastrampoline
-pkgver=5.10.0
+pkgver=5.11.0
pkgrel=1
pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v$pkgver)
-sha256sums=('81fc4d666654685e7a867cb82008647b7053ff348ad0fbd7b9e7a9213a938d75')
+sha256sums=('2d59a33c9561e7fbbd8257c633a86a34ece1051a4f9049abba49f215f6a2c40f')
options=(!lto)
build() {
@@ -18,7 +18,7 @@ build() {
make\
COMPLEX_RETSTYLE_AUTODETECTION=0 \
F2C_AUTODETECTION=0 \
- LBT_CFLAGS="$CFLAGS -fPIC -D_GNU_SOURCE" \
+ LBT_CFLAGS="$CFLAGS -fPIC -D_GNU_SOURCE -DARCH_x86_64" \
LBT_LDFLAGS="-shared $LDFLAGS"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libblastrampoline/-/commit/fbb6589740a41a6d836c616788298b23e61a1510
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libblastrampoline/-/commit/fbb6589740a41a6d836c616788298b23e61a1510
You're receiving this email because of your account on gitlab.archlinux.org.