forked from pool/openucx
- Disable avx at configure level - Add openucx-s390x-support.patch to fix compilation on s390x - Compile openucx on s390x - Fix compilation on ppc - Update to snapshot 1.3+git44 * No changelog was found - Add -Wno-error and disable AVX/SSE as it is not guaranteed to exist. OBS-URL: https://build.opensuse.org/request/show/507873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=3
15 lines
519 B
Plaintext
15 lines
519 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://github.com/openucx/ucx</param>
|
|
<param name="revision">master</param>
|
|
<param name="parent-tag">9f8e93fc392a456cc86a60b55f02ef3086a6c616</param>
|
|
<param name="versionformat">1.3+git@TAG_OFFSET@</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|