2014-01-28 17:20:21 +00:00
|
|
|
%global _hardened_build 1
|
2009-04-22 15:04:12 +00:00
|
|
|
# We only compile with gcc, but other people may want other compilers.
|
|
|
|
# Set the compiler here.
|
2012-08-23 20:24:48 +00:00
|
|
|
%global opt_cc gcc
|
2009-04-22 15:04:12 +00:00
|
|
|
# Optional CFLAGS to use with the specific compiler...gcc doesn't need any,
|
|
|
|
# so uncomment and define to use
|
2012-08-23 20:26:17 +00:00
|
|
|
#global opt_cflags
|
2012-08-23 20:24:48 +00:00
|
|
|
%global opt_cxx g++
|
2012-08-23 20:26:17 +00:00
|
|
|
#global opt_cxxflags
|
2012-08-23 20:24:48 +00:00
|
|
|
%global opt_f77 gfortran
|
2012-08-23 20:26:17 +00:00
|
|
|
#global opt_fflags
|
2012-08-23 20:24:48 +00:00
|
|
|
%global opt_fc gfortran
|
2012-08-23 20:26:17 +00:00
|
|
|
#global opt_fcflags
|
2009-04-22 15:04:12 +00:00
|
|
|
|
2009-09-11 18:04:04 +00:00
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
2009-04-22 15:04:12 +00:00
|
|
|
# Optional name suffix to use...we leave it off when compiling with gcc, but
|
|
|
|
# for other compiled versions to install side by side, it will need a
|
|
|
|
# suffix in order to keep the names from conflicting.
|
2012-08-23 20:26:17 +00:00
|
|
|
#global _cc_name_suffix -gcc
|
2009-04-22 15:04:12 +00:00
|
|
|
|
2014-02-08 10:42:38 +00:00
|
|
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
2009-09-11 18:04:04 +00:00
|
|
|
Name: openmpi%{?_cc_name_suffix}
|
2015-11-05 21:08:26 +00:00
|
|
|
Version: 1.10.1
|
2015-11-10 16:36:36 +00:00
|
|
|
Release: 3%{?dist}
|
2009-04-14 20:55:48 +00:00
|
|
|
Summary: Open Message Passing Interface
|
|
|
|
Group: Development/Libraries
|
2010-03-29 19:21:50 +00:00
|
|
|
License: BSD, MIT and Romio
|
2009-04-14 20:55:48 +00:00
|
|
|
URL: http://www.open-mpi.org/
|
2012-02-15 18:43:42 +00:00
|
|
|
|
2009-09-11 18:04:04 +00:00
|
|
|
# We can't use %{name} here because of _cc_name_suffix
|
2015-07-23 22:55:18 +00:00
|
|
|
Source0: http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-%{version}.tar.bz2
|
2010-03-09 21:24:50 +00:00
|
|
|
Source1: openmpi.module.in
|
2015-08-28 01:26:49 +00:00
|
|
|
Source2: openmpi.pth.py2
|
|
|
|
Source3: openmpi.pth.py3
|
|
|
|
Source4: macros.openmpi
|
2015-11-10 16:36:36 +00:00
|
|
|
# Upstream fix for mpi4py tests
|
|
|
|
# http://www.open-mpi.org/community/lists/users/2015/11/28027.php
|
|
|
|
Patch0: http://www.open-mpi.org/community/lists/users/att-28030/nbc_copy.patch
|
2012-02-15 18:43:42 +00:00
|
|
|
|
2012-08-23 20:29:02 +00:00
|
|
|
BuildRequires: gcc-gfortran
|
2015-08-25 02:28:04 +00:00
|
|
|
%ifnarch s390
|
2012-09-13 20:56:20 +00:00
|
|
|
BuildRequires: valgrind-devel
|
2010-09-06 00:52:34 +00:00
|
|
|
%endif
|
2010-01-13 18:40:51 +00:00
|
|
|
BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0
|
2012-08-23 20:29:02 +00:00
|
|
|
BuildRequires: librdmacm-devel libibcm-devel
|
2015-07-23 22:55:18 +00:00
|
|
|
# Doesn't compile:
|
|
|
|
# vt_dyn.cc:958:28: error: 'class BPatch_basicBlockLoop' has no member named 'getLoopHead'
|
|
|
|
# loop->getLoopHead()->getStartAddress(), loop_stmts );
|
|
|
|
#BuildRequires: dyninst-devel
|
2011-11-17 22:51:10 +00:00
|
|
|
BuildRequires: hwloc-devel
|
2013-04-17 22:31:40 +00:00
|
|
|
# So configure can find lstopo
|
2015-07-23 22:55:18 +00:00
|
|
|
BuildRequires: hwloc-gui
|
2014-02-06 03:24:54 +00:00
|
|
|
BuildRequires: java-devel
|
|
|
|
BuildRequires: libevent-devel
|
2015-07-23 22:55:18 +00:00
|
|
|
BuildRequires: libfabric-devel
|
2013-04-17 22:31:40 +00:00
|
|
|
BuildRequires: papi-devel
|
2015-08-10 22:30:25 +00:00
|
|
|
BuildRequires: perl(Getopt::Long)
|
2015-08-28 01:26:49 +00:00
|
|
|
BuildRequires: python
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: libtool-ltdl-devel
|
2012-10-13 16:58:22 +00:00
|
|
|
BuildRequires: torque-devel
|
2015-07-23 22:55:18 +00:00
|
|
|
BuildRequires: zlib-devel
|
2015-07-21 16:16:48 +00:00
|
|
|
BuildRequires: rpm-mpi-hooks
|
2012-04-03 13:06:33 +00:00
|
|
|
|
2009-04-22 15:04:12 +00:00
|
|
|
Provides: mpi
|
2015-11-05 21:09:34 +00:00
|
|
|
Requires: environment(modules)
|
2014-02-06 03:54:49 +00:00
|
|
|
# openmpi currently requires ssh to run
|
|
|
|
# https://svn.open-mpi.org/trac/ompi/ticket/4228
|
|
|
|
Requires: openssh-clients
|
2015-07-23 22:55:18 +00:00
|
|
|
# otf appears to be bundled
|
|
|
|
Provides: bundled(otf) = 1.12.3
|
2006-02-17 23:09:07 +00:00
|
|
|
|
2009-09-11 18:04:04 +00:00
|
|
|
# s390 is unlikely to have the hardware we want, and some of the -devel
|
|
|
|
# packages we require aren't available there.
|
2012-04-03 13:06:33 +00:00
|
|
|
ExcludeArch: s390 s390x
|
2009-09-11 18:04:04 +00:00
|
|
|
|
2011-11-17 22:51:10 +00:00
|
|
|
# Private openmpi libraries
|
2015-08-17 23:04:41 +00:00
|
|
|
%global __provides_exclude_from %{_libdir}/openmpi/lib/(lib(mca|ompi|open-(pal|rte|trace)|otf)|openmpi/).*.so
|
2013-02-23 23:36:39 +00:00
|
|
|
%global __requires_exclude lib(mca|ompi|open-(pal|rte|trace)|otf|vt).*
|
2009-09-11 18:04:04 +00:00
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%description
|
2009-04-22 15:04:12 +00:00
|
|
|
Open MPI is an open source, freely available implementation of both the
|
2006-02-17 23:09:07 +00:00
|
|
|
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/ .
|
|
|
|
|
2009-07-21 15:08:21 +00:00
|
|
|
%package devel
|
2013-12-03 23:37:15 +00:00
|
|
|
Summary: Development files for openmpi
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}, gcc-gfortran
|
2009-07-21 15:08:21 +00:00
|
|
|
Provides: mpi-devel
|
2015-07-21 16:16:48 +00:00
|
|
|
Requires: rpm-mpi-hooks
|
2009-07-21 15:08:21 +00:00
|
|
|
|
|
|
|
%description devel
|
2014-02-06 03:24:54 +00:00
|
|
|
Contains development headers and libraries for openmpi.
|
|
|
|
|
|
|
|
%package java
|
|
|
|
Summary: Java library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-02-21 16:01:14 +00:00
|
|
|
%if 0%{?fedora} >= 20 || 0%{?rhel} >= 7
|
|
|
|
Requires: java-headless
|
|
|
|
%else
|
2014-02-06 03:24:54 +00:00
|
|
|
Requires: java
|
2014-02-21 16:01:14 +00:00
|
|
|
%endif
|
2014-02-06 03:24:54 +00:00
|
|
|
|
|
|
|
%description java
|
|
|
|
Java library.
|
|
|
|
|
|
|
|
%package java-devel
|
|
|
|
Summary: Java development files for openmpi
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-java = %{version}-%{release}
|
|
|
|
Requires: java-devel
|
|
|
|
|
|
|
|
%description java-devel
|
|
|
|
Contains development wrapper for compiling Java with openmpi.
|
2009-07-21 15:08:21 +00:00
|
|
|
|
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
|
2012-08-23 20:24:48 +00:00
|
|
|
%global namearch openmpi-%{_arch}%{?_cc_name_suffix}
|
2007-06-28 22:06:10 +00:00
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%prep
|
2015-05-06 01:24:33 +00:00
|
|
|
%setup -q -n openmpi-%{version}
|
2015-11-10 16:36:36 +00:00
|
|
|
%patch0 -p1
|
2010-07-24 16:08:26 +00:00
|
|
|
|
2010-03-29 19:21:50 +00:00
|
|
|
%build
|
2012-04-03 13:06:33 +00:00
|
|
|
./configure --prefix=%{_libdir}/%{name} \
|
2009-09-11 18:04:04 +00:00
|
|
|
--mandir=%{_mandir}/%{namearch} \
|
|
|
|
--includedir=%{_includedir}/%{namearch} \
|
|
|
|
--sysconfdir=%{_sysconfdir}/%{namearch} \
|
2012-09-13 21:25:08 +00:00
|
|
|
--disable-silent-rules \
|
2014-02-06 03:24:54 +00:00
|
|
|
--enable-mpi-java \
|
|
|
|
--with-libevent=/usr \
|
2010-01-13 18:40:51 +00:00
|
|
|
--with-sge \
|
2015-08-25 02:28:04 +00:00
|
|
|
%ifnarch s390
|
2009-09-11 18:04:04 +00:00
|
|
|
--with-valgrind \
|
2011-03-17 04:28:42 +00:00
|
|
|
--enable-memchecker \
|
2010-09-06 00:52:34 +00:00
|
|
|
%endif
|
2012-04-03 13:06:33 +00:00
|
|
|
--with-hwloc=/usr \
|
|
|
|
--with-libltdl=/usr \
|
2009-04-22 15:04:12 +00:00
|
|
|
CC=%{opt_cc} CXX=%{opt_cxx} \
|
2014-01-28 17:20:21 +00:00
|
|
|
LDFLAGS='%{__global_ldflags}' \
|
2012-09-13 21:25:08 +00:00
|
|
|
CFLAGS="%{?opt_cflags} %{!?opt_cflags:$RPM_OPT_FLAGS}" \
|
|
|
|
CXXFLAGS="%{?opt_cxxflags} %{!?opt_cxxflags:$RPM_OPT_FLAGS}" \
|
2015-03-16 16:17:47 +00:00
|
|
|
FC=%{opt_fc} FCFLAGS="%{?opt_fcflags} %{!?opt_fcflags:$RPM_OPT_FLAGS}"
|
2015-07-23 22:55:18 +00:00
|
|
|
# --with-contrib-vt-flags='CXXFLAGS="-I%{_includedir}/dyninst -L%{_libdir}/dyninst"' \
|
2012-11-11 19:05:07 +00:00
|
|
|
|
2014-01-28 17:20:21 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2006-02-17 23:09:07 +00:00
|
|
|
|
|
|
|
%install
|
2009-04-22 15:04:12 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2009-09-11 18:04:04 +00:00
|
|
|
find %{buildroot}%{_libdir}/%{name}/lib -name \*.la | xargs rm
|
|
|
|
find %{buildroot}%{_mandir}/%{namearch} -type f | xargs gzip -9
|
|
|
|
ln -s mpicc.1.gz %{buildroot}%{_mandir}/%{namearch}/man1/mpiCC.1.gz
|
|
|
|
rm -f %{buildroot}%{_mandir}/%{namearch}/man1/mpiCC.1
|
2010-10-18 21:37:46 +00:00
|
|
|
rm -f %{buildroot}%{_mandir}/%{namearch}/man1/orteCC.1*
|
2009-09-11 18:04:04 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/%{name}/share/vampirtrace/doc/opari/lacsi01.ps.gz
|
2009-09-22 18:36:00 +00:00
|
|
|
mkdir %{buildroot}%{_mandir}/%{namearch}/man{2,4,5,6,8,9,n}
|
2009-04-22 15:04:12 +00:00
|
|
|
|
|
|
|
# Make the environment-modules file
|
2012-01-20 16:35:11 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/modulefiles/mpi
|
2009-09-11 18:04:04 +00:00
|
|
|
# Since we're doing our own substitution here, use our own definitions.
|
2015-08-28 01:26:49 +00:00
|
|
|
sed 's#@LIBDIR@#%{_libdir}/%{name}#;
|
|
|
|
s#@ETCDIR@#%{_sysconfdir}/%{namearch}#;
|
|
|
|
s#@FMODDIR@#%{_fmoddir}/%{name}#;
|
|
|
|
s#@INCDIR@#%{_includedir}/%{namearch}#;
|
|
|
|
s#@MANDIR@#%{_mandir}/%{namearch}#;
|
|
|
|
s#@PY2SITEARCH@#%{python2_sitearch}/%{name}#;
|
|
|
|
s#@PY3SITEARCH@#%{python3_sitearch}/%{name}#;
|
|
|
|
s#@COMPILER@#openmpi-%{_arch}%{?_cc_name_suffix}#;
|
|
|
|
s#@SUFFIX@#%{?_cc_name_suffix}_openmpi#' \
|
|
|
|
<%{SOURCE1} \
|
|
|
|
>%{buildroot}%{_sysconfdir}/modulefiles/mpi/%{namearch}
|
2014-01-28 17:20:21 +00:00
|
|
|
|
2009-09-11 18:04:04 +00:00
|
|
|
# make the rpm config file
|
2015-08-28 01:26:49 +00:00
|
|
|
install -Dpm 644 %{SOURCE4} %{buildroot}/%{macrosdir}/macros.%{namearch}
|
2015-11-05 22:04:37 +00:00
|
|
|
|
|
|
|
# Link the fortran module to proper location
|
2015-02-13 21:00:29 +00:00
|
|
|
mkdir -p %{buildroot}/%{_fmoddir}/%{name}
|
2015-11-05 22:04:37 +00:00
|
|
|
for mod in %{buildroot}%{_libdir}/%{name}/lib/*.mod
|
|
|
|
do
|
|
|
|
modname=$(basename $mod)
|
|
|
|
ln -s ../../../%{name}/lib/${modname} %{buildroot}/%{_fmoddir}/%{name}/
|
|
|
|
done
|
2015-08-28 01:26:49 +00:00
|
|
|
|
2012-05-15 16:49:43 +00:00
|
|
|
# Remove extraneous wrapper link libraries (bug 814798)
|
|
|
|
sed -i -e s/-ldl// -e s/-lhwloc// \
|
2013-07-26 22:22:50 +00:00
|
|
|
%{buildroot}%{_libdir}/%{name}/share/openmpi/*-wrapper-data.txt
|
2012-05-15 16:49:43 +00:00
|
|
|
|
2015-08-28 01:26:49 +00:00
|
|
|
# install .pth files
|
|
|
|
mkdir -p %{buildroot}/%{python2_sitearch}/%{name}
|
|
|
|
install -pDm0644 %{SOURCE2} %{buildroot}/%{python2_sitearch}/openmpi.pth
|
|
|
|
mkdir -p %{buildroot}/%{python3_sitearch}/%{name}
|
|
|
|
install -pDm0644 %{SOURCE3} %{buildroot}/%{python3_sitearch}/openmpi.pth
|
|
|
|
|
2012-11-05 21:11:53 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%files
|
2009-07-21 15:08:21 +00:00
|
|
|
%dir %{_libdir}/%{name}
|
2009-09-11 18:04:04 +00:00
|
|
|
%dir %{_sysconfdir}/%{namearch}
|
|
|
|
%dir %{_libdir}/%{name}/bin
|
|
|
|
%dir %{_libdir}/%{name}/lib
|
|
|
|
%dir %{_libdir}/%{name}/lib/openmpi
|
|
|
|
%dir %{_mandir}/%{namearch}
|
2009-09-22 18:36:00 +00:00
|
|
|
%dir %{_mandir}/%{namearch}/man*
|
2015-08-28 01:26:49 +00:00
|
|
|
%dir %{python2_sitearch}/%{name}
|
|
|
|
%{python2_sitearch}/openmpi.pth
|
|
|
|
%dir %{python3_sitearch}/%{name}
|
|
|
|
%{python3_sitearch}/openmpi.pth
|
2009-09-11 18:04:04 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/%{namearch}/*
|
|
|
|
%{_libdir}/%{name}/bin/mpi[er]*
|
|
|
|
%{_libdir}/%{name}/bin/ompi*
|
|
|
|
%{_libdir}/%{name}/bin/opari
|
2013-08-16 15:58:42 +00:00
|
|
|
%{_libdir}/%{name}/bin/orte[-dr_]*
|
2014-03-24 19:31:24 +00:00
|
|
|
%{_libdir}/%{name}/bin/oshmem_info
|
|
|
|
%{_libdir}/%{name}/bin/oshrun
|
2009-09-11 18:04:04 +00:00
|
|
|
%{_libdir}/%{name}/bin/otf*
|
2014-03-24 19:31:24 +00:00
|
|
|
%{_libdir}/%{name}/bin/shmemrun
|
2009-09-11 18:04:04 +00:00
|
|
|
%{_libdir}/%{name}/lib/*.so.*
|
|
|
|
%{_mandir}/%{namearch}/man1/mpi[er]*
|
|
|
|
%{_mandir}/%{namearch}/man1/ompi*
|
2013-08-16 15:58:42 +00:00
|
|
|
%{_mandir}/%{namearch}/man1/orte[-dr_]*
|
2014-03-24 19:31:24 +00:00
|
|
|
%{_mandir}/%{namearch}/man1/oshmem_info*
|
2015-11-05 21:08:26 +00:00
|
|
|
%{_mandir}/%{namearch}/man1/oshrun*
|
|
|
|
%{_mandir}/%{namearch}/man1/shmemrun*
|
2009-09-11 18:04:04 +00:00
|
|
|
%{_mandir}/%{namearch}/man7/ompi*
|
|
|
|
%{_mandir}/%{namearch}/man7/orte*
|
|
|
|
%{_libdir}/%{name}/lib/openmpi/*
|
2012-10-13 16:58:22 +00:00
|
|
|
%{_sysconfdir}/modulefiles/mpi/
|
2009-09-11 18:04:04 +00:00
|
|
|
%dir %{_libdir}/%{name}/share
|
|
|
|
%dir %{_libdir}/%{name}/share/openmpi
|
|
|
|
%{_libdir}/%{name}/share/openmpi/doc
|
|
|
|
%{_libdir}/%{name}/share/openmpi/amca-param-sets
|
2010-10-18 21:37:46 +00:00
|
|
|
%{_libdir}/%{name}/share/openmpi/help*.txt
|
|
|
|
%{_libdir}/%{name}/share/openmpi/mca-btl-openib-device-params.ini
|
2013-04-17 04:38:07 +00:00
|
|
|
%{_libdir}/%{name}/share/openmpi/mca-coll-ml.config
|
2006-02-17 23:09:07 +00:00
|
|
|
|
2009-07-21 15:08:21 +00:00
|
|
|
%files devel
|
2009-09-11 18:04:04 +00:00
|
|
|
%dir %{_includedir}/%{namearch}
|
|
|
|
%dir %{_libdir}/%{name}/share/vampirtrace
|
|
|
|
%{_libdir}/%{name}/bin/mpi[cCf]*
|
|
|
|
%{_libdir}/%{name}/bin/opal_*
|
2013-08-16 15:58:42 +00:00
|
|
|
%{_libdir}/%{name}/bin/orte[cCf]*
|
2014-03-24 19:31:24 +00:00
|
|
|
%{_libdir}/%{name}/bin/osh[cf]*
|
|
|
|
%{_libdir}/%{name}/bin/shmem[cf]*
|
2013-08-16 15:58:42 +00:00
|
|
|
%{_libdir}/%{name}/bin/vt*
|
2009-09-11 18:04:04 +00:00
|
|
|
%{_includedir}/%{namearch}/*
|
2015-11-05 22:04:37 +00:00
|
|
|
%{_fmoddir}/%{name}/
|
2009-09-11 18:04:04 +00:00
|
|
|
%{_libdir}/%{name}/lib/*.so
|
|
|
|
%{_libdir}/%{name}/lib/lib*.a
|
2014-08-26 16:12:16 +00:00
|
|
|
%{_libdir}/%{name}/lib/*.mod
|
2015-03-16 16:17:47 +00:00
|
|
|
%{_libdir}/%{name}/lib/pkgconfig/
|
2009-09-11 18:04:04 +00:00
|
|
|
%{_mandir}/%{namearch}/man1/mpi[cCf]*
|
2015-11-05 21:08:26 +00:00
|
|
|
%{_mandir}/%{namearch}/man1/osh[cCf]*
|
|
|
|
%{_mandir}/%{namearch}/man1/shmem[cCf]*
|
2009-09-11 18:04:04 +00:00
|
|
|
%{_mandir}/%{namearch}/man1/opal_*
|
|
|
|
%{_mandir}/%{namearch}/man3/*
|
|
|
|
%{_mandir}/%{namearch}/man7/opal*
|
2010-01-26 17:19:37 +00:00
|
|
|
%{_libdir}/%{name}/share/openmpi/openmpi-valgrind.supp
|
2014-03-24 19:31:24 +00:00
|
|
|
%{_libdir}/%{name}/share/openmpi/*-wrapper-data.txt
|
2009-09-11 18:04:04 +00:00
|
|
|
%{_libdir}/%{name}/share/vampirtrace/*
|
2014-02-08 10:42:38 +00:00
|
|
|
%{macrosdir}/macros.%{namearch}
|
2009-07-21 15:08:21 +00:00
|
|
|
|
2014-02-06 03:24:54 +00:00
|
|
|
%files java
|
|
|
|
%{_libdir}/%{name}/lib/mpi.jar
|
|
|
|
|
|
|
|
%files java-devel
|
|
|
|
%{_libdir}/%{name}/bin/mpijavac
|
|
|
|
%{_libdir}/%{name}/bin/mpijavac.pl
|
2014-03-24 19:31:24 +00:00
|
|
|
# Currently this only contaings openmpi/javadoc
|
|
|
|
%{_libdir}/%{name}/share/doc/
|
2014-02-06 03:24:54 +00:00
|
|
|
%{_mandir}/%{namearch}/man1/mpijavac.1.gz
|
|
|
|
|
2014-03-24 19:31:24 +00:00
|
|
|
|
2006-02-17 23:09:07 +00:00
|
|
|
%changelog
|
2015-11-10 16:36:36 +00:00
|
|
|
* Tue Nov 10 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.1-3
|
|
|
|
- Add upstream patch to fix zero size message
|
|
|
|
|
2015-11-10 14:50:38 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-11-05 21:08:26 +00:00
|
|
|
* Thu Nov 5 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.1-1
|
|
|
|
- Update to 1.10.1
|
2015-11-05 21:09:34 +00:00
|
|
|
- Require environment(modules)
|
2015-11-05 22:04:37 +00:00
|
|
|
- Fixup fortran module install (bug #1154982)
|
2015-11-05 21:08:26 +00:00
|
|
|
|
2015-10-06 23:48:42 +00:00
|
|
|
* Tue Oct 6 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-3
|
|
|
|
- Do not set CFLAGS in %%_openmpi_load
|
|
|
|
|
2015-09-16 19:51:03 +00:00
|
|
|
* Wed Sep 16 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-2
|
|
|
|
- Add patch to add needed opal/util/argv.h includes
|
|
|
|
|
2015-07-23 22:55:18 +00:00
|
|
|
* Tue Sep 15 2015 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
2015-08-28 01:26:49 +00:00
|
|
|
* Thu Aug 27 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.8.8-5
|
|
|
|
- Use .pth files to set the python path (https://fedorahosted.org/fpc/ticket/563)
|
|
|
|
|
2015-07-23 22:55:18 +00:00
|
|
|
* Mon Aug 24 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.8-4
|
2015-08-25 02:28:04 +00:00
|
|
|
- Disable valgrind only on s390
|
|
|
|
|
2015-08-17 23:04:41 +00:00
|
|
|
* Mon Aug 17 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.8-3
|
|
|
|
- Do not filter libvt* provides as some dependencies link to it
|
|
|
|
|
2015-07-21 16:16:48 +00:00
|
|
|
* Mon Aug 10 2015 Sandro Mani <manisandro@gmail.com> - 1.8.8-2
|
|
|
|
- Require, BuildRequire: rpm-mpi-hooks
|
|
|
|
|
2015-08-10 21:22:55 +00:00
|
|
|
* Mon Aug 10 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.8-1
|
|
|
|
- Update to 1.8.8
|
|
|
|
- Drop atomic patch applied upstream
|
|
|
|
|
2015-07-16 01:46:02 +00:00
|
|
|
* Wed Jul 15 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.7-1
|
|
|
|
- Update to 1.8.7
|
|
|
|
|
2015-06-24 03:14:35 +00:00
|
|
|
* Tue Jun 23 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.6-1
|
|
|
|
- Update to 1.8.6
|
|
|
|
|
2015-06-18 00:01:03 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-06 01:24:33 +00:00
|
|
|
* Tue May 5 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.5-1
|
|
|
|
- Update to 1.8.5
|
|
|
|
|
2015-05-02 02:58:40 +00:00
|
|
|
* Fri May 1 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.5-0.2.rc3
|
|
|
|
- Update to 1.8.5rc3
|
|
|
|
|
2015-04-06 13:50:40 +00:00
|
|
|
* Sun Apr 5 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.5-0.1.rc1
|
|
|
|
- Update to 1.8.5rc1
|
|
|
|
|
2015-03-30 22:51:42 +00:00
|
|
|
* Mon Mar 30 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.4-7.20150324gitg9ad2aa8
|
|
|
|
- Add upstream patch to fix race/hang on 32bit machines
|
|
|
|
|
2015-03-27 14:12:08 +00:00
|
|
|
* Fri Mar 27 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.4-6.20150324gitg9ad2aa8
|
|
|
|
- Update to latest 1.8.4 snapshot
|
|
|
|
- Add upstream patch to fix atomics on 32bit
|
|
|
|
|
2015-03-23 01:15:24 +00:00
|
|
|
* Mon Mar 23 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.8.4-5.20150228gitgd83fb30
|
|
|
|
- Rebuild for fortran update (#1204420)
|
|
|
|
|
2015-03-16 16:17:47 +00:00
|
|
|
* Mon Mar 16 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.4-4.99.20150228gitgd83fb30
|
|
|
|
- Own and ship pkgconfig files, set PKG_CONFIG_PATH in modulefile (bug #1113626)
|
|
|
|
- Drop old configure settings
|
|
|
|
|
2015-03-04 15:38:30 +00:00
|
|
|
* Wed Mar 4 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.4-3.99.20150228gitgd83fb30
|
|
|
|
- Update to 1.8.4.99 snapshot
|
|
|
|
|
|
|
|
* Fri Feb 13 2015 Orion Poplawski <orion@cora.nwra.com> 1.8.4-2
|
2015-02-13 21:00:29 +00:00
|
|
|
- Fix MPI_FORTRAN_MOD_DIR (bug #1154982)
|
|
|
|
|
2014-12-23 18:35:14 +00:00
|
|
|
* Tue Dec 23 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.4-1
|
|
|
|
- Update to 1.8.4
|
|
|
|
|
2014-11-17 20:29:52 +00:00
|
|
|
* Mon Nov 17 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.3-3
|
|
|
|
- Rebuild for papi soname change
|
|
|
|
|
2014-10-03 21:39:23 +00:00
|
|
|
* Fri Oct 3 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.3-2
|
|
|
|
- Fix typo in oshmem library name
|
|
|
|
|
2014-09-28 03:21:16 +00:00
|
|
|
* Sat Sep 27 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.3-1
|
|
|
|
- Update to 1.8.3
|
|
|
|
|
2014-09-16 13:15:23 +00:00
|
|
|
* Tue Sep 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.2-2
|
|
|
|
- ppc64le now has valgrind
|
|
|
|
|
2014-08-26 15:48:53 +00:00
|
|
|
* Tue Aug 26 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.2-1
|
|
|
|
- Update to 1.8.2
|
|
|
|
|
2014-08-17 13:57:39 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-06 15:23:10 +00:00
|
|
|
* Wed Aug 6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.1-6
|
|
|
|
- Rebuild (papi)
|
|
|
|
|
2014-08-04 17:40:00 +00:00
|
|
|
* Mon Aug 4 2014 Dan Horák <dan[at]danny.cz> 1.8.1-5
|
|
|
|
- no valgrind on ppc64le yet
|
|
|
|
|
2014-08-02 09:07:30 +00:00
|
|
|
* Sat Aug 2 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.1-4
|
|
|
|
- aarch64 now has valgrind
|
|
|
|
|
2014-07-17 20:35:52 +00:00
|
|
|
* Thu Jul 17 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.1-3
|
|
|
|
- Add patch to prevent shmem wrappers from adding extra libs
|
|
|
|
|
2014-06-07 16:45:17 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-24 01:44:18 +00:00
|
|
|
* Wed Apr 23 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.1-1
|
|
|
|
- Update to 1.8.1, fixes bug #1089044
|
|
|
|
|
2014-04-02 03:49:25 +00:00
|
|
|
* Tue Apr 1 2014 Orion Poplawski <orion@cora.nwra.com> 1.8-1
|
|
|
|
- Update to 1.8
|
|
|
|
|
2014-03-26 04:37:26 +00:00
|
|
|
* Tue Mar 25 2014 Orion Poplawski <orion@cora.nwra.com> 1.7.5-2
|
|
|
|
- Update provides filter
|
|
|
|
|
2014-03-24 19:31:24 +00:00
|
|
|
* Mon Mar 24 2014 Orion Poplawski <orion@cora.nwra.com> 1.7.5-1
|
|
|
|
- Update to 1.7.5
|
|
|
|
|
2014-02-21 16:01:14 +00:00
|
|
|
* Fri Feb 21 2014 Orion Poplawski <orion@cora.nwra.com> - 1.7.4-3
|
|
|
|
- Require java-headless
|
|
|
|
|
2014-02-08 10:42:38 +00:00
|
|
|
* Sat Feb 8 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.7.4-2
|
|
|
|
- Install macros to %%{_rpmconfdir}/macros.d where available.
|
|
|
|
|
|
|
|
* Wed Feb 5 2014 Orion Poplawski <orion@cora.nwra.com> 1.7.4-1
|
2014-02-06 03:24:54 +00:00
|
|
|
- Update to 1.7.4
|
|
|
|
- Drop format patch fixed upstream
|
|
|
|
- Build against system libevent
|
|
|
|
- Build Java mpi bindings, ship in -java sub-package
|
2014-02-06 03:54:49 +00:00
|
|
|
- Add requires openssh-clients
|
2014-02-06 03:24:54 +00:00
|
|
|
|
2014-01-28 17:20:21 +00:00
|
|
|
* Tue Jan 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.7.3-5
|
|
|
|
- Drop mode/modeflag. mode no longer used, modeflag obsolete as set in CFLAGS
|
|
|
|
- Use distro LDFLAGS for hardened build
|
|
|
|
- Drop armv5tel options
|
|
|
|
- General spec cleanups
|
|
|
|
|
2014-01-17 06:01:26 +00:00
|
|
|
* Thu Jan 16 2014 Orion Poplawski <orion@cora.nwra.com> 1.7.3-4
|
|
|
|
- Rebuild with papi 5.3.0
|
|
|
|
|
2013-12-06 18:56:55 +00:00
|
|
|
* Wed Dec 4 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.7.3-3
|
|
|
|
- valgrind not currently supported on aarch64
|
|
|
|
|
2013-12-03 23:40:56 +00:00
|
|
|
* Tue Dec 3 2013 Orion Poplawski <orion@cora.nwra.com> 1.7.3-2
|
2013-12-03 23:37:15 +00:00
|
|
|
- Fix compilation with -Werror=format-security (bug #1037231)
|
|
|
|
|
2013-10-21 02:44:51 +00:00
|
|
|
* Sun Oct 20 2013 Orion Poplawski <orion@cora.nwra.com> 1.7.3-1
|
|
|
|
- Update to 1.7.3
|
|
|
|
- Upstream no longer ships license incompatible files
|
|
|
|
|
2013-08-16 15:58:42 +00:00
|
|
|
* Fri Aug 16 2013 Orion Poplawski <orion@cora.nwra.com> 1.7.2-7
|
|
|
|
- Move orte* compiler wrappers to devel sub-package (bug #997330)
|
|
|
|
|
2013-08-08 14:50:16 +00:00
|
|
|
* Thu Aug 08 2013 Dennis Gilmore <dennis@ausil.us> - 1.7.2-6
|
|
|
|
- rebuild for papi soname bump bz#995092
|
|
|
|
|
2013-08-03 10:05:42 +00:00
|
|
|
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.7.2-5
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-26 22:32:31 +00:00
|
|
|
* Fri Jul 26 2013 Orion Poplawski <orion@cora.nwra.com> 1.7.2-4
|
2013-07-26 22:22:50 +00:00
|
|
|
- Fix build issue with _cc_name_suffix (bug #986664)
|
|
|
|
|
2013-07-22 22:07:41 +00:00
|
|
|
* Mon Jul 22 2013 Deji Akingunola <dakingun@gmail.com> - 1.7.2-3
|
|
|
|
- Rebuild for papi's shared lib fix
|
|
|
|
|
2013-07-17 22:31:09 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.7.2-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-06-28 04:19:21 +00:00
|
|
|
* Thu Jun 27 2013 Orion Poplawski <orion@cora.nwra.com> 1.7.2-1
|
|
|
|
- Update to 1.7.2
|
|
|
|
|
2013-04-17 22:31:40 +00:00
|
|
|
* Wed Apr 17 2013 Orion Poplawski <orion@cora.nwra.com> 1.7.1-1
|
|
|
|
- Update to 1.7.1
|
|
|
|
- Add BR on hwloc
|
|
|
|
- Add BR on papi-devel
|
|
|
|
|
2013-04-17 03:44:53 +00:00
|
|
|
* Tue Apr 16 2013 Orion Poplawski <orion@cora.nwra.com> 1.7-1
|
|
|
|
- Update to 1.7
|
|
|
|
- Rebase patch to handle removed components
|
2013-04-17 03:57:38 +00:00
|
|
|
- Drop esmtp - no longer used
|
2013-04-17 03:44:53 +00:00
|
|
|
|
2013-02-23 23:36:39 +00:00
|
|
|
* Sat Feb 23 2013 Orion Poplawski <orion@cora.nwra.com> 1.6.4-2
|
|
|
|
- Exclude libopen-trace.* from requires
|
|
|
|
|
2013-02-22 18:40:28 +00:00
|
|
|
* Fri Feb 22 2013 Orion Poplawski <orion@cora.nwra.com> 1.6.4-1
|
|
|
|
- Update to 1.6.4
|
|
|
|
- Drop f90sover and arm-atomics patch fixed upstream
|
|
|
|
|
2013-01-29 02:20:33 +00:00
|
|
|
* Mon Jan 28 2013 Orion Poplawski <orion@cora.nwra.com> 1.6.3-7
|
|
|
|
- Make __requires_exclude more specific so we don't exclude needed libs
|
|
|
|
(bug #905263)
|
|
|
|
|
2012-11-18 16:36:37 +00:00
|
|
|
* Sun Nov 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.6.3-6
|
|
|
|
- Update atomics patch for ARM (thanks to Jon Masters)
|
|
|
|
|
2012-11-11 19:05:07 +00:00
|
|
|
* Sun Nov 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.6.3-5
|
|
|
|
- Atomics patch to fix building on ARM (thanks to Jon Masters)
|
|
|
|
|
2012-11-05 21:11:53 +00:00
|
|
|
* Mon Nov 5 2012 Orion Poplawski <orion@cora.nwra.com> 1.6.3-4
|
|
|
|
- Add patch to fix libmpi_f90.so version
|
|
|
|
- Add patch to link tests with system libltdl
|
|
|
|
- Run make check
|
|
|
|
|
2012-11-02 17:51:46 +00:00
|
|
|
* Fri Nov 2 2012 Orion Poplawski <orion@cora.nwra.com> 1.6.3-3
|
|
|
|
- Set enable-opal-multi-threads for IB support
|
|
|
|
|
2012-11-01 15:04:04 +00:00
|
|
|
* Thu Nov 1 2012 Orion Poplawski <orion@cora.nwra.com> 1.6.3-2
|
|
|
|
- Update rpm macros to use the new module location
|
|
|
|
|
2012-10-31 15:14:36 +00:00
|
|
|
* Wed Oct 31 2012 Orion Poplawski <orion@cora.nwra.com> 1.6.3-1
|
|
|
|
- Update to 1.6.3
|
|
|
|
|
2012-10-13 16:58:22 +00:00
|
|
|
* Sat Oct 13 2012 Orion Poplawski <orion@cora.nwra.com> 1.6.2-1
|
|
|
|
- Update to 1.6.2
|
|
|
|
- Add BR torque-devel to enable torque support
|
|
|
|
- Drop old module file location (bug #838467)
|
|
|
|
|
2012-09-13 21:25:08 +00:00
|
|
|
* Thu Sep 13 2012 Orion Poplawski <orion@cora.nwra.com> 1.6.1-2
|
|
|
|
- Drop adding -fPIC, no longer needed
|
|
|
|
- Set --disable-silent-rules for more verbose build logs
|
|
|
|
- Don't add opt_*flags to the wrappers
|
|
|
|
- Only use $RPM_OPT_FLAGS if not using the opt_*flags
|
|
|
|
|
2012-08-23 17:00:20 +00:00
|
|
|
* Thu Aug 23 2012 Orion Poplawski <orion@cora.nwra.com> 1.6.1-1
|
|
|
|
- Update to 1.6.1
|
|
|
|
- Drop hostfile patch applied upstream
|
|
|
|
|
2012-07-20 06:56:09 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-08-23 17:00:20 +00:00
|
|
|
* Tue May 15 2012 Orion Poplawski <orion@cora.nwra.com> 1.6-2
|
2012-05-15 22:24:18 +00:00
|
|
|
- Add patch from upstream to fix default hostfile location
|
|
|
|
|
2012-08-23 17:00:20 +00:00
|
|
|
* Tue May 15 2012 Orion Poplawski <orion@cora.nwra.com> 1.6-1
|
|
|
|
- Update to 1.6
|
2012-05-15 16:06:45 +00:00
|
|
|
- Drop arm patch, appears to be addressed upstream
|
2012-05-15 16:49:43 +00:00
|
|
|
- Remove extraneous wrapper link libraries (bug 814798)
|
2012-05-15 16:06:45 +00:00
|
|
|
|
2012-04-03 13:06:33 +00:00
|
|
|
* Tue Apr 3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.5-1
|
|
|
|
- Update to 1.5.5
|
|
|
|
|
2012-02-28 19:29:34 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-5.1
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-02-22 17:15:28 +00:00
|
|
|
* Wed Feb 22 2012 Orion Poplawski <orion@cora.nwra.com> 1.5.4-4.1
|
|
|
|
- Rebuild with hwloc 1.4
|
|
|
|
|
2012-02-15 18:43:42 +00:00
|
|
|
* Wed Feb 15 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.4-4
|
2012-02-22 17:15:28 +00:00
|
|
|
- Rebuild for hwloc soname bump
|
2012-02-15 18:43:42 +00:00
|
|
|
|
2012-01-20 16:35:11 +00:00
|
|
|
* Fri Jan 20 2012 Doug Ledford <dledford@redhat.com> - 1.5.4-3
|
|
|
|
- Move modules file to mpi directory and make it conflict with any other
|
|
|
|
mpi module (bug #651074)
|
|
|
|
|
2012-01-08 18:12:24 +00:00
|
|
|
* Sun Jan 8 2012 Orion Poplawski <orion@cora.nwra.com> 1.5.4-2
|
|
|
|
- Rebuild with gcc 4.7 (bug #772443)
|
|
|
|
|
2011-11-17 22:51:10 +00:00
|
|
|
* Thu Nov 17 2011 Orion Poplawski <orion@cora.nwra.com> 1.5.4-1
|
|
|
|
- Update to 1.5.4
|
|
|
|
- Drop dt-textrel patch fixed upstream
|
|
|
|
- Fixup handling removed files (bug #722534)
|
|
|
|
- Uses hwloc instead of plpa
|
|
|
|
- Exclude private libraries from provides/requires (bug #741104)
|
|
|
|
- Drop --enable-mpi-threads & --enable-openib-ibcm, no longer recognized
|
|
|
|
|
2011-06-18 12:59:24 +00:00
|
|
|
* Sat Jun 18 2011 Peter Robinson <pbrobinson@gmail.com> 1.5-4
|
|
|
|
- Exclude ARM platforms due to current lack of "atomic primitives" on the platform
|
|
|
|
|
2011-03-17 04:28:42 +00:00
|
|
|
* Thu Mar 17 2011 Jay Fenlason <fenlason@redhat.com> 1.5-3
|
|
|
|
- Add dt-textrel patch to close
|
|
|
|
Resolves: bz679489
|
|
|
|
- Add memchecker and esmtp support
|
|
|
|
Resolves: bz647011
|
|
|
|
|
2011-02-09 03:17:39 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-10-18 21:37:46 +00:00
|
|
|
* Mon Oct 18 2010 Jay Fenlason <fenlason@redhat.com> 1.5-1
|
|
|
|
- set MANPATH in openmpi module file
|
|
|
|
- Upgrade to 1.5
|
|
|
|
- Workaround for rhbz#617766 appears to no longer be needed for 1.5
|
|
|
|
- remove pkgconfig files in instal
|
|
|
|
- Remove orteCC.1 dangling symlink
|
|
|
|
- Adjust the files entries for share/openmpi/help* and share/openmpi/mca*
|
|
|
|
- Adjust the files entries for share/openmpi/mpi*
|
|
|
|
- Add files entry for share/openmpi/orte*.txt
|
|
|
|
|
2013-08-16 16:01:39 +00:00
|
|
|
* Sun Sep 05 2010 Dennis Gilmore <dennis@ausil.us> - 1.4.1-7
|
2010-09-06 01:10:17 +00:00
|
|
|
- disable valgrind support on sparc arches
|
2010-09-06 00:52:34 +00:00
|
|
|
|
2010-07-24 16:08:26 +00:00
|
|
|
* Sat Jul 24 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-6
|
|
|
|
- workaround for rhbz#617766
|
|
|
|
|
2010-07-22 02:46:21 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-03-29 19:21:50 +00:00
|
|
|
* Mon Mar 29 2010 Jay Fenlason <fenlason@redhat.com> - 1.4.1-4
|
|
|
|
- Update to fix licencing and packaging issues:
|
|
|
|
Use the system plpa and ltdl librarires rather than the ones in the tarball
|
|
|
|
Remove licence incompatible files from the tarball.
|
|
|
|
- update module.in to prepend-path PYTHONPATH
|
|
|
|
|
2010-03-09 21:24:50 +00:00
|
|
|
* Tue Mar 9 2010 Jay Fenlason <fenlason@redhat.com> - 1.4.1-3
|
|
|
|
- remove the pkgconfig file completely like we did in RHEL.
|
|
|
|
|
2010-01-26 22:58:04 +00:00
|
|
|
* Tue Jan 26 2010 Jay Fenlason <fenlason@redhat.com> - 1.4.1-2
|
|
|
|
- BuildRequires: python
|
|
|
|
|
2010-01-26 17:19:37 +00:00
|
|
|
* 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.
|
|
|
|
|
2010-01-15 22:54:56 +00:00
|
|
|
* 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
|
|
|
|
our module file
|
|
|
|
|
2010-01-15 13:57:11 +00:00
|
|
|
* Fri Jan 15 2010 Doug Ledford <dledford@redhat.com> - 1.4-3
|
|
|
|
- Fix pkgconfig file substitution
|
|
|
|
- Bump version so we are later than the equivalent version from Red Hat
|
|
|
|
Enterprise Linux
|
|
|
|
|
2010-01-13 18:40:51 +00:00
|
|
|
* Wed Jan 13 2010 Doug Ledford <dledford@redhat.com> - 1.4-1
|
|
|
|
- Update to latest upstream stable version
|
|
|
|
- Add support for libibcm usage
|
|
|
|
- Enable sge support via configure options since it's no longer on by default
|
|
|
|
- Add patch to resolve allreduce issue (bz538199)
|
|
|
|
- Remove no longer needed patch for Chelsio cards
|
|
|
|
|
2009-09-22 18:36:00 +00:00
|
|
|
* Tue Sep 22 2009 Jay Fenlason <fenlason@redhat.com> - 1.3.3-6
|
|
|
|
- Create and own man* directories for use by dependent packages.
|
|
|
|
|
2009-09-16 18:50:56 +00:00
|
|
|
* Wed Sep 16 2009 Jay Fenlason <fenlason@redhat.com> - 1.3.3-5
|
|
|
|
- Move the module file from %{_datadir}/Modules/modulefiles/%{namearch} to
|
|
|
|
%{_sysconfdir}/modulefiles/%{namearch} where it belongs.
|
|
|
|
- Have the -devel subpackage own the man1 and man7 directories for completeness.
|
|
|
|
- Add a blank line before the clean section.
|
|
|
|
- Remove --enable-mpirun-prefix-by-default from configure.
|
|
|
|
|
2009-09-11 18:04:04 +00:00
|
|
|
* Wed Sep 9 2009 Jay Fenlason <fenlason@redhat.com> - 1.3.3-4
|
|
|
|
- Modify packaging to conform to
|
|
|
|
https://fedoraproject.org/wiki/PackagingDrafts/MPI (bz521334).
|
|
|
|
- remove --with-ft=cr from configure, as it was apparently causing problems
|
|
|
|
for some people.
|
|
|
|
- Add librdmacm-devel and librdmacm to BuildRequires (related bz515565).
|
|
|
|
- Add openmpi-bz515567.patch to add support for the latest Chelsio device IDs
|
|
|
|
(related bz515567).
|
|
|
|
- Add exclude-arch (s390 s390x) because we don't have required -devel packages
|
|
|
|
there.
|
|
|
|
|
2009-07-25 20:49:36 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-21 16:36:29 +00:00
|
|
|
* Tue Jul 21 2009 Doug Ledford <dledford@redhat.com> - 1.3.3-2
|
|
|
|
- Add MPI_BIN and MPI_LIB to the modules file (related bz511099)
|
|
|
|
|
2009-07-21 15:08:21 +00:00
|
|
|
* Tue Jul 21 2009 Doug Ledford <dledford@redhat.com> - 1.3.3-1
|
|
|
|
- Make sure all created dirs are owned (bz474677)
|
|
|
|
- Fix loading of pkgconfig file (bz476844)
|
|
|
|
- Resolve file conflict between us and libotf (bz496131)
|
|
|
|
- Resolve dangling symlinks issue (bz496909)
|
|
|
|
- Resolve unexpanded %%{mode} issues (bz496911)
|
|
|
|
- Restore -devel subpackage (bz499851)
|
|
|
|
- Make getting the default openmpi devel environment easier (bz504357)
|
|
|
|
- Make the -devel package pull in the base package (bz459458)
|
|
|
|
- Make it easier to use alternative compilers to build package (bz246484)
|
|
|
|
|
2009-07-18 17:20:38 +00:00
|
|
|
* Sat Jul 18 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.3.1-4
|
|
|
|
- Add Provides: openmpi-devel to fix other package builds in rawhide.
|
|
|
|
|
2009-05-08 20:18:34 +00:00
|
|
|
* Fri May 08 2009 Lubomir Rintel <lkundrak@v3.sk> - 1.3.1-3
|
|
|
|
- Treat i586 the same way as i386
|
|
|
|
|
2009-04-22 15:04:12 +00:00
|
|
|
* Wed Apr 22 2009 Doug Ledford <dledford@redhat.com> - 1.3.1-2
|
|
|
|
- fixed broken update
|
|
|
|
- Resolves: bz496909, bz496131, bz496911
|
|
|
|
|
2009-04-14 20:55:48 +00:00
|
|
|
* Tue Apr 14 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3.1-1
|
|
|
|
- update to 1.3.1, cleanup alternatives, spec, make new vt subpackage
|
|
|
|
|
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
|
2009-04-14 20:55:48 +00:00
|
|
|
the marker per line, not just the first, and add a %%defattr tag to the
|
2007-06-28 22:06:10 +00:00
|
|
|
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
|
2009-04-14 20:55:48 +00:00
|
|
|
- Add symlinks to /usr/share/openmpi/bin%%{mode} so that opal_wrapper-%%{mode}
|
2006-10-13 12:59:39 +00:00
|
|
|
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
|
|
|
|
|