mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
39bb4dc774
commit
5e524f05b3
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python3-numpy'
|
# Template file for 'python3-numpy'
|
||||||
pkgname=python3-numpy
|
pkgname=python3-numpy
|
||||||
version=1.25.2
|
version=1.26.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
||||||
makedepends="python3-devel
|
makedepends="python3-devel
|
||||||
$(vopt_if openblas 'openblas-devel' 'lapack-devel cblas-devel')"
|
$(vopt_if openblas 'openblas-devel' 'lapack-devel cblas-devel')"
|
||||||
depends="python3-setuptools"
|
depends="python3"
|
||||||
checkdepends="python3-pytest-xdist python3-hypothesis python3-pytz"
|
checkdepends="python3-pytest-xdist python3-hypothesis python3-pytz meson"
|
||||||
short_desc="Fast and sophisticated array facility to Python3"
|
short_desc="Fast and sophisticated array facility to Python3"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.numpy.org/"
|
homepage="https://www.numpy.org/"
|
||||||
changelog="https://numpy.org/doc/stable/release.html"
|
changelog="https://numpy.org/doc/stable/release.html"
|
||||||
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/numpy/numpy-${version}.tar.gz"
|
||||||
checksum=fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760
|
checksum=f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf
|
||||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
alternatives="numpy:f2py:/usr/bin/f2py3"
|
||||||
|
|
||||||
build_options="openblas"
|
build_options="openblas"
|
||||||
|
|
Loading…
Add table
Reference in a new issue