From e073c86cbbb5ca16542edc7e12646de90b70f248 Mon Sep 17 00:00:00 2001 From: Iñaki Úcar Date: Aug 19 2020 21:46:39 +0000 Subject: https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager --- diff --git a/python-cvxopt-setup.patch b/python-cvxopt-setup.patch index 8576b89..67ad541 100644 --- a/python-cvxopt-setup.patch +++ b/python-cvxopt-setup.patch @@ -6,8 +6,8 @@ # Default names of BLAS and LAPACK libraries -BLAS_LIB = ['blas'] -LAPACK_LIB = ['lapack'] -+BLAS_LIB = ['openblas'] -+LAPACK_LIB = ['openblas'] ++BLAS_LIB = ['flexiblas'] ++LAPACK_LIB = ['flexiblas'] BLAS_EXTRA_LINK_ARGS = [] # Set environment variable BLAS_NOUNDERSCORES=1 if your BLAS/LAPACK do diff --git a/python-cvxopt.spec b/python-cvxopt.spec index aeace50..12a8342 100644 --- a/python-cvxopt.spec +++ b/python-cvxopt.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python Package for Convex Optimization License: GPLv3+ URL: http://cvxopt.org/ @@ -18,7 +18,7 @@ BuildRequires: font(robotoslab) BuildRequires: fontconfig BuildRequires: gcc BuildRequires: glpk-devel -BuildRequires: openblas-devel +BuildRequires: flexiblas-devel BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(gsl) BuildRequires: python3-devel @@ -126,6 +126,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} pytest %doc examples/ %changelog +* Sun Aug 16 2020 Iñaki Úcar - 1.2.5-4 +- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager + * Wed Jul 29 2020 Fedora Release Engineering - 1.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild