* update python-scipy to 1.15.1-1

This commit is contained in:
Alexander Baldeck 2025-02-18 12:09:47 +01:00
parent 2cf7252cd4
commit ebbfe7af86
2 changed files with 7 additions and 12 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-scipy
pkgdesc = Open-source software for mathematics, science, and engineering
pkgver = 1.14.1
pkgrel = 2
pkgver = 1.15.1
pkgrel = 1
url = https://www.scipy.org/
arch = x86_64
arch = powerpc64le
@ -31,15 +31,13 @@ pkgbase = python-scipy
optdepends = python-pillow: for image saving module
provides = scipy
options = !lto
source = git+https://github.com/scipy/scipy#tag=v1.14.1
source = git+https://github.com/scipy/scipy#tag=v1.15.1
source = git+https://github.com/data-apis/array-api-compat
source = git+https://github.com/boostorg/math
source = git+https://github.com/cobyqa/cobyqa
source = git+https://github.com/scipy/highs
source = git+https://github.com/scipy/pocketfft
source = git+https://github.com/scipy/unuran
sha256sums = 3b27944cbc741e226cde8ce4441be1aa760d6b160830b04ed921e4a4da64a512
sha256sums = SKIP
sha256sums = 6a88925a552f951461adc9e01b4a1701d207976be2688e4fb26bea514bc79e64
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP

View File

@ -9,8 +9,8 @@
_name=scipy
pkgname=python-scipy
pkgver=1.14.1
pkgrel=2
pkgver=1.15.1
pkgrel=1
pkgdesc='Open-source software for mathematics, science, and engineering'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.scipy.org/'
@ -40,11 +40,9 @@ source=(git+https://github.com/scipy/scipy#tag=v$pkgver
git+https://github.com/data-apis/array-api-compat
git+https://github.com/boostorg/math
git+https://github.com/cobyqa/cobyqa
git+https://github.com/scipy/highs
git+https://github.com/scipy/pocketfft
git+https://github.com/scipy/unuran)
sha256sums=('3b27944cbc741e226cde8ce4441be1aa760d6b160830b04ed921e4a4da64a512'
'SKIP'
sha256sums=('6a88925a552f951461adc9e01b4a1701d207976be2688e4fb26bea514bc79e64'
'SKIP'
'SKIP'
'SKIP'
@ -58,7 +56,6 @@ prepare() {
git submodule set-url scipy/_lib/array_api_compat "$srcdir"/array-api-compat
git submodule set-url scipy/_lib/boost_math "$srcdir"/math
git submodule set-url scipy/_lib/cobyqa "$srcdir"/cobyqa
git submodule set-url scipy/_lib/highs "$srcdir"/highs
git submodule set-url scipy/_lib/pocketfft "$srcdir"/pocketfft
git submodule set-url scipy/_lib/unuran "$srcdir"/unuran
git -c protocol.file.allow=always submodule update