Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7adb0173da | ||
|
|
08f03014e7 | ||
|
|
956db074f0 | ||
|
|
6866740805 |
3 changed files with 11 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -42,3 +42,4 @@ openmpi-1.4.1-RH.tar.bz2
|
|||
/openmpi-2.1.6.tar.bz2
|
||||
/openmpi-3.1.3.tar.bz2
|
||||
/openmpi-3.1.4.tar.bz2
|
||||
/openmpi-3.1.5.tar.bz2
|
||||
|
|
|
|||
12
openmpi.spec
12
openmpi.spec
|
|
@ -20,7 +20,7 @@
|
|||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: openmpi%{?_cc_name_suffix}
|
||||
Version: 3.1.4
|
||||
Version: 3.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Message Passing Interface
|
||||
License: BSD and MIT and Romio
|
||||
|
|
@ -157,14 +157,14 @@ OpenMPI support for Python 3.
|
|||
--disable-silent-rules \
|
||||
--enable-builtin-atomics \
|
||||
--enable-mpi-thread-multiple \
|
||||
%ifnarch %{power64}
|
||||
--enable-mpi-cxx \
|
||||
%endif
|
||||
--enable-mpi-java \
|
||||
--with-sge \
|
||||
--with-valgrind \
|
||||
--enable-memchecker \
|
||||
%if ! (0%{?fedora} >= 31)
|
||||
--with-hwloc=/usr \
|
||||
%endif
|
||||
%if !0%{?el7}
|
||||
--with-libevent=external \
|
||||
--with-pmix=external \
|
||||
|
|
@ -320,6 +320,12 @@ make check
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 26 2019 Orion Poplawski <orion@nwra.com> - 3.1.5-1
|
||||
- Update to 3.1.5
|
||||
|
||||
* Wed Oct 16 2019 Orion Poplawski <orion@nwra.com> - 3.1.4-2
|
||||
- Re-enable C++ bindings on power64
|
||||
|
||||
* Sun Apr 28 2019 Orion Poplawski <orion@nwra.com> - 3.1.4-1
|
||||
- Update to 3.1.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (openmpi-3.1.4.tar.bz2) = 5b4aafffc79fd85cb94a11a6e2fac563b142ac532191009eb35826c432ed3c391a6616e2ca92eacbf36137468eadb7c0f7ddc787034bc95c4214232ed5128338
|
||||
SHA512 (openmpi-3.1.5.tar.bz2) = 040591c8715717568b1af60f4710e4bf31fab84ac1919dc29bf6f42c2a5aa65ad0b13850033a8ef94363f391511061de729c837867822ea02366e51b90bcddd4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue