import fabtests-1.15.1-1.el8
This commit is contained in:
parent
0cc7c19cbe
commit
aa796a9e02
@ -1 +1 @@
|
|||||||
f62d467c2dd751290f8771cae9f3b6c5ce01d688 SOURCES/fabtests-1.14.0.tar.bz2
|
9960b5dcc9a3028f6644e21db0dbc651a250e726 SOURCES/fabtests-1.15.1.tar.bz2
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/fabtests-1.14.0.tar.bz2
|
SOURCES/fabtests-1.15.1.tar.bz2
|
||||||
|
@ -14,7 +14,7 @@ index aba23be6f..73f55d07b 100755
|
|||||||
+++ b/fabtests/scripts/runfabtests.sh
|
+++ b/fabtests/scripts/runfabtests.sh
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-#!/usr/bin/env bash
|
-#!/usr/bin/env bash
|
||||||
+#!/usr/bin/bash
|
+#!/bin/bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017-2019, Intel Corporation. All rights reserved.
|
# Copyright (c) 2017-2019, Intel Corporation. All rights reserved.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.14.0
|
Version: 1.15.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Test suite for libfabric API
|
Summary: Test suite for libfabric API
|
||||||
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
||||||
@ -11,9 +11,7 @@ Url: https://github.com/ofiwg/libfabric
|
|||||||
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
||||||
BuildRequires: libfabric-devel >= %{version}
|
BuildRequires: libfabric-devel >= %{version}
|
||||||
%ifarch %{valgrind_arches}
|
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
@ -22,15 +20,11 @@ Fabtests provides a set of examples that uses libfabric - a high-performance
|
|||||||
fabric software library.
|
fabric software library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p2
|
%patch0 -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure --with-valgrind
|
||||||
%ifarch %{valgrind_arches}
|
|
||||||
--with-valgrind \
|
|
||||||
%endif
|
|
||||||
|
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,6 +41,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 19 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
||||||
|
- Update to upstream release 1.15.1
|
||||||
|
- Resolves: rhbz#2114061
|
||||||
|
|
||||||
* Fri Nov 26 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
* Fri Nov 26 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
||||||
- Rebase to upstream release v1.14.0
|
- Rebase to upstream release v1.14.0
|
||||||
- Resolves: bz2008510
|
- Resolves: bz2008510
|
||||||
|
Loading…
Reference in New Issue
Block a user