diff --git a/srcpkgs/python-scipy/template b/srcpkgs/python-scipy/template index 4c036483c9..dc39e413f8 100644 --- a/srcpkgs/python-scipy/template +++ b/srcpkgs/python-scipy/template @@ -1,13 +1,13 @@ # Template file for 'python-scipy' pkgname=python-scipy -version=0.16.1 -revision=2 +version=0.17.0 +revision=1 wrksrc="scipy-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools gcc-fortran" makedepends="python-devel python3.4-devel python-numpy python3.4-numpy - blas-devel lapack-devel" + cblas-devel lapack-devel" depends="python-numpy" pycompile_module="scipy" short_desc="Scientific library for Python2" @@ -15,7 +15,7 @@ maintainer="Alessio Sergi " homepage="http://www.scipy.org/" license="3-clause-BSD" distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz" -checksum=ecd1efbb1c038accb0516151d1e6679809c6010288765eb5da6051550bf52260 +checksum=f600b755fb69437d0f70361f9e560ab4d304b1b66987ed5a28bdd9dd7793e089 export ATLAS=None export FFLAGS="-fPIC"