From 17b3a9761251bd95d88e9cf42f7eec6497f17a53 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 20 Mar 2025 13:18:14 +0800 Subject: [PATCH] build with cmake rather than cmake3 --- SuperLU.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/SuperLU.spec b/SuperLU.spec index 14678bd..10485d1 100644 --- a/SuperLU.spec +++ b/SuperLU.spec @@ -1,11 +1,11 @@ Name: SuperLU Version: 6.0.1 -Release: 3 +Release: 4 Summary: Library for the direct solution of large, sparse, nonsymmetric systems of linear equations -License: BSD and GPLv2+ +License: BSD-3-Clause and GPL-2.0-or-later URL: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ Source0: https://github.com/xiaoyeli/superlu/archive/v%{version}/superlu-%{version}.tar.gz -BuildRequires: openblas-devel openblas-srpm-macros cmake3 gcc-gfortran csh +BuildRequires: openblas-devel openblas-srpm-macros cmake gcc-gfortran csh BuildRequires: chrpath Patch0001: superlu-removemc64.patch @@ -24,6 +24,7 @@ The package contains the header files and libraries for SuperLU development. %package help Summary: Documentation for SuperLU +Buildarch: noarch Provides: SuperLU-doc = %{version}-%{release} Obsoletes: SuperLU-doc < %{version}-%{release} Requires: SuperLU = %{version}-%{release} @@ -64,6 +65,9 @@ chrpath -d %{buildroot}%{_libdir}/libsuperlu.so.6* %doc DOC EXAMPLE FORTRAN %changelog +* Thu Mar 20 2025 Funda Wang - 6.0.1-4 +- build with cmake rather than cmake3 + * Thu Nov 14 2024 Funda Wang - 6.0.1-3 - adopt to new cmake macro -- Gitee