From 532c1ad1b1abbda02f1ebad29c4fb1ecb40a5786 Mon Sep 17 00:00:00 2001 From: chebyshevtst Date: Tue, 14 Jan 2025 15:23:30 +0800 Subject: [PATCH] Fix compile error --- scotch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scotch.spec b/scotch.spec index 87cfe75..0bf1a7b 100644 --- a/scotch.spec +++ b/scotch.spec @@ -10,7 +10,7 @@ Name: scotch Summary: Graph, mesh and hypergraph partitioning library Version: 6.0.9 -Release: 1 +Release: 2 License: CeCILL-C URL: https://gforge.inria.fr/projects/scotch/ @@ -29,6 +29,7 @@ BuildRequires: bison BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: xz-devel +BuildRequires: environment-modules %description Scotch is a software package for graph and mesh/hypergraph partitioning and @@ -270,5 +271,8 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make -C src/check %doc doc/scotch_example.f %changelog +* Tue Jan 14 2025 QiuWenjian - 6.0.9-2 +- Fix compile error + * Wed Jun 15 2022 lvxiaoqian - 6.0.9-1 - init package \ No newline at end of file -- Gitee