clBLAS is a BLAS implementation for OpenCL, to be used with GPUs or multicore CPUs. This is needed by another library I am packaging — Bandicoot. Given upstream has not made a release over the last 6 years or so (2017 was version 2.12) of clBLAS, I have packaged the git master commit as of 2023-11-29. Seems to work. Thanks in advance for any reviews. OBS-URL: https://build.opensuse.org/request/show/1129756 OBS-URL: https://build.opensuse.org/package/show/science/clBLAS?expand=0&rev=1
19 lines
593 B
Plaintext
19 lines
593 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/clMathLibraries/clBLAS</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">%cd.%h</param>
|
|
<param name="versionprefix">2.12+git</param>
|
|
<param name="revision">master</param>
|
|
<param name="filename">clBLAS</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="buildtime"/>
|
|
</services>
|
|
|
|
|