diff --git a/openmpi.spec b/openmpi.spec index 9a3883ba6c916d20c8eda2bce1e46478a2216a67..bcdf05f5a39a3d308418fa5dab88bccf4b23beff 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