forked from pool/libfabric
ec4c504a89
- Update to 1.8.0 - See NEWS.md for changelog - Disable LTO (boo#1133235). OBS-URL: https://build.opensuse.org/request/show/733593 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=43
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">347da3bbef9308a1dbd11c609540cf03c49e467d</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">libfabric*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
</services>
|