Name: | python27-scipy |
---|---|
Version: | 0.12.1 |
Release: | 5.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 35672107 |
License: | BSD and Boost and Public Domain |
RPM: | python27-scipy-0.12.1-5.el7.aarch64.rpm |
Source RPM: | python27-scipy-0.12.1-5.el7.src.rpm |
Build Date: | Wed Jun 27 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.scipy.org |
Summary: | Scipy: Scientific Tools for Python |
Description: | Scipy is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers. |
- Rebuild for multi-arch bootstrap
- Update shebang to point to interpreter in collection, rhbz#1289562
- link against SCL packages - use macros instead of hardcoded paths
- RHSCL-1.1 build
- Update to 0.12.1 - fixes CVE-2013-4251 (rhbz#997579) - change working directory to build directory when building ext (rhbz#916695) - use SHA-256 instead of md5 -- FIPS mode (rhbz#877920) - unbundle python-six (bug rhbz#1019642)
- rebuilt due to a bug in gcc causing segfault on s390x (rhbz#1012870 rhbz#1012286)
- rebuilt with atlas 3.10 (rhbz#1009070)
- Add patch to use build_dir argument in build_extension - Fix rpmlint warnings - License Updated - Don't build with python3
- Remove old ufsparse references, use suitesparse - Spec cleanup
- Add patch to fix segfaul in test of sgeqrf