2015-12-01 20:59:32 +00:00
|
|
|
Summary: A high-performance implementation of MPI
|
|
|
|
Name: mpich
|
2017-11-12 07:59:41 +00:00
|
|
|
Version: 3.2.1
|
2017-11-12 12:07:10 +00:00
|
|
|
Release: 2%{?dist}
|
2015-12-01 20:59:32 +00:00
|
|
|
License: MIT
|
|
|
|
URL: http://www.mpich.org/
|
|
|
|
|
|
|
|
Source0: http://www.mpich.org/static/downloads/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source1: mpich.macros
|
|
|
|
Source2: mpich.pth.py2
|
|
|
|
Source3: mpich.pth.py3
|
|
|
|
Patch0: mpich-modules.patch
|
2015-12-09 00:09:01 +00:00
|
|
|
Patch3: 0003-soften-version-check.patch
|
2013-07-19 16:31:27 +00:00
|
|
|
|
2015-12-01 20:59:32 +00:00
|
|
|
BuildRequires: gcc-gfortran
|
2014-02-21 14:51:49 +00:00
|
|
|
BuildRequires: hwloc-devel >= 1.8
|
2016-03-30 16:36:08 +00:00
|
|
|
%ifnarch s390 %{mips}
|
2015-12-01 20:59:32 +00:00
|
|
|
BuildRequires: valgrind-devel
|
2013-07-19 16:31:27 +00:00
|
|
|
%endif
|
2015-08-27 21:35:04 +00:00
|
|
|
# For python[23]_sitearch
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python3-devel
|
2015-07-26 21:17:27 +00:00
|
|
|
BuildRequires: rpm-mpi-hooks
|
2015-11-16 15:28:35 +00:00
|
|
|
BuildRequires: automake
|
2015-12-01 20:59:32 +00:00
|
|
|
Provides: mpi
|
|
|
|
Provides: mpich2 = %{version}
|
|
|
|
Obsoletes: mpich2 < 3.0
|
|
|
|
Requires: environment(modules)
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
MPICH is a high-performance and widely portable implementation of the Message
|
|
|
|
Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3). The goals of MPICH
|
|
|
|
are: (1) to provide an MPI implementation that efficiently supports different
|
|
|
|
computation and communication platforms including commodity clusters (desktop
|
|
|
|
systems, shared-memory systems, multicore architectures), high-speed networks
|
|
|
|
(10 Gigabit Ethernet, InfiniBand, Myrinet, Quadrics) and proprietary high-end
|
|
|
|
computing systems (Blue Gene, Cray) and (2) to enable cutting-edge research in
|
|
|
|
MPI through an easy-to-extend modular framework for other derived
|
|
|
|
implementations.
|
|
|
|
|
|
|
|
The mpich binaries in this RPM packages were configured to use the default
|
|
|
|
process manager (Hydra) using the default device (ch3). The ch3 device
|
|
|
|
was configured with support for the nemesis channel that allows for
|
|
|
|
shared-memory and TCP/IP sockets based communication.
|
|
|
|
|
|
|
|
This build also include support for using the 'module environment' to select
|
|
|
|
which MPI implementation to use when multiple implementations are installed.
|
|
|
|
If you want MPICH support to be automatically loaded, you need to install the
|
|
|
|
mpich-autoload package.
|
|
|
|
|
|
|
|
%package autoload
|
2015-12-01 20:59:32 +00:00
|
|
|
Summary: Load mpich automatically into profile
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: mpich = %{version}-%{release}
|
|
|
|
Provides: mpich2-autoload = 3.0.1
|
|
|
|
Obsoletes: mpich2-autoload < 3.0
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
%description autoload
|
|
|
|
This package contains profile files that make mpich automatically loaded.
|
|
|
|
|
|
|
|
%package devel
|
2015-12-01 20:59:32 +00:00
|
|
|
Summary: Development files for mpich
|
|
|
|
Group: Development/Libraries
|
|
|
|
Provides: %{name}-devel-static = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: gcc-gfortran
|
|
|
|
Requires: rpm-mpi-hooks
|
|
|
|
Provides: mpich2-devel = 3.0.1
|
|
|
|
Obsoletes: mpich2-devel < 3.0
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Contains development headers and libraries for mpich
|
|
|
|
|
|
|
|
%package doc
|
2015-12-01 20:59:32 +00:00
|
|
|
Summary: Documentations and examples for mpich
|
|
|
|
Group: Documentation
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
Provides: mpich2-doc = 3.0.1
|
|
|
|
Obsoletes: mpich2-doc < 3.0
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
Contains documentations, examples and man-pages for mpich
|
|
|
|
|
2016-11-02 17:32:19 +00:00
|
|
|
%package -n python2-mpich
|
|
|
|
Summary: mpich support for Python 2
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description -n python2-mpich
|
|
|
|
mpich support for Python 2.
|
|
|
|
|
|
|
|
%package -n python3-mpich
|
|
|
|
Summary: mpich support for Python 3
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description -n python3-mpich
|
|
|
|
mpich support for Python 3.
|
|
|
|
|
2013-07-19 16:31:27 +00:00
|
|
|
# We only compile with gcc, but other people may want other compilers.
|
|
|
|
# Set the compiler here.
|
|
|
|
%{!?opt_cc: %global opt_cc gcc}
|
|
|
|
%{!?opt_fc: %global opt_fc gfortran}
|
|
|
|
%{!?opt_f77: %global opt_f77 gfortran}
|
|
|
|
# Optional CFLAGS to use with the specific compiler...gcc doesn't need any,
|
|
|
|
# so uncomment and undefine to NOT use
|
|
|
|
%{!?opt_cc_cflags: %global opt_cc_cflags %{optflags}}
|
|
|
|
%{!?opt_fc_fflags: %global opt_fc_fflags %{optflags}}
|
2015-08-27 21:34:05 +00:00
|
|
|
#%%{!?opt_fc_fflags: %%global opt_fc_fflags %%{optflags} -I%%{_fmoddir}}
|
2013-07-19 16:31:27 +00:00
|
|
|
%{!?opt_f77_fflags: %global opt_f77_fflags %{optflags}}
|
|
|
|
|
|
|
|
%ifarch s390
|
|
|
|
%global m_option -m31
|
|
|
|
%else
|
|
|
|
%global m_option -m%{__isa_bits}
|
|
|
|
%endif
|
|
|
|
|
2016-03-30 16:36:08 +00:00
|
|
|
%ifarch %{arm} aarch64 %{mips}
|
2013-07-19 16:31:27 +00:00
|
|
|
%global m_option ""
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%global selected_channels ch3:nemesis
|
|
|
|
|
2014-01-07 00:00:44 +00:00
|
|
|
%ifarch %{ix86} x86_64 s390 %{arm} aarch64
|
2013-07-19 16:31:27 +00:00
|
|
|
%global XFLAGS -fPIC
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
2015-11-16 15:28:35 +00:00
|
|
|
%autosetup -p1
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
%build
|
2015-12-01 20:59:32 +00:00
|
|
|
%configure \
|
|
|
|
--enable-sharedlibs=gcc \
|
|
|
|
--enable-shared \
|
|
|
|
--enable-static=no \
|
|
|
|
--enable-lib-depend \
|
|
|
|
--disable-rpath \
|
|
|
|
--disable-silent-rules \
|
|
|
|
--enable-fc \
|
|
|
|
--with-device=%{selected_channels} \
|
|
|
|
--with-pm=hydra:gforker \
|
|
|
|
--includedir=%{_includedir}/%{name}-%{_arch} \
|
|
|
|
--bindir=%{_libdir}/%{name}/bin \
|
|
|
|
--libdir=%{_libdir}/%{name}/lib \
|
|
|
|
--datadir=%{_datadir}/%{name} \
|
|
|
|
--mandir=%{_mandir}/%{name}-%{_arch} \
|
|
|
|
--docdir=%{_datadir}/%{name}/doc \
|
|
|
|
--htmldir=%{_datadir}/%{name}/doc \
|
|
|
|
--with-hwloc-prefix=system \
|
|
|
|
FC=%{opt_fc} \
|
|
|
|
F77=%{opt_f77} \
|
|
|
|
CFLAGS="%{m_option} -O2 %{?XFLAGS}" \
|
|
|
|
CXXFLAGS="%{m_option} -O2 %{?XFLAGS}" \
|
|
|
|
FCFLAGS="%{m_option} -O2 %{?XFLAGS}" \
|
|
|
|
FFLAGS="%{m_option} -O2 %{?XFLAGS}" \
|
|
|
|
LDFLAGS='-Wl,-z,noexecstack' \
|
|
|
|
MPICHLIB_CFLAGS="%{?opt_cc_cflags}" \
|
|
|
|
MPICHLIB_CXXFLAGS="%{optflags}" \
|
|
|
|
MPICHLIB_FCFLAGS="%{?opt_fc_fflags}" \
|
|
|
|
MPICHLIB_FFLAGS="%{?opt_f77_fflags}"
|
|
|
|
# MPICHLIB_LDFLAGS='-Wl,-z,noexecstack' \
|
|
|
|
# MPICH_MPICC_FLAGS="%{m_option} -O2 %{?XFLAGS}" \
|
|
|
|
# MPICH_MPICXX_FLAGS="%{m_option} -O2 %{?XFLAGS}" \
|
|
|
|
# MPICH_MPIFC_FLAGS="%{m_option} -O2 %{?XFLAGS}" \
|
|
|
|
# MPICH_MPIF77_FLAGS="%{m_option} -O2 %{?XFLAGS}"
|
|
|
|
# --with-openpa-prefix=embedded \
|
|
|
|
|
|
|
|
# FCFLAGS="%{?opt_fc_fflags} -I%{_fmoddir}/%{name} %{?XFLAGS}" \
|
2013-07-19 16:31:27 +00:00
|
|
|
|
2017-11-12 12:14:04 +00:00
|
|
|
# Remove rpath
|
|
|
|
sed -r -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -r -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
2013-07-19 16:31:27 +00:00
|
|
|
#Try and work around 'unused-direct-shlib-dependency' rpmlint warnning
|
2017-11-12 12:14:04 +00:00
|
|
|
sed -i -e 's| -shared | -Wl,--as-needed\0|g' libtool
|
2013-07-19 16:31:27 +00:00
|
|
|
|
2017-11-12 07:59:41 +00:00
|
|
|
%make_build VERBOSE=1
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
%install
|
2015-11-16 16:24:53 +00:00
|
|
|
%make_install
|
2013-07-19 16:31:27 +00:00
|
|
|
|
2017-11-12 12:07:10 +00:00
|
|
|
mkdir -p %{buildroot}%{_fmoddir}/%{name}
|
|
|
|
mv %{buildroot}%{_includedir}/%{name}-*/*.mod %{buildroot}%{_fmoddir}/%{name}/
|
|
|
|
sed -r -i 's|^modincdir=.*|modincdir=%{_fmoddir}/%{name}|' %{buildroot}%{_libdir}/%{name}/bin/mpifort
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
# Install the module file
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/modulefiles/mpi
|
2015-11-16 16:24:53 +00:00
|
|
|
sed -r 's|%{_bindir}|%{_libdir}/%{name}/bin|;
|
|
|
|
s|@LIBDIR@|%{_libdir}/%{name}|;
|
|
|
|
s|@MPINAME@|%{name}|;
|
|
|
|
s|@py2sitearch@|%{python2_sitearch}|;
|
|
|
|
s|@py3sitearch@|%{python3_sitearch}|;
|
|
|
|
s|@ARCH@|%{_arch}|;
|
|
|
|
s|@fortranmoddir@|%{_fmoddir}|;
|
|
|
|
' \
|
2015-08-27 21:34:05 +00:00
|
|
|
<src/packaging/envmods/mpich.module \
|
|
|
|
>%{buildroot}%{_sysconfdir}/modulefiles/mpi/%{name}-%{_arch}
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
|
2015-11-16 16:24:53 +00:00
|
|
|
cat >%{buildroot}%{_sysconfdir}/profile.d/mpich-%{_arch}.sh <<EOF
|
2013-07-19 16:31:27 +00:00
|
|
|
# Load mpich environment module
|
|
|
|
module load mpi/%{name}-%{_arch}
|
|
|
|
EOF
|
|
|
|
cp -p %{buildroot}%{_sysconfdir}/profile.d/mpich-%{_arch}.{sh,csh}
|
2015-12-01 20:59:32 +00:00
|
|
|
|
2014-02-21 17:18:38 +00:00
|
|
|
# Install the RPM macros
|
2015-08-27 21:34:05 +00:00
|
|
|
install -pDm0644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name}
|
|
|
|
|
2015-08-27 21:35:04 +00:00
|
|
|
# Install the .pth files
|
|
|
|
mkdir -p %{buildroot}%{python2_sitearch}/%{name}
|
|
|
|
install -pDm0644 %{SOURCE2} %{buildroot}%{python2_sitearch}/%{name}.pth
|
|
|
|
mkdir -p %{buildroot}%{python3_sitearch}/%{name}
|
|
|
|
install -pDm0644 %{SOURCE3} %{buildroot}%{python3_sitearch}/%{name}.pth
|
2013-07-19 16:31:27 +00:00
|
|
|
|
2015-08-27 21:34:05 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
2013-07-19 16:31:27 +00:00
|
|
|
|
2013-08-23 22:54:00 +00:00
|
|
|
%check
|
2015-03-23 02:18:51 +00:00
|
|
|
make check VERBOSE=1
|
2013-08-23 22:54:00 +00:00
|
|
|
|
2013-07-19 16:31:27 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2015-08-27 21:34:05 +00:00
|
|
|
%license COPYRIGHT
|
|
|
|
%doc CHANGES README README.envvar RELEASE_NOTES
|
2013-07-19 16:31:27 +00:00
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%dir %{_libdir}/%{name}/lib
|
|
|
|
%dir %{_libdir}/%{name}/bin
|
|
|
|
%{_libdir}/%{name}/lib/*.so.*
|
2017-11-12 12:07:10 +00:00
|
|
|
%{_libdir}/%{name}/bin/hydra*
|
|
|
|
%{_libdir}/%{name}/bin/mpichversion
|
|
|
|
%{_libdir}/%{name}/bin/mpiexec*
|
|
|
|
%{_libdir}/%{name}/bin/mpirun
|
|
|
|
%{_libdir}/%{name}/bin/mpivars
|
|
|
|
%{_libdir}/%{name}/bin/parkill
|
2015-11-16 16:38:49 +00:00
|
|
|
%dir %{_mandir}/%{name}-%{_arch}
|
|
|
|
%doc %{_mandir}/%{name}-%{_arch}/man1/
|
2013-07-19 16:31:27 +00:00
|
|
|
%{_sysconfdir}/modulefiles/mpi/
|
|
|
|
|
|
|
|
%files autoload
|
|
|
|
%{_sysconfdir}/profile.d/mpich-%{_arch}.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/%{name}-%{_arch}/
|
2015-03-11 18:28:47 +00:00
|
|
|
%{_libdir}/%{name}/lib/pkgconfig/
|
2013-07-19 16:31:27 +00:00
|
|
|
%{_libdir}/%{name}/lib/*.so
|
2017-11-12 12:07:10 +00:00
|
|
|
%{_libdir}/%{name}/bin/mpicc
|
|
|
|
%{_libdir}/%{name}/bin/mpic++
|
|
|
|
%{_libdir}/%{name}/bin/mpicxx
|
|
|
|
%{_libdir}/%{name}/bin/mpif77
|
|
|
|
%{_libdir}/%{name}/bin/mpif90
|
|
|
|
%{_libdir}/%{name}/bin/mpifort
|
2015-11-16 16:24:53 +00:00
|
|
|
%{_fmoddir}/%{name}/
|
2014-02-21 17:18:38 +00:00
|
|
|
%{_rpmconfigdir}/macros.d/macros.%{name}
|
2015-11-16 18:06:19 +00:00
|
|
|
%{_mandir}/%{name}-%{_arch}/man3/
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
%files doc
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}/doc/
|
|
|
|
|
2016-11-02 17:32:19 +00:00
|
|
|
%files -n python2-mpich
|
|
|
|
%dir %{python2_sitearch}/%{name}
|
|
|
|
%{python2_sitearch}/%{name}.pth
|
|
|
|
|
|
|
|
%files -n python3-mpich
|
|
|
|
%dir %{python3_sitearch}/%{name}
|
|
|
|
%{python3_sitearch}/%{name}.pth
|
|
|
|
|
2013-07-19 16:31:27 +00:00
|
|
|
%changelog
|
2017-11-12 12:07:10 +00:00
|
|
|
* Sun Nov 12 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.1-2
|
|
|
|
- Update $modincdir in mpifort after moving .mod files (#1301533)
|
|
|
|
- Move compiler wrappers to mpich-devel (#1353621)
|
2017-11-12 12:14:04 +00:00
|
|
|
- Remove bogus rpath (#1361586)
|
2017-11-12 12:07:10 +00:00
|
|
|
|
2017-11-12 07:59:41 +00:00
|
|
|
* Sun Nov 12 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.1-1
|
|
|
|
- Update to latest bugfix release (#1512188)
|
|
|
|
|
2017-08-03 03:37:25 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 22:20:41 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 21:46:17 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.2-7
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-11-02 17:32:19 +00:00
|
|
|
* Wed Nov 2 2016 Orion Poplawski <orion@cora.nwra.com> - 3.2-7
|
|
|
|
- Split python support into sub-packages
|
|
|
|
|
2016-03-30 16:36:08 +00:00
|
|
|
* Wed Mar 30 2016 Michal Toman <mtoman@fedoraproject.org> - 3.2-6
|
|
|
|
- Fix build on MIPS
|
|
|
|
|
2016-02-04 08:48:24 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-22 15:41:47 +00:00
|
|
|
* Fri Jan 22 2016 Orion Poplawski <orion@cora.nwra.com> - 3.2-4
|
|
|
|
- Add patch to allow -host localhost to work on builders
|
|
|
|
|
2016-01-21 03:41:10 +00:00
|
|
|
* Wed Jan 20 2016 Orion Poplawski <orion@cora.nwra.com> - 3.2-3
|
|
|
|
- Use nemesis channel on all platforms
|
|
|
|
|
2015-12-09 00:09:01 +00:00
|
|
|
* Wed Dec 9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2-2
|
|
|
|
- Soften version check (#1289779)
|
|
|
|
|
2015-11-16 15:28:35 +00:00
|
|
|
* Tue Dec 1 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2-1
|
|
|
|
- Update to latest version
|
|
|
|
|
2015-11-16 20:24:27 +00:00
|
|
|
* Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.1.4-9
|
|
|
|
- Update requires and fix MPI_FORTRAN_MOD_DIR var
|
|
|
|
|
2015-11-16 16:24:53 +00:00
|
|
|
* Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.1.4-8
|
|
|
|
- Move fortran .mod files to %%{_fmoddir}/mpich (#1154991)
|
2015-11-16 16:38:49 +00:00
|
|
|
- Move man pages to arch-specific dir (#1264359)
|
2015-11-16 16:24:53 +00:00
|
|
|
|
2015-11-10 14:48:13 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-08-27 21:34:05 +00:00
|
|
|
* Thu Aug 27 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.1.4-6
|
2015-08-27 21:35:04 +00:00
|
|
|
- Use .pth files to set the python path (https://fedorahosted.org/fpc/ticket/563)
|
2015-08-27 21:34:05 +00:00
|
|
|
- Cleanups to the spec file
|
|
|
|
|
2015-07-26 21:17:27 +00:00
|
|
|
* Sun Jul 26 2015 Sandro Mani <manisandro@gmail.com> - 3.1.4-5
|
|
|
|
- Require, BuildRequire: rpm-mpi-hooks
|
|
|
|
|
2015-06-17 21:07:43 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-09 17:02:07 +00:00
|
|
|
* Sat May 9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.1.4-3
|
|
|
|
- Change MPI_SYCONFIG to /etc/mpich-x86_64 (#1196728)
|
|
|
|
|
2015-03-13 20:52:47 +00:00
|
|
|
* Fri Mar 13 2015 Orion Poplawski <orion@cora.nwra.com> - 3.1.4-2
|
|
|
|
- Set PKG_CONFIG_DIR (bug #1113627)
|
|
|
|
- Fix modulefile names and python paths (bug#1201343)
|
|
|
|
|
2015-03-11 18:28:47 +00:00
|
|
|
* Wed Mar 11 2015 Orion Poplawski <orion@cora.nwra.com> - 3.1.4-1
|
|
|
|
- Update to 3.1.4
|
|
|
|
- Own and set PKG_CONFIG_DIR (bug #1113627)
|
|
|
|
- Do not ship old modulefile location (bug #921534)
|
|
|
|
|
2014-08-17 10:29:18 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 11:17:27 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-21 17:18:38 +00:00
|
|
|
* Fri Feb 21 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.1-2
|
|
|
|
- Install rpm macros to %%{_rpmconfigdir}/macros.d as non-%%config.
|
|
|
|
|
2014-02-21 07:11:53 +00:00
|
|
|
* Fri Feb 21 2014 Deji Akingunola <dakingun@gmail.com> - 3.1-1
|
|
|
|
- Update to 3.1
|
|
|
|
|
2014-01-07 00:00:44 +00:00
|
|
|
* Mon Jan 6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.0.4-7
|
|
|
|
- Set the aarch64 compiler options
|
|
|
|
|
2013-12-13 11:35:58 +00:00
|
|
|
* Fri Dec 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.0.4-6
|
|
|
|
- Now have valgrind on ARMv7
|
|
|
|
- No valgrind on aarch64
|
|
|
|
|
2013-08-23 22:54:00 +00:00
|
|
|
* Fri Aug 23 2013 Orion Poplawski <orion@cora.nwra.com> - 3.0.4-5
|
|
|
|
- Add %%check
|
|
|
|
|
2013-08-03 11:58:56 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-21 22:27:45 +00:00
|
|
|
* Sat Jul 20 2013 Deji Akingunola <dakingun@gmail.com> - 3.0.4-3
|
2015-12-01 20:59:32 +00:00
|
|
|
- Add proper Provides and Obsoletes for the sub-packages
|
2013-07-21 22:27:45 +00:00
|
|
|
|
2013-07-19 16:31:27 +00:00
|
|
|
* Thu Jul 18 2013 Deji Akingunola <dakingun@gmail.com> - 3.0.4-2
|
2015-12-01 20:59:32 +00:00
|
|
|
- Fix some of the rpmlint warnings from package review (BZ #973493)
|
2013-07-19 16:31:27 +00:00
|
|
|
|
|
|
|
* Wed Jun 12 2013 Deji Akingunola <dakingun@gmail.com> - 3.0.4-1
|
|
|
|
- Update to 3.0.4
|
|
|
|
|
|
|
|
* Thu Feb 21 2013 Deji Akingunola <dakingun@gmail.com> - 3.0.2-1
|
|
|
|
- Update to 3.0.2
|
|
|
|
- Rename to mpich.
|
|
|
|
- Drop check for old alternatives' installation
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Nov 1 2012 Orion Poplawski <orion@cora.nwra.com> - 1.5-1
|
|
|
|
- Update to 1.5
|
|
|
|
- Drop destdir-fix and mpicxx-und patches
|
|
|
|
- Update rpm macros to use the new module location
|
|
|
|
|
|
|
|
* Wed Oct 31 2012 Orion Poplawski <orion@cora.nwra.com> - 1.4.1p1-9
|
|
|
|
- Install module file in mpi subdirectory and conflict with other mpi modules
|
|
|
|
- Leave existing module file location for backwards compatibility for a while
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1p1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Feb 15 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.1p1-7
|
|
|
|
- Rebuild for new hwloc
|
|
|
|
|
|
|
|
* Wed Feb 15 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.4.1p1-6
|
|
|
|
- Update ARM build configuration
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1p1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Jan 2 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.4.1p1-4
|
|
|
|
- Bump spec.
|
|
|
|
|
|
|
|
* Wed Nov 16 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.4.1p1-3
|
|
|
|
- Comply to MPI guidelines by separating autoloading into separate package
|
|
|
|
(BZ #647147).
|
|
|
|
|
|
|
|
* Tue Oct 18 2011 Deji Akingunola <dakingun@gmail.com> - 1.4.1p1-2
|
|
|
|
- Rebuild for hwloc soname bump.
|
|
|
|
|
|
|
|
* Sun Sep 11 2011 Deji Akingunola <dakingun@gmail.com> - 1.4.1p1-1
|
|
|
|
- Update to 1.4.1p1 patch update
|
|
|
|
- Add enable-lib-depend to configure flags
|
|
|
|
|
|
|
|
* Sat Aug 27 2011 Deji Akingunola <dakingun@gmail.com> - 1.4.1-1
|
|
|
|
- Update to 1.4.1 final
|
|
|
|
- Drop the mpd subpackage, the PM is no longer supported upstream
|
|
|
|
- Fix undefined symbols in libmpichcxx (again) (#732926)
|
|
|
|
|
|
|
|
* Wed Aug 03 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.4-2
|
|
|
|
- Respect environment module guidelines wrt placement of module file.
|
|
|
|
|
|
|
|
* Fri Jun 17 2011 Deji Akingunola <dakingun@gmail.com> - 1.4-1
|
|
|
|
- Update to 1.4 final
|