forked from pool/libfabric
Accepting request 879115 from home:NMoreyChaisemartin:branches:science:HPC
- Update to 1.12.0 - See NEWS.md for changelog - Update to 1.12.0 - See NEWS.md for changelog OBS-URL: https://build.opensuse.org/request/show/879115 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=60
This commit is contained in:
parent
c71b12878d
commit
1cc7aa642e
2
_service
2
_service
@ -8,7 +8,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">0c28dc5a5083687ff096a4d86dea3f2b5a5f6a6a</param>
|
<param name="revision">b5c35d115b31af377d90769a2d1c8302a1d44b31</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">libfabric*.tar</param>
|
<param name="file">libfabric*.tar</param>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 9 08:43:43 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.12.0
|
||||||
|
- See NEWS.md for changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 16 08:29:07 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Wed Dec 16 08:29:07 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_ver .0.0c28dc5a5083
|
%define git_ver .0.b5c35d115b31
|
||||||
|
|
||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.11.2
|
Version: 1.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test suite for libfabric API
|
Summary: Test suite for libfabric API
|
||||||
License: BSD-2-Clause OR GPL-2.0-only
|
License: BSD-2-Clause OR GPL-2.0-only
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff35848aa1a8b418ea49477baa9957ad9d307bf5b5fd665a9883b944b0654d13
|
|
||||||
size 1566371
|
|
3
libfabric-1.12.0.0.b5c35d115b31.tar.bz2
Normal file
3
libfabric-1.12.0.0.b5c35d115b31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d456edf3d5913dbeaa36e2bc2b848e0221e262ec6a7bd24d0a203a45143a258e
|
||||||
|
size 1989498
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 9 08:43:43 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.12.0
|
||||||
|
- See NEWS.md for changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 16 08:29:07 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Wed Dec 16 08:29:07 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
%define git_ver .0.0c28dc5a5083
|
%define git_ver .0.b5c35d115b31
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.11.2
|
Version: 1.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-space RDMA Fabric Interfaces
|
Summary: User-space RDMA Fabric Interfaces
|
||||||
License: BSD-2-Clause OR GPL-2.0-only
|
License: BSD-2-Clause OR GPL-2.0-only
|
||||||
@ -125,6 +125,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_includedir}/rdma/fi_tagged.h
|
%{_includedir}/rdma/fi_tagged.h
|
||||||
%{_includedir}/rdma/fi_trigger.h
|
%{_includedir}/rdma/fi_trigger.h
|
||||||
%{_includedir}/rdma/fi_ext_usnic.h
|
%{_includedir}/rdma/fi_ext_usnic.h
|
||||||
|
%ifarch x86_64
|
||||||
|
%{_includedir}/rdma/fi_ext_psm2.h
|
||||||
|
%endif
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user