- Update to 2.0.0-1 - See RELEASE_NOTES for a complete list of changes - Add opae-support-OBS-build.patch to fix compilation using system packages (cli11, pybind11) instead of git clones - Refresh opae-missing-shebang.patch against latest sources - Update opae-fix-linking-issue.patch to fix pybind11 link LTO issues OBS-URL: https://build.opensuse.org/request/show/888753 OBS-URL: https://build.opensuse.org/package/show/science:HPC/opae?expand=0&rev=23
18 lines
699 B
Plaintext
18 lines
699 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/OPAE/opae-sdk.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">opae</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">776b2b2718f70507ea00c4461dabe945150fc81f</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">opae*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
</services>
|