diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,7 +1,7 @@ ld-linux-x86-64.so.2 libc.so.6 libgcc_s.so.1 -libgfortran.so.4 +libgfortran.so.3 libm.so.6 libopenblas.so.0 libpthread.so.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,17 +1,19 @@ name : scipy version : 0.19.1 -release : 6 +release : 7 source : - https://github.com/scipy/scipy/archive/v0.19.1.tar.gz : ac268fe92edd149c6f52fa138d2a03877c080981d7944e96bab8ef68764f71cc -license : BSD-3-Clause +license : + - BSD-2-Clause + - BSD-3-Clause + - MIT + - Qhull component : programming.python optimize : speed summary : Scientific Library for Python description: | SciPy is open-source software for mathematics, science, and engineering. builddeps : - - pkgconfig(python-2.7) - - pkgconfig(python-3.5) - cython - numpy - openblas-devel diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -5,7 +5,10 @@ Ewan Paterson ewan.paterson@hotmail.co.uk + BSD-2-Clause BSD-3-Clause + MIT + Qhull programming.python Scientific Library for Python SciPy is open-source software for mathematics, science, and engineering. @@ -2272,8 +2275,8 @@ - - 2017-07-07 + + 2017-09-17 0.19.1 Packaging update Ewan Paterson