From: Daekwang Ryu Date: Tue, 11 May 2021 08:06:30 +0000 (+0900) Subject: Add BLAS argument to Make X-Git-Tag: accepted/tizen/unified/x/20240627.090425~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17ebba6dbcbbe9383821811c21909dfab2084d91;p=platform%2Fupstream%2Fsuitesparse.git Add BLAS argument to Make --- 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 # ==========================================================