Add BLAS argument to Make
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 11 May 2021 08:06:30 +0000 (17:06 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Wed, 12 May 2021 05:38:47 +0000 (14:38 +0900)
packaging/suitesparse.spec

index 1ff40b2fdd20570a2d5efce9b100b4267f3fcd2a..82f81b3dd4b6134fdab6c9945b7d2fdff6aede2c 100644 (file)
@@ -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
 
 
 # ==========================================================