[arch-commits] Commit in python-scipy/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jun 21 22:16:02 UTC 2020


    Date: Sunday, June 21, 2020 @ 22:16:01
  Author: arojas
Revision: 650298

Update to 1.5.0

Modified:
  python-scipy/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-21 22:03:59 UTC (rev 650297)
+++ PKGBUILD	2020-06-21 22:16:01 UTC (rev 650298)
@@ -7,7 +7,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
 arch=('x86_64')
@@ -20,13 +20,11 @@
 optdepends=('python-pillow: for image saving module')
 #source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz")
 source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('79407a2cbb4ba29c0941570181df4d7835e5791e50a3abef9b63c2fc5b15308a2e4964eb71cdebbee8cd2dcb8e497cf92fe50ee21fb12cac3013ea5e0466b25d')
+sha512sums=('4c981a3125a88593cbc5a17417022a5db8f6ccb4c1c24e78afeb9bb26428b81d2d0fe9965caa418753b1bbbda2fa30533fa1307aac6ab168458d68f7b46049be')
 
 build() {
   # required for gfortran
   export LDFLAGS="-Wall -shared"
-  # workaround build failure with GCC 10, remove in 1.5
-  export FFLAGS+=" -fallow-argument-mismatch"
 
   cd scipy-${pkgver}
   python setup.py config_fc --fcompiler=gnu95 build
@@ -43,7 +41,6 @@
   export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
   cd "${srcdir}"
   python -c "from scipy import test; test('full')"
-
 }
 
 package() {



More information about the arch-commits mailing list