From 17ebba6dbcbbe9383821811c21909dfab2084d91 Mon Sep 17 00:00:00 2001 From: Daekwang Ryu Date: Tue, 11 May 2021 17:06:30 +0900 Subject: [PATCH] Add BLAS argument to Make --- packaging/suitesparse.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/suitesparse.spec b/packaging/suitesparse.spec index 1ff40b2..82f81b3 100644 --- a/packaging/suitesparse.spec +++ b/packaging/suitesparse.spec @@ -4,7 +4,7 @@ Version: 5.2.0 Release: 0 # ========================================================== -License: GPL2.0+ AND LGPL2.1+ +License: BSD 3-clause AND GPL2.0+ AND LGPL2.1+ # ========================================================== Group: Development/Libraries/C and C++ @@ -22,7 +22,7 @@ BuildRequires: openblas-devel Requires: lapack %description -%{name} version %{version} +A suite of sparse matrix algorithms %package devel Summary: A collection of sparse matrix libraries @@ -40,7 +40,7 @@ cp %{SOURCE1001} . # how to actually build the software we are packaging # ========================================================== %build -%{make_build} library +%{make_build} library BLAS=-lblas # ========================================================== -- 2.34.1