2006-02-17 23:09:07 +00:00
|
|
|
Name: openmpi
|
2007-10-17 18:34:13 +00:00
|
|
|
Version: 1.2.4
|
2009-02-26 08:35:35 +00:00
|
|
|
Release: 3%{?dist}
|
2006-02-17 23:09:07 +00:00
|
|
|
Summary: Open Message Passing Interface
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: BSD
|
|
|
|
URL: http://www.open-mpi.org/
|
2007-06-28 22:06:10 +00:00
|
|
|
Source0: http://www.open-mpi.org/software/ompi/v1.2/downloads/%{name}-%{version}.tar.bz2
|
2006-08-08 00:19:17 +00:00
|
|
|
Source1: openmpi.pc.in
|
|
|
|
Source2: openmpi.module.in
|
2007-10-17 19:25:14 +00:00
|
|
|
Patch0: openmpi-1.2.4-open.patch
|
2006-02-17 23:09:07 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-10-17 19:25:14 +00:00
|
|
|
BuildRequires: gcc-gfortran, libtool, numactl-devel, libtorque-devel
|
2007-06-28 22:06:10 +00:00
|
|
|
#BuildRequires: libibverbs-devel, opensm-devel
|
|
|
|
#%ifnarch ppc
|
|
|
|
#BuildRequires: dapl-devel
|
|
|
|
#%endif
|
2006-08-08 00:19:17 +00:00
|
|
|
Requires(post): /sbin/ldconfig, /usr/sbin/alternatives
|
2007-07-12 12:12:05 +00:00
|
|
|
Requires(preun): /usr/sbin/alternatives
|
2006-10-13 12:59:39 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2006-02-17 23:09:07 +00:00
|
|
|
|
2006-10-13 12:59:39 +00:00
|
|
|
%package libs
|
|
|
|
Summary: Libraries used by openmpi programs
|
|
|
|
Group: Development/Libraries
|
2007-07-12 12:12:05 +00:00
|
|
|
Requires(post): /usr/sbin/alternatives
|
|
|
|
Requires(preun): /usr/sbin/alternatives
|
2006-10-13 12:59:39 +00:00
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for openmpi
|
|
|
|
Group: Development/Libraries
|
2007-10-17 19:25:14 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2007-06-28 22:06:10 +00:00
|
|
|
Provides: mpi-devel
|
2007-07-12 12:12:05 +00:00
|
|
|
Requires(post): /usr/sbin/alternatives
|
|
|
|
Requires(preun): /usr/sbin/alternatives
|
2006-02-17 23:09:07 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Open MPI is an open source, freely available implementation of both the
|
|
|
|
MPI-1 and MPI-2 standards, combining technologies and resources from
|
|
|
|
several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in
|
|
|
|
order to build the best MPI library available. A completely new MPI-2
|
|
|
|
compliant implementation, Open MPI offers advantages for system and
|
|
|
|
software vendors, application developers, and computer science
|
|
|
|
researchers. For more information, see http://www.open-mpi.org/ .
|
|
|
|
|
2006-10-13 12:59:39 +00:00
|
|
|
%description libs
|
|
|
|
Contains shared libraries used by openmpi applications
|
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%description devel
|
|
|
|
Contains development headers and libraries for openmpi
|
|
|
|
|
2007-06-28 22:06:10 +00:00
|
|
|
# We only compile with gcc, but other people may want other compilers.
|
|
|
|
# Set the compiler here.
|
|
|
|
%define opt_cc gcc
|
|
|
|
# Optional CFLAGS to use with the specific compiler...gcc doesn't need any,
|
|
|
|
# so uncomment and define to use
|
|
|
|
#define opt_cc_cflags
|
|
|
|
|
|
|
|
# When dealing with multilib installations, aka the ability to run either
|
|
|
|
# i386 or x86_64 binaries on x86_64 machines, we install the native i386
|
|
|
|
# openmpi libs/compilers and the native x86_64 libs/compilers. Obviously,
|
|
|
|
# on i386 you can only run i386, so you don't really need the -m32 flag
|
|
|
|
# to gcc in order to force 32 bit mode. However, since we use the native
|
|
|
|
# i386 package to support i386 operation on x86_64, and since on x86_64
|
|
|
|
# the default is x86_64, the i386 package needs to force i386 mode. This
|
|
|
|
# is true of all the multilib arches, hence the non-default arch (aka i386
|
|
|
|
# on x86_64) must force the non-default mode (aka 32 bit compile) in it's
|
|
|
|
# native-arch package (aka, when built on i386) so that it will work
|
|
|
|
# properly on the non-native arch as a multilib package (aka i386 installed
|
|
|
|
# on x86_64). Just to be safe, we also force the default mode (aka 64 bit)
|
|
|
|
# in default arch packages (aka, the x86_64 package). There are, however,
|
|
|
|
# some arches that don't support forcing *any* mode, those we just leave
|
|
|
|
# undefined.
|
2006-10-13 12:59:39 +00:00
|
|
|
%ifarch i386 ppc
|
|
|
|
%define mode 32
|
2007-06-28 22:06:10 +00:00
|
|
|
%define modeflag -m32
|
|
|
|
%endif
|
|
|
|
%ifarch ia64
|
|
|
|
%define mode 64
|
|
|
|
%endif
|
|
|
|
%ifarch s390
|
|
|
|
%define mode 31
|
2006-10-13 12:59:39 +00:00
|
|
|
%endif
|
2007-06-28 22:06:10 +00:00
|
|
|
%ifarch s390x
|
|
|
|
%define mode 64
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64 ppc64
|
|
|
|
%define mode 64
|
|
|
|
%define modeflag -m64
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# That alternatives system selects the highest priority item as the default.
|
|
|
|
# Usually, that means 64bit preferred over 32bit on multilib, but ppc is an
|
|
|
|
# exception in that 32bit is preferred over 64bit. So, the priority values
|
|
|
|
# selected here make that happen.
|
2006-10-13 12:59:39 +00:00
|
|
|
%ifarch i386 ppc64 s390
|
|
|
|
%define priority 10
|
|
|
|
%else
|
|
|
|
%define priority 11
|
|
|
|
%endif
|
|
|
|
|
2007-06-28 22:06:10 +00:00
|
|
|
# We set this to for convenience, since this is the unique dir we use for this
|
|
|
|
# particular package, version, compiler
|
|
|
|
%define mpidir %{name}/%{version}-%{opt_cc}
|
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2007-06-28 22:06:10 +00:00
|
|
|
# Kill the stack protection and fortify source stuff...it slows things down
|
|
|
|
# and openmpi hasn't been audited for it yet
|
|
|
|
#RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=.//' | sed -e 's/-fstack-protector//'`
|
2007-10-17 19:25:14 +00:00
|
|
|
%patch0 -p1
|
2007-06-28 22:06:10 +00:00
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%ifarch x86_64
|
2007-06-28 22:06:10 +00:00
|
|
|
XFLAGS="-fPIC"
|
2006-02-17 23:09:07 +00:00
|
|
|
%endif
|
2006-02-22 00:55:29 +00:00
|
|
|
%configure \
|
2007-06-28 22:06:10 +00:00
|
|
|
--includedir=%{_includedir}/%{mpidir} \
|
|
|
|
--libdir=%{_libdir}/%{mpidir} \
|
|
|
|
--datadir=%{_datadir}/%{mpidir}/help%{mode} \
|
|
|
|
--mandir=%{_datadir}/%{mpidir}/man \
|
|
|
|
--with-libnuma=%{_libdir} \
|
2007-10-17 19:25:14 +00:00
|
|
|
--with-threads=posix \
|
|
|
|
--with-tm \
|
2007-06-28 22:06:10 +00:00
|
|
|
CC=%{opt_cc} \
|
2006-02-17 23:09:07 +00:00
|
|
|
LDFLAGS='-Wl,-z,noexecstack' \
|
2007-06-28 22:06:10 +00:00
|
|
|
CFLAGS="%{?opt_cc_cflags} $RPM_OPT_FLAGS $XFLAGS" \
|
|
|
|
CXXFLAGS="$RPM_OPT_FLAGS $XFLAGS" \
|
|
|
|
FFLAGS="$RPM_OPT_FLAGS $XFLAGS";
|
2006-02-22 00:55:29 +00:00
|
|
|
# ${datadir}/openmpi will be used ONLY for the english help*.txt files
|
2006-08-27 17:05:50 +00:00
|
|
|
|
|
|
|
%build
|
2006-02-17 23:09:07 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
2006-08-08 00:19:17 +00:00
|
|
|
make install DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
2007-07-16 17:42:07 +00:00
|
|
|
# Because no package owns the base openmpi directories, the install sets
|
|
|
|
# the mode wrong. This will cause problems when the first copy of openmpi
|
|
|
|
# is installed on a system. Correct the directory permissions here.
|
|
|
|
chmod 755 ${RPM_BUILD_ROOT}/%{_libdir}/openmpi
|
|
|
|
chmod 755 ${RPM_BUILD_ROOT}/%{_includedir}/openmpi
|
|
|
|
chmod 755 ${RPM_BUILD_ROOT}/%{_datadir}/openmpi
|
|
|
|
|
2006-08-08 00:19:17 +00:00
|
|
|
# Remove the symlinks from common names to the unique name in /usr/bin too
|
|
|
|
rm ${RPM_BUILD_ROOT}%{_bindir}/mpi*
|
2006-10-13 12:59:39 +00:00
|
|
|
# Move the wrapper program to a name that denotes the mode it compiles
|
2007-06-28 22:06:10 +00:00
|
|
|
mv ${RPM_BUILD_ROOT}%{_bindir}/opal_wrapper{,-%{version}-%{opt_cc}-%{mode}}
|
2006-10-13 12:59:39 +00:00
|
|
|
# But, opal_wrapper needs to be called by a name that denotes the compiler
|
|
|
|
# type in order to work, so in order to leave it functional even when it isn't
|
|
|
|
# the currently selected system wide default via the alternatives program,
|
|
|
|
# make the proper symlinks from %{_datadir}/%{name}/bin to the wrapper
|
2007-06-28 22:06:10 +00:00
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{mpidir}/bin%{mode}
|
|
|
|
for i in mpicc mpic++ mpicxx mpiCC mpif77 mpif90 ; do
|
2007-07-02 14:17:42 +00:00
|
|
|
ln -s %{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode} \
|
2007-06-28 22:06:10 +00:00
|
|
|
${RPM_BUILD_ROOT}%{_datadir}/%{mpidir}/bin%{mode}/$i
|
2006-10-13 12:59:39 +00:00
|
|
|
done
|
|
|
|
# The fortran include file differs between 32/64bit environments, so make
|
|
|
|
# two copies
|
2007-06-28 22:06:10 +00:00
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/%{mpidir}/%{mode}
|
|
|
|
mv ${RPM_BUILD_ROOT}%{_includedir}/%{mpidir}/{mpif-config.h,%{mode}}
|
2006-10-13 12:59:39 +00:00
|
|
|
# and have the wrapper include the right one by using the wrapper-data.txt
|
|
|
|
# files for the fortran modes to signal the extra include dir
|
2007-06-28 22:06:10 +00:00
|
|
|
for i in ${RPM_BUILD_ROOT}%{_datadir}/%{mpidir}/help%{mode}/openmpi/mpif{77,90}-wrapper-data.txt; do
|
2006-10-13 12:59:39 +00:00
|
|
|
sed -e 's#extra_includes=#extra_includes='%{mode}' #' < $i > $i.out
|
|
|
|
mv $i.out $i
|
|
|
|
done
|
|
|
|
# and we also need to force the compile mode via the wrapper-data.txt files
|
2006-10-13 18:24:44 +00:00
|
|
|
# (except on ia64 where the -m64 flag is not allowed by gcc)
|
|
|
|
%ifnarch ia64
|
2007-06-28 22:06:10 +00:00
|
|
|
for i in ${RPM_BUILD_ROOT}%{_datadir}/%{mpidir}/help%{mode}/openmpi/*wrapper-data.txt; do
|
|
|
|
sed -e 's#compiler_flags=#compiler_flags='%{?modeflag}' #' < $i > $i.out
|
2006-10-13 12:59:39 +00:00
|
|
|
mv $i.out $i
|
|
|
|
done
|
2006-10-13 18:24:44 +00:00
|
|
|
%endif
|
2006-08-08 00:19:17 +00:00
|
|
|
|
2007-06-28 22:06:10 +00:00
|
|
|
echo %{_libdir}/%{mpidir} > ${RPM_BUILD_ROOT}%{_libdir}/%{mpidir}/%{name}.ld.conf
|
2006-02-17 23:09:07 +00:00
|
|
|
# Make the pkgconfig files
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig;
|
2007-06-28 22:06:10 +00:00
|
|
|
sed 's#@NAME@#'%{name}'#g;s#@VERSION@#'%{version}'#g;s#@LIBDIR@#'%{_libdir}'#g;s#@INCLUDEDIR@#'%{_includedir}'#g;s#@MODE@#'%{mode}'#g;s#@CC@#'%{opt_cc}'#g;s#@MPIDIR@#'%{mpidir}'#g;s#@MODEFLAG@#'%{?modeflag}'#g' < %SOURCE1 > ${RPM_BUILD_ROOT}/%{_libdir}/pkgconfig/%{name}-%{version}-%{opt_cc}-%{mode}.pc;
|
|
|
|
sed 's#@NAME@#'%{name}'#g;s#@VERSION@#'%{version}'#g;s#@LIBDIR@#'%{_libdir}'#g;s#@INCLUDEDIR@#'%{_includedir}'#g;s#@MODE@#'%{mode}'#g;s#@CC@#'%{opt_cc}'#g;s#@MPIDIR@#'%{mpidir}'#g;s#@MODEFLAG@#'%{?modeflag}'#g' < %SOURCE2 > ${RPM_BUILD_ROOT}/%{_libdir}/%{mpidir}/%{name}.module;
|
2006-10-13 12:59:39 +00:00
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
|
|
|
|
%clean
|
2006-08-08 00:19:17 +00:00
|
|
|
[ ! -z "${RPM_BUILD_ROOT}" ] && rm -rf ${RPM_BUILD_ROOT}
|
2006-02-17 23:09:07 +00:00
|
|
|
|
|
|
|
%post
|
2006-10-13 12:59:39 +00:00
|
|
|
alternatives --install %{_bindir}/mpirun mpi-run %{_bindir}/orterun \
|
|
|
|
%{priority} \
|
|
|
|
--slave %{_bindir}/mpiexec mpi-exec %{_bindir}/orterun \
|
|
|
|
--slave %{_mandir}/man1/mpirun.1.gz mpi-run-man \
|
2007-06-28 22:06:10 +00:00
|
|
|
%{_datadir}/%{mpidir}/man/man1/mpirun.1.gz \
|
2006-10-13 12:59:39 +00:00
|
|
|
--slave %{_mandir}/man1/mpiexec.1.gz mpi-exec-man \
|
2007-06-28 22:06:10 +00:00
|
|
|
%{_datadir}/%{mpidir}/man/man1/orterun.1.gz
|
2006-02-17 23:09:07 +00:00
|
|
|
|
2006-08-08 00:19:17 +00:00
|
|
|
%preun
|
2007-06-28 22:06:10 +00:00
|
|
|
alternatives --remove mpi-run %{_bindir}/orterun
|
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
|
2006-10-13 12:59:39 +00:00
|
|
|
%post libs
|
|
|
|
alternatives --install %{_sysconfdir}/ld.so.conf.d/mpi%{mode}.conf \
|
2007-06-28 22:06:10 +00:00
|
|
|
mpilibs%{mode} %{_libdir}/%{mpidir}/%{name}.ld.conf %{priority}
|
2006-10-13 12:59:39 +00:00
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%preun libs
|
2007-06-28 22:06:10 +00:00
|
|
|
alternatives --remove mpilibs%{mode} %{_libdir}/%{mpidir}/%{name}.ld.conf
|
2006-10-13 12:59:39 +00:00
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
2006-02-17 23:09:07 +00:00
|
|
|
|
2006-08-08 00:19:17 +00:00
|
|
|
%post devel
|
2006-10-13 12:59:39 +00:00
|
|
|
alternatives --install %{_bindir}/mpicc mpicc \
|
2007-06-28 22:06:10 +00:00
|
|
|
%{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode} \
|
|
|
|
%{priority} \
|
|
|
|
--slave %{_bindir}/mpic++ mpic++ \
|
|
|
|
%{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode} \
|
|
|
|
--slave %{_bindir}/mpiCC mpiCC \
|
|
|
|
%{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode} \
|
|
|
|
--slave %{_bindir}/mpicxx mpicxx \
|
|
|
|
%{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode} \
|
|
|
|
--slave %{_bindir}/mpif77 mpif77 \
|
|
|
|
%{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode} \
|
|
|
|
--slave %{_bindir}/mpif90 mpif90 \
|
|
|
|
%{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode}
|
2006-08-08 00:19:17 +00:00
|
|
|
|
|
|
|
%preun devel
|
2007-06-28 22:06:10 +00:00
|
|
|
alternatives --remove mpicc %{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode}
|
2006-02-17 23:09:07 +00:00
|
|
|
|
2006-08-27 17:01:44 +00:00
|
|
|
%postun devel -p /sbin/ldconfig
|
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2006-02-22 00:55:29 +00:00
|
|
|
%doc LICENSE README
|
2006-08-07 20:43:43 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/openmpi-*
|
2007-06-28 22:06:10 +00:00
|
|
|
%dir %{_datadir}/%{mpidir}
|
2006-08-08 00:19:17 +00:00
|
|
|
%{_bindir}/orted
|
|
|
|
%{_bindir}/orterun
|
|
|
|
%{_bindir}/ompi_info
|
2007-06-28 22:06:10 +00:00
|
|
|
%{_datadir}/%{mpidir}/*
|
|
|
|
%exclude %{_datadir}/%{mpidir}/bin%{mode}
|
|
|
|
%exclude %{_datadir}/%{mpidir}/help%{mode}/openmpi/*-wrapper-data.txt
|
|
|
|
%exclude %{_datadir}/%{mpidir}/man/man3
|
2006-10-13 12:59:39 +00:00
|
|
|
|
|
|
|
%files libs
|
2007-06-28 22:06:10 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_libdir}/%{mpidir}
|
|
|
|
%dir %{_libdir}/%{mpidir}/%{name}
|
|
|
|
%{_libdir}/%{mpidir}/*.so.*
|
|
|
|
%{_libdir}/%{mpidir}/%{name}/*.so
|
|
|
|
%{_libdir}/%{mpidir}/*.conf
|
2006-02-17 23:09:07 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2007-06-28 22:06:10 +00:00
|
|
|
%{_bindir}/opal_wrapper-%{version}-%{opt_cc}-%{mode}
|
|
|
|
%dir %{_includedir}/%{mpidir}
|
|
|
|
%dir %{_datadir}/%{mpidir}/bin%{mode}
|
|
|
|
%dir %{_datadir}/%{mpidir}/man/man3
|
|
|
|
%{_datadir}/%{mpidir}/bin%{mode}
|
|
|
|
%{_datadir}/%{mpidir}/help%{mode}/openmpi/*-wrapper-data.txt
|
|
|
|
%{_includedir}/%{mpidir}/*
|
|
|
|
%{_datadir}/%{mpidir}/man/man3/*
|
|
|
|
%{_libdir}/%{mpidir}/*.so
|
|
|
|
%{_libdir}/%{mpidir}/*.la
|
|
|
|
%{_libdir}/%{mpidir}/%{name}/*.la
|
|
|
|
%{_libdir}/pkgconfig/%{name}-%{version}-%{opt_cc}-%{mode}.pc
|
|
|
|
%{_libdir}/%{mpidir}/*.mod
|
|
|
|
%{_libdir}/%{mpidir}/*.module
|
2006-02-17 23:09:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2009-02-26 08:35:35 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-02-19 01:45:09 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.4-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-17 18:34:13 +00:00
|
|
|
* Wed Oct 17 2007 Doug Ledford <dledford@redhat.com> - 1.2.4-1
|
|
|
|
- Update to 1.2.4 upstream version
|
2007-10-17 19:25:14 +00:00
|
|
|
- Build against libtorque
|
|
|
|
- Pass a valid mode to open
|
|
|
|
- Resolves: bz189441, bz265141
|
2007-10-17 18:34:13 +00:00
|
|
|
|
2007-08-29 04:00:52 +00:00
|
|
|
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.2.3-5
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2007-07-16 17:42:07 +00:00
|
|
|
* Mon Jul 16 2007 Doug Ledford <dledford@redhat.com> - 1.2.3-4
|
|
|
|
- Fix a directory permission problem on the base openmpi directories
|
|
|
|
|
2007-07-12 12:12:05 +00:00
|
|
|
* Thu Jul 12 2007 Florian La Roche <laroche@redhat.com> - 1.2.3-3
|
|
|
|
- requires alternatives for various sub-rpms
|
|
|
|
|
2007-07-02 14:17:42 +00:00
|
|
|
* Mon Jul 02 2007 Doug Ledford <dledford@redhat.com> - 1.2.3-2
|
|
|
|
- Fix dangling symlink issue caused by a bad macro usage
|
|
|
|
- Resolves: bz246450
|
|
|
|
|
2007-06-28 22:06:10 +00:00
|
|
|
* Wed Jun 27 2007 Doug Ledford <dledford@redhat.com> - 1.2.3-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
- Fix file ownership on -libs package
|
|
|
|
- Take a swing at solving the multi-install compatibility issues
|
|
|
|
|
|
|
|
* Mon Feb 19 2007 Doug Ledford <dledford@redhat.com> - 1.1.1-7
|
|
|
|
- Bump version to be at least as high as the RHEL4U5 openmpi
|
|
|
|
- Integrate fixes made in RHEL4 openmpi into RHEL5 (fix a multilib conflict
|
|
|
|
for the openmpi.module file by moving from _datadir to _libdir, make sure
|
|
|
|
all sed replacements have the g flag so they replace all instances of
|
|
|
|
the marker per line, not just the first, and add a %defattr tag to the
|
|
|
|
files section of the -libs package to avoid install errors about
|
|
|
|
brewbuilder not being a user or group)
|
|
|
|
- Resolves: bz229298
|
|
|
|
|
|
|
|
* Wed Jan 17 2007 Doug Ledford <dledford@redhat.com> - 1.1.1-5
|
|
|
|
- Remove the FORTIFY_SOURCE and stack protect options
|
|
|
|
- Related: bz213075
|
|
|
|
|
|
|
|
* Fri Oct 20 2006 Doug Ledford <dledford@redhat.com> - 1.1.1-4
|
|
|
|
- Bump and build against the final openib-1.1 package
|
|
|
|
|
|
|
|
* Wed Oct 18 2006 Doug Ledford <dledford@redhat.com> - 1.1.1-3
|
|
|
|
- Fix an snprintf length bug in opal/util/cmd_line.c
|
|
|
|
- RESOLVES: rhbz#210714
|
|
|
|
|
|
|
|
* Wed Oct 18 2006 Doug Ledford <dledford@redhat.com> - 1.1.1-2
|
|
|
|
- Bump and build against openib-1.1-0.pre1.1 instead of 1.0
|
|
|
|
|
|
|
|
* Tue Oct 17 2006 Doug Ledford <dledford@redhat.com> - 1.1.1-1
|
|
|
|
- Update to upstream 1.1.1 version
|
2007-02-06 10:31:27 +00:00
|
|
|
|
2006-10-13 18:24:44 +00:00
|
|
|
* Fri Oct 13 2006 Doug Ledford <dledford@redhat.com> - 1.1-7
|
|
|
|
- ia64 can't take -m64 on the gcc command line, so don't set it there
|
|
|
|
|
2006-10-13 12:59:39 +00:00
|
|
|
* Wed Oct 11 2006 Doug Ledford <dledford@redhat.com> - 1.1-6
|
|
|
|
- Bump rev to match fc6 rev
|
|
|
|
- Fixup some issue with alternatives support
|
|
|
|
- Split the 32bit and 64bit libs ld.so.conf.d files into two files so
|
|
|
|
multilib or single lib installs both work properly
|
|
|
|
- Put libs into their own package
|
|
|
|
- Add symlinks to /usr/share/openmpi/bin%{mode} so that opal_wrapper-%{mode}
|
|
|
|
can be called even if it isn't the currently selected default method in
|
|
|
|
the alternatives setup (opal_wrapper needs to be called by mpicc, mpic++,
|
|
|
|
etc. in order to determine compile mode from argv[0]).
|
|
|
|
|
2006-08-27 17:01:44 +00:00
|
|
|
* Sun Aug 27 2006 Doug Ledford <dledford@redhat.com> - 1.1-4
|
|
|
|
- Make sure the post/preun scripts only add/remove alternatives on initial
|
|
|
|
install and final removal, otherwise don't touch.
|
|
|
|
|
|
|
|
* Fri Aug 25 2006 Doug Ledford <dledford@redhat.com> - 1.1-3
|
|
|
|
- Don't ghost the mpi.conf file as that means it will get removed when
|
|
|
|
you remove 1 out of a number of alternatives based packages
|
|
|
|
- Put the .mod file in -devel
|
|
|
|
|
2006-08-08 00:19:17 +00:00
|
|
|
* Mon Aug 7 2006 Doug Ledford <dledford@redhat.com> - 1.1-2
|
|
|
|
- Various lint cleanups
|
|
|
|
- Switch to using the standard alternatives mechanism instead of a home
|
|
|
|
grown one
|
|
|
|
|
2006-08-04 22:16:14 +00:00
|
|
|
* Wed Aug 2 2006 Doug Ledford <dledford@redhat.com> - 1.1-1
|
|
|
|
- Upgrade to 1.1
|
|
|
|
- Build with Infiniband support via openib
|
|
|
|
|
2006-06-12 20:18:02 +00:00
|
|
|
* Mon Jun 12 2006 Jason Vas Dias <jvdias@redhat.com> - 1.0.2-1
|
|
|
|
- Upgrade to 1.0.2
|
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
* Wed Feb 15 2006 Jason Vas Dias <jvdias@redhat.com> - 1.0.1-1
|
|
|
|
- Import into Fedora Core
|
|
|
|
- Resolve LAM clashes
|
|
|
|
|
|
|
|
* Wed Jan 25 2006 Orion Poplawski <orion@cora.nwra.com> - 1.0.1-2
|
|
|
|
- Use configure options to install includes and libraries
|
|
|
|
- Add ld.so.conf.d file to find libraries
|
|
|
|
- Add -fPIC for x86_64
|
|
|
|
|
|
|
|
* Tue Jan 24 2006 Orion Poplawski <orion@cora.nwra.com> - 1.0.1-1
|
|
|
|
- 1.0.1
|
|
|
|
- Use alternatives
|
|
|
|
|
|
|
|
* Sat Nov 19 2005 Ed Hill <ed@eh3.com> - 1.0-2
|
|
|
|
- fix lam conflicts
|
|
|
|
|
|
|
|
* Fri Nov 18 2005 Ed Hill <ed@eh3.com> - 1.0-1
|
|
|
|
- initial specfile created
|
|
|
|
|