From 14e297a03fefe354356863e8414e47b37d69e1f3 Mon Sep 17 00:00:00 2001 From: ouyanglearnning Date: Thu, 14 Apr 2022 14:19:31 +0800 Subject: [PATCH] change Buildrequire from java-devel to java-1.8.0-openjdk-devel --- openmpi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index 9a3883b..bcdf05f 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,6 +1,6 @@ Name: openmpi Version: 2.1.1 -Release: 20 +Release: 21 Summary: Open Source High Performance Computing License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -10,7 +10,7 @@ Source2: openmpi.pth.py3 Source3: macros.openmpi BuildRequires: gcc-c++, gcc-gfortran -BuildRequires: valgrind-devel, hwloc-devel, java-devel, libfabric-devel, papi-devel +BuildRequires: valgrind-devel, hwloc-devel, java-1.8.0-openjdk-devel, libfabric-devel, papi-devel BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0 BuildRequires: librdmacm-devel, rdma-core-devel, pmix-devel BuildRequires: hwloc-gui chrpath @@ -211,6 +211,9 @@ make check %{_mandir}/%{name_all}/man*/* %changelog +* Wed Mar 30 2022 ouyangminxiang - 2.1.1-21 +- change Buildrequire from java-devel to java-1.8.0-openjdk-devel + * Thu Sep 9 2021 Pengju Jiang - 2.1.1-20 - solve the strip and rpath problem of safe conversion -- Gitee