Name: | blis-serial64 |
---|---|
Version: | 0.7.0 |
Release: | 6.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 16590960 |
License: | BSD |
RPM: | blis-serial64-0.7.0-6.el7.x86_64.rpm |
Source RPM: | blis-0.7.0-6.el7.src.rpm |
Build Date: | Thu Oct 08 2020 |
Build Host: | jenkins-172-17-0-2-69cf6c58-f4b5-4e55-8584-338b038120d2.appad3iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/flame/blis |
Summary: | BLAS-like Library Instantiation Software Framework - 64-bit |
Description: | BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. This packaging contains automatically-dispatched architecture-optimized kernels for some targets, notably recent x86_64. This is the serial version with a 64-bit integer interface. |
- Fix libblas64 soname
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Change conditional BR of memkind-devel
- Patch to build 64-, not 32-bit version on s390x (#1852549)
- Revert build for arches that don't actually have memkind packages
- New version - Drop patch - Maybe use devtoolset-9
- Use cortexa9 config on arm32, rather than generic
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Patch to avoid popen (security) - Replace patch1 with upstream change