Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-scipy
Commits:
ac633546 by Antonio Rojas at 2024-06-23T13:47:28+02:00
upgpkg: 1.13.1-2: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-scipy
pkgdesc = Open-source software for mathematics, science, and engineering
pkgver = 1.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.scipy.org/
arch = x86_64
license = BSD-3-Clause
@@ -24,6 +24,7 @@ pkgbase = python-scipy
depends = python-pooch
optdepends = python-pillow: for image saving module
provides = scipy
+ options = !lto
source =
https://github.com/scipy/scipy/releases/download/v1.13.1/scipy-1.13.1.tar.gz
sha256sums =
095a87a0312b08dfd6a6155cbbd310a8c51800fc931b8c0b84003014b874ed3c
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
_name=scipy
pkgname=python-scipy
pkgver=1.13.1
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source software for mathematics, science, and engineering'
arch=(x86_64)
url='https://www.scipy.org/'
@@ -35,6 +35,7 @@ checkdepends=(python-hypothesis
optdepends=('python-pillow: for image saving module')
source=(https://github.com/scipy/scipy/releases/download/v$pkgver/$_name-$pkgver.tar.gz)
sha256sums=('095a87a0312b08dfd6a6155cbbd310a8c51800fc931b8c0b84003014b874ed3c')
+options=(!lto) # crashes with numpy 2.0
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/ac633546dc4d0f373a167964e823dc26855455b0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/ac633546dc4d0f373a167964e823dc26855455b0
You're receiving this email because of your account on gitlab.archlinux.org.