python3-scipy: update to 1.10.1.

This commit is contained in:
Andrew J. Hesford 2023-02-21 09:12:36 -05:00
parent 7a4ba291e2
commit fde6e91abd

View file

@ -1,6 +1,6 @@
# Template file for 'python3-scipy'
pkgname=python3-scipy
version=1.10.0
version=1.10.1
revision=1
build_style=python3-module
build_helper="numpy"
@ -10,13 +10,14 @@ hostmakedepends="gcc-fortran python3-setuptools
makedepends="python3-devel python3-pybind11
$(vopt_if openblas openblas-devel lapack-devel)"
depends="python3-numpy"
checkdepends="python3-pytest-xdist"
checkdepends="python3-pytest-xdist python3-pooch"
short_desc="Scientific library for Python3"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://scipy.org/scipylib/"
distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.gz"
checksum=c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540
checksum=2cf9dfb80a7b4589ba4c40ce7588986d6d5cebc5457cad2c2880f6bc2d42f3a5
make_check="ci-skip" # Tests require downloaded data and take a long time
build_options="openblas"