diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index a2d0c201a66..e6887934b97 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -1,6 +1,6 @@ # Template file for 'python3-numpy' pkgname=python3-numpy -version=1.20.1 +version=1.20.2 revision=1 wrksrc="numpy-${version}" build_style=python3-module @@ -13,8 +13,10 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://www.numpy.org/" distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz" -checksum=faadd54211fe33ec569795d29ce7662ec6b342b8778822a7658386de541101b4 +checksum=f2431c82e2d0ee1a7dba3abd26b9e80d8d3cfa620e8b37e7d95991ad6c785834 alternatives="numpy:f2py:/usr/bin/f2py3" +# Tests do not function propery in a build directory +make_check="no" build_options="openblas" @@ -70,10 +72,6 @@ pre_build() { done } -do_check() { - echo "Skipping check: tests do not function properly in builddir" -} - post_install() { # create compat symlinks for .h files vmkdir ${py3_inc}