2015-07-21 09:24:20 +00:00
|
|
|
Name: rpm-mpi-hooks
|
2017-04-17 18:35:05 +00:00
|
|
|
Version: 5
|
2018-02-09 13:18:13 +00:00
|
|
|
Release: 3%{?dist}
|
2015-07-21 09:24:20 +00:00
|
|
|
Summary: RPM dependency generator hooks for MPI packages
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
BuildArch: noarch
|
|
|
|
|
2015-12-22 19:07:12 +00:00
|
|
|
Source0: mpi.attr
|
2015-07-26 19:56:53 +00:00
|
|
|
Source1: mpilibsymlink.attr
|
|
|
|
Source2: mpi.prov
|
|
|
|
Source3: mpi.req
|
|
|
|
Source4: LICENSE
|
2015-07-21 09:24:20 +00:00
|
|
|
|
|
|
|
Requires: filesystem
|
|
|
|
# Instead of adding a BuildRequires to every MPI implementation spec
|
2015-12-22 19:07:12 +00:00
|
|
|
Requires: environment(modules)
|
2015-07-21 09:24:20 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
RPM dependency generator hooks for MPI packages. This package should be added
|
|
|
|
as a BuildRequires to all mpi implementations (i.e. openmpi, mpich) as well as
|
|
|
|
a Requires to the their -devel packages.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2015-07-26 19:56:53 +00:00
|
|
|
cp -a %SOURCE4 .
|
2015-07-21 09:24:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
# Nothing to build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -Dpm 0644 %{SOURCE0} %{buildroot}%{_rpmconfigdir}/fileattrs/mpi.attr
|
2015-07-26 19:56:53 +00:00
|
|
|
install -Dpm 0644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/fileattrs/mpilibsymlink.attr
|
|
|
|
install -Dpm 0755 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/mpi.prov
|
|
|
|
install -Dpm 0755 %{SOURCE3} %{buildroot}%{_rpmconfigdir}/mpi.req
|
2015-07-21 09:24:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%{_rpmconfigdir}/fileattrs/mpi.attr
|
2015-07-26 19:56:53 +00:00
|
|
|
%{_rpmconfigdir}/fileattrs/mpilibsymlink.attr
|
2015-07-21 09:24:20 +00:00
|
|
|
%{_rpmconfigdir}/mpi.req
|
|
|
|
%{_rpmconfigdir}/mpi.prov
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-02-09 13:18:13 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 13:16:15 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-04-17 18:35:05 +00:00
|
|
|
* Mon Apr 17 2017 Orion Poplawski <orion@cora.nwra.com> - 5-1
|
|
|
|
- Exclude build-id files from symlink requires path (bug #1435690)
|
|
|
|
|
2017-02-11 11:50:39 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-12 18:44:19 +00:00
|
|
|
* Thu May 12 2016 Sandro Mani <manisandro@gmail.com> 4-1
|
|
|
|
- Use RPM_BUILD_ROOT directly instead of passing it as an argument
|
|
|
|
- Use MPI_PYTHON3_SITEARCH
|
|
|
|
|
2016-02-04 22:18:04 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-08 14:41:21 +00:00
|
|
|
* Fri Jan 08 2016 Sandro Mani <manisandro@gmail.com> 3-5
|
|
|
|
- Add quotes around strings which may contain spaces
|
|
|
|
|
2015-12-22 19:07:12 +00:00
|
|
|
* Tue Dec 22 2015 Orion Poplawski <orion@cora.nwra.com> - 3-4
|
|
|
|
- Require environment(modules)
|
|
|
|
|
2015-11-02 18:21:03 +00:00
|
|
|
* Mon Nov 2 2015 Orion Poplawski <orion@cora.nwra.com> - 3-3
|
|
|
|
- Drop requires rpm-build, fileattrs now owned by rpm
|
|
|
|
|
2015-08-17 23:22:06 +00:00
|
|
|
* Mon Aug 17 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3-2
|
|
|
|
- Also handle modules for Python 3
|
|
|
|
|
2015-08-10 17:18:57 +00:00
|
|
|
* Mon Aug 10 2015 Sandro Mani <manisandro@gmail.com> 3-1
|
|
|
|
- Also handle binaries in $MPI_FORTRAN_MOD_DIR and $MPI_PYTHON_SITEARCH
|
|
|
|
|
2015-07-26 19:56:53 +00:00
|
|
|
* Sun Jul 26 2015 Sandro Mani <manisandro@gmail.com> 2-1
|
|
|
|
- Add %%__mpi_magic, %%__mpi_flags to mpi.attrs
|
|
|
|
- Add mpilibsymlink.attr
|
|
|
|
|
2015-07-21 09:24:20 +00:00
|
|
|
* Thu Jul 09 2015 Sandro Mani <manisandro@gmail.com> 1.0-4
|
|
|
|
- mpi.prov, mpi.req: Use "module -t avail" instead of "module avail"
|
|
|
|
- mpi.prov, mpi.req: Also look in moduledirs in %%buildroot
|
|
|
|
- mpi.attrs: add %%__libsymlink_exclude_path
|
|
|
|
|
|
|
|
* Thu Jul 09 2015 Sandro Mani <manisandro@gmail.com> 1.0-3
|
|
|
|
- Add LICENSE
|
|
|
|
|
|
|
|
* Thu Jul 09 2015 Sandro Mani <manisandro@gmail.com> 1.0-2
|
|
|
|
- BuildRequires: rpm -> rpm-build
|
|
|
|
- Change license to MIT
|
|
|
|
|
|
|
|
* Thu Jul 09 2015 Sandro Mani <manisandro@gmail.com> 1.0-1
|
|
|
|
- Initial package
|