Compare commits
10 Commits
f41785d3ba
...
94222aca7e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94222aca7e | ||
|
|
e8bbd3ed5d | ||
|
|
14675975c2 | ||
|
|
b5efc5af24 | ||
|
|
ab057c65be | ||
|
|
9681f176ea | ||
|
|
628cdab622 | ||
|
|
3912954985 | ||
|
|
2df0216612 | ||
|
|
6a512fd4f5 |
Binary file not shown.
BIN
fabtests-1.6.2.tar.gz
Normal file
BIN
fabtests-1.6.2.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,15 @@
|
|||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.6.1
|
Version: 1.6.2
|
||||||
Release: 3
|
Release: 2
|
||||||
Summary: libfabric API test suite
|
Summary: libfabric API test suite
|
||||||
License: BSD and (BSD or GPLv2) and MIT
|
License: BSD-2-Clause and GPL-2.0-only and MIT
|
||||||
Url: https://github.com/ofiwg/fabtests
|
Url: https://github.com/ofiwg/fabtests
|
||||||
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.bz2
|
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.gz
|
||||||
BuildRequires: libfabric-devel >= %{version} valgrind-devel gcc
|
BuildRequires: autoconf automake libtool
|
||||||
|
BuildRequires: libfabric-devel >= %{version} gcc
|
||||||
|
%ifarch %{valgrind_arches}
|
||||||
|
BuildRequires: valgrind-devel
|
||||||
|
%endif
|
||||||
%description
|
%description
|
||||||
Fabtests provides a set of examples that uses libfabric
|
Fabtests provides a set of examples that uses libfabric
|
||||||
|
|
||||||
@ -17,10 +21,15 @@ Requires: fabtests = %{version}-%{release}
|
|||||||
Documentation for user of fabtests.
|
Documentation for user of fabtests.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n fabtests-%{version} -p1 -S git
|
%autosetup -n fabtests-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
|
%ifarch %{valgrind_arches}
|
||||||
%configure --with-valgrind
|
%configure --with-valgrind
|
||||||
|
%else
|
||||||
|
%configure
|
||||||
|
%endif
|
||||||
%make_build V=1
|
%make_build V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -36,5 +45,21 @@ Documentation for user of fabtests.
|
|||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 20 2023 laokz <zhangkai@iscas.ac.cn> - 1.6.2-2
|
||||||
|
- Let valgrind BuildRequire following system %{valgrind_arches}
|
||||||
|
|
||||||
|
* Wed Oct 18 2023 Ge Wang <wang__ge@126.com> - 1.6.2-1
|
||||||
|
- Update to version 1.6.2
|
||||||
|
|
||||||
|
* Tue May 10 2022 chenchen <chen_aka_jan@163.com> - 1.6.1-6
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.6.1-5
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
|
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 1.6.1-4
|
||||||
|
- Fix building error: /usr/bin/git: No such file or directory
|
||||||
|
- Add git in BuildRequires
|
||||||
|
|
||||||
* Tue Apr 21 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.6.1-3
|
* Tue Apr 21 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.6.1-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user