From f5ad8ebc64a66b14ab1349e7858e27253d697b8a Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Thu, 21 May 2020 22:58:03 +0100 Subject: [PATCH] python3-scipy: update to 1.4.1 --- srcpkgs/python3-scipy/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index 139e9b1dfe0..5d905ccfdf2 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -1,13 +1,13 @@ # Template file for 'python3-scipy' pkgname=python3-scipy -version=1.3.2 -revision=2 +version=1.4.1 +revision=1 wrksrc="scipy-${version}" build_style=python3-module pycompile_module="scipy" make_check_args="--force" -hostmakedepends="python3-setuptools python3-Cython gcc-fortran" -makedepends="python3-devel python3-numpy lapack-devel" +hostmakedepends="python3-setuptools python3-Cython gcc-fortran python3-pybind11" +makedepends="python3-devel python3-numpy lapack-devel openblas-devel" depends="python3-numpy" checkdepends="python3-nose" short_desc="Scientific library for Python3" @@ -15,7 +15,7 @@ maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://scipy.org/scipylib/" distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.xz" -checksum=1d2f09bcb6c4b66a65d9f49d21fa065f5396c940edac8285b87947b8d21b55f8 +checksum=037e649b39b614c37f74ad4b8711bedb89b4f31385ce90716903c31140467173 nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/24733/steps/shell_3/logs/stdio"