forked from pool/libvma
- RM #4607536 Improve VMA stability - RM #4446285 Replace linux list with BSD list - RM #4337575 Init VMA in vma_thread_offload() - RM #4260620 infinite loop latency spec - RM #4251780 SocketXtreme API for external allocator - RM #4223310 VMA support for kernel 6.10 - RM #4233101 header licensing for 2025 - Drop Fix-compilation-with-GCC-14.patch as it was fixed upstream. OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=39
17 lines
590 B
Plaintext
17 lines
590 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/Mellanox/libvma.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">libvma</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
|
<param name="revision">0dc96e02cd226587c26767fe0350bda3f52f95b2</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">libvma*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
|
|
</services>
|