Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
279547d0c4 | ||
|
|
6d60f5b520 | ||
|
|
c41ab2e454 |
1 changed files with 7 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
Name: openmpi%{?_cc_name_suffix}
|
||||
Version: 2.1.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Open Message Passing Interface
|
||||
License: BSD and MIT and Romio
|
||||
URL: http://www.open-mpi.org/
|
||||
|
|
@ -166,7 +166,9 @@ OpenMPI support for Python 3.
|
|||
--with-valgrind \
|
||||
--enable-memchecker \
|
||||
%endif
|
||||
%if ! (0%{?fedora} >= 31)
|
||||
--with-hwloc=/usr \
|
||||
%endif
|
||||
CC=%{opt_cc} CXX=%{opt_cxx} \
|
||||
LDFLAGS='%{__global_ldflags}' \
|
||||
CFLAGS="%{?opt_cflags} %{!?opt_cflags:$RPM_OPT_FLAGS}" \
|
||||
|
|
@ -264,7 +266,7 @@ make check
|
|||
%dir %{_libdir}/%{name}/share/openmpi
|
||||
%{_libdir}/%{name}/share/openmpi/amca-param-sets
|
||||
%{_libdir}/%{name}/share/openmpi/help*.txt
|
||||
%ifnarch s390 %{arm}
|
||||
%ifnarch %{arm}
|
||||
%{_libdir}/%{name}/share/openmpi/mca-btl-openib-device-params.ini
|
||||
%endif
|
||||
|
||||
|
|
@ -310,6 +312,9 @@ make check
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 15 2020 Orion Poplawski <orion@nwra.com> - 2.1.6-2
|
||||
- Fix build on arm
|
||||
|
||||
* Sat Feb 2 2019 Orion Poplawski <orion@nwra.com> - 2.1.6-1
|
||||
- Update to 2.1.6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue