Backport 1.4.1-2 to F-12

This commit is contained in:
Jay Fenlason 2010-02-15 23:39:30 +00:00
parent b9d08f710c
commit 23f5faa236
3 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1 @@
openmpi-1.3.1.tar.bz2 openmpi-1.4.1.tar.bz2
openmpi-1.3.3.tar.bz2
openmpi-1.4.tar.bz2

View File

@ -18,22 +18,22 @@
#define _cc_name_suffix -gcc #define _cc_name_suffix -gcc
Name: openmpi%{?_cc_name_suffix} Name: openmpi%{?_cc_name_suffix}
Version: 1.4 Version: 1.4.1
Release: 4%{?dist} Release: 2%{?dist}
Summary: Open Message Passing Interface Summary: Open Message Passing Interface
Group: Development/Libraries Group: Development/Libraries
License: BSD License: BSD
URL: http://www.open-mpi.org/ URL: http://www.open-mpi.org/
# We can't use %{name} here because of _cc_name_suffix # We can't use %{name} here because of _cc_name_suffix
Source0: http://www.open-mpi.org/software/ompi/v1.3/downloads/openmpi-%{version}.tar.bz2 Source0: http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-%{version}.tar.bz2
Source1: openmpi.pc.in Source1: openmpi.pc.in
Source2: openmpi.module.in Source2: openmpi.module.in
Source3: macros.openmpi Source3: macros.openmpi
Patch0: openmpi-changeset_r22324.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-gfortran, libtool, numactl-devel, valgrind-devel BuildRequires: gcc-gfortran, libtool, numactl-devel, valgrind-devel
BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0 BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0
BuildRequires: librdmacm librdmacm-devel libibcm libibcm-devel BuildRequires: librdmacm librdmacm-devel libibcm libibcm-devel
BuildRequires: python
#%ifnarch ppc #%ifnarch ppc
#BuildRequires: compat-dapl-devel #BuildRequires: compat-dapl-devel
#%endif #%endif
@ -106,7 +106,6 @@ Contains development headers and libraries for openmpi
%prep %prep
%setup -q -n openmpi-%{version} %setup -q -n openmpi-%{version}
%patch0 -p2 -b .bz538199
%ifarch x86_64 %ifarch x86_64
XFLAGS="-fPIC" XFLAGS="-fPIC"
%endif %endif
@ -211,11 +210,19 @@ rm -rf %{buildroot}
%{_mandir}/%{namearch}/man1/opal_* %{_mandir}/%{namearch}/man1/opal_*
%{_mandir}/%{namearch}/man3/* %{_mandir}/%{namearch}/man3/*
%{_mandir}/%{namearch}/man7/opal* %{_mandir}/%{namearch}/man7/opal*
%{_libdir}/%{name}/share/openmpi/openmpi-valgrind.supp
%{_libdir}/%{name}/share/openmpi/mpi* %{_libdir}/%{name}/share/openmpi/mpi*
%{_libdir}/%{name}/share/vampirtrace/* %{_libdir}/%{name}/share/vampirtrace/*
%{_sysconfdir}/rpm/macros.%{namearch} %{_sysconfdir}/rpm/macros.%{namearch}
%changelog %changelog
* Tue Jan 26 2010 Jay Fenlason <fenlason@redhat.com> - 1.4.1-2
- BuildRequires: python
* Tue Jan 26 2010 Jay Fenlason <fenlason@redhat.com> - 1.4.1-1
- New upstream version, which includes the changeset_r22324 patch.
- Correct a typo in the Source0 line in this spec file.
* Fri Jan 15 2010 Doug Ledford <dledford@redhat.com> - 1.4-4 * Fri Jan 15 2010 Doug Ledford <dledford@redhat.com> - 1.4-4
- Fix an issue with usage of _cc_name_suffix that cause a broken define in - Fix an issue with usage of _cc_name_suffix that cause a broken define in
our module file our module file

View File

@ -1 +1 @@
9786ec0698afed9498ce43dc3978a435 openmpi-1.4.tar.bz2 28a820c85e02973809df881fdeddd15e openmpi-1.4.1.tar.bz2