import libpsm2-11.2.230-1.el8.1
This commit is contained in:
parent
d808da1608
commit
054ebd9cb9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libpsm2-11.2.206.tar.gz
|
SOURCES/PSM2_11.2.230.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
c22fc122ad0ca443c16635edb7058f5594908e0d SOURCES/libpsm2-11.2.206.tar.gz
|
860a7dbf44cefd30ebfe1bcf9f9192857bfdbd5d SOURCES/PSM2_11.2.230.tar.gz
|
||||||
|
@ -52,17 +52,12 @@
|
|||||||
#
|
#
|
||||||
Summary: Intel PSM Libraries
|
Summary: Intel PSM Libraries
|
||||||
Name: libpsm2
|
Name: libpsm2
|
||||||
Version: 11.2.206
|
Version: 11.2.230
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.1
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
URL: https://github.com/intel/opa-psm2
|
URL: https://github.com/cornelisnetworks/opa-psm2/
|
||||||
|
|
||||||
# The tarball can be created by:
|
Source0: https://github.com/cornelisnetworks/opa-psm2/archive/refs/tags/PSM2_%{version}.tar.gz
|
||||||
# git clone https://github.com/intel/opa-psm2.git
|
|
||||||
# cd opa-psm2
|
|
||||||
# git checkout c3a7d9468d5623c0164b783346bada8664a9a2c9
|
|
||||||
# make dist
|
|
||||||
Source0: %{name}-%{version}.tar.gz
|
|
||||||
|
|
||||||
# The OPA product is supported on x86_64 only:
|
# The OPA product is supported on x86_64 only:
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
@ -70,6 +65,7 @@ BuildRequires: libuuid-devel
|
|||||||
BuildRequires: numactl-devel
|
BuildRequires: numactl-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
Obsoletes: hfi1-psm < 1.0.0
|
Obsoletes: hfi1-psm < 1.0.0
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -100,18 +96,23 @@ Development files for the Intel PSM library
|
|||||||
Support for MPIs linked with PSM versions < 2
|
Support for MPIs linked with PSM versions < 2
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n opa-psm2-PSM2_%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{set_build_flags}
|
%{set_build_flags}
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%if 0%{?fedora}
|
||||||
|
export DISTRO=fedora
|
||||||
|
%endif
|
||||||
|
%if 0%{?rhel}
|
||||||
|
export DISTRO=rhel
|
||||||
|
%endif
|
||||||
%make_install
|
%make_install
|
||||||
rm -f %{buildroot}%{_libdir}/*.a
|
rm -f %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -141,6 +142,14 @@ rm -f %{buildroot}%{_libdir}/*.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 11.2.230-1.1
|
||||||
|
- Disable the gating test that does not work without hfi1 hardware.
|
||||||
|
- Resolves: rhbz#2110923
|
||||||
|
|
||||||
|
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 11.2.230-1
|
||||||
|
- Rebase to upstream release 11.2.230
|
||||||
|
- Resolves: rhbz#2110923
|
||||||
|
|
||||||
* Tue Dec 07 2021 Honggang Li <honli@redhat.com> - 11.2.206-1
|
* Tue Dec 07 2021 Honggang Li <honli@redhat.com> - 11.2.206-1
|
||||||
- Rebase to latest upstream release 11.2.206
|
- Rebase to latest upstream release 11.2.206
|
||||||
- Resolves: bz1989162
|
- Resolves: bz1989162
|
||||||
|
Loading…
Reference in New Issue
Block a user