Update to v0.10.1 #1
5
_service
5
_service
@ -3,16 +3,17 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/oneapi-src/unified-memory-framework.git</param>
|
<param name="url">https://github.com/oneapi-src/unified-memory-framework.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.10.0</param>
|
<param name="revision">v0.10.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual" />
|
<service name="set_version" mode="manual" />
|
||||||
|
|
||||||
<service name="tar" mode="buildtime" />
|
<service name="tar" mode="buildtime" />
|
||||||
|
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
<param name="file">unified-memory-framework-*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
</services>
|
</services>
|
||||||
|
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 02:11:44 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
- Update to v0.10.1:
|
||||||
|
* Set symbol versions 0.10 in def/map files
|
||||||
|
* Fix: remove incorrect assert in utils_align_ptr_up_size_down()
|
||||||
|
* Add strings with UMF version and useful CMake options
|
||||||
|
* Extended error messages, when providers are disabled
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 3 23:43:49 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
Fri Jan 3 23:43:49 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: unified-memory-framework
|
name: unified-memory-framework
|
||||||
version: 0.10.0
|
version: 0.10.1
|
||||||
mtime: 1733760097
|
mtime: 1736512249
|
||||||
commit: ee6a7115618f1660a5c17b8b537bba0ff094c648
|
commit: 286a6d8507fab37fb799c341dfa19db0561f4a6a
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define libname libumf0
|
%define libname libumf0
|
||||||
Name: unified-memory-framework
|
Name: unified-memory-framework
|
||||||
Version: 0.10.0
|
Version: 0.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: oneAPI Unified Memory Framework (UMF)
|
Summary: oneAPI Unified Memory Framework (UMF)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user