Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-numpy
Commits:
e9ec1972 by Antonio Rojas at 2026-01-09T19:54:16+01:00
upgpkg: 2.4.0-3: Completely disable CPU optimizations
Fixes #7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-numpy
pkgdesc = Scientific tools for Python
pkgver = 2.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.numpy.org/
arch = x86_64
license = custom
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-numpy
pkgver=2.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Scientific tools for Python"
arch=('x86_64')
license=('custom')
@@ -53,9 +53,10 @@ build() {
CFLAGS+=" -ffat-lto-objects" \
CXXFLAGS+=" -ffat-lto-objects" \
python -m build --wheel --no-isolation \
- -Csetup-args="-Dblas=cblas" \
- -Csetup-args="-Dlapack=lapack" \
- -Csetup-args="-Denable-openmp=true"
+ -Csetup-args=-Dblas=cblas \
+ -Csetup-args=-Dlapack=lapack \
+ -Csetup-args=-Denable-openmp=true \
+ -Csetup-args=-Dcpu-baseline=NONE
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/e9ec1972d73af5d91289d6a53df8821d5ee513c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-numpy/-/commit/e9ec1972d73af5d91289d6a53df8821d5ee513c0
You're receiving this email because of your account on gitlab.archlinux.org.