From 1090eb6240fe6b448987fd725792d3aa39258e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 28 Jan 2017 10:35:21 +0100 Subject: [PATCH] Rebuilt for GCC-7 --- openblas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openblas.spec b/openblas.spec index 5aa39b2..495cf21 100644 --- a/openblas.spec +++ b/openblas.spec @@ -15,7 +15,7 @@ Name: openblas Version: 0.2.19 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An optimized BLAS library based on GotoBLAS2 Group: Development/Libraries License: BSD @@ -657,11 +657,14 @@ rm -rf %{buildroot} %endif %changelog +* Sat Jan 28 2017 Björn Esser - 0.2.19-5 +- Rebuilt for GCC-7 + * Wed Dec 14 2016 Tom Callaway - 0.2.19-4 - build a copy of openblas that thinks it is Rblas There are no code changes, except for libname and soname, it is identical to libopenblas.so.0 Unfortunately, while R itself is fine using a symlink from libopenblas.so.0 to libRblas.so - the larger R ecosystem becomes unhappy in this scenario. + the larger R ecosystem becomes unhappy in this scenario. * Thu Nov 03 2016 Susi Lehtola - 0.2.19-3 - Fix linkage of OpenMP libraries (BZ #1391491).