forked from pool/libfabric
- Update to 1.13.1 - Enable loading ZE library with dlopen() - Add IPv6 support to fi_pingpong - EFA, PSM3 and SHM fixes OBS-URL: https://build.opensuse.org/request/show/917134 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=65
19 lines
712 B
Plaintext
19 lines
712 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/ofiwg/libfabric.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">libfabric</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="revision">9682913a72c982b4a872b6b18cf2889e158a029b</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">libfabric*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
</services>
|