[info=bb787aecd0c45eef702d3ca46c99bb7b7fcd0480ae304d455c03b362461f1a02]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/unified-runtime?expand=0&rev=3
This commit is contained in:
parent
70d673134b
commit
d59755cb04
@ -1,4 +1,4 @@
|
||||
mtime: 1735986359
|
||||
commit: 95a585e91446d963555ff40e90faef287e45b224336a70a8b97051acc21f7682
|
||||
mtime: 1735986864
|
||||
commit: bb787aecd0c45eef702d3ca46c99bb7b7fcd0480ae304d455c03b362461f1a02
|
||||
url: https://src.opensuse.org/clibs/unified-runtime
|
||||
revision: master
|
||||
|
@ -32,9 +32,9 @@ BuildRequires: opencl-headers
|
||||
BuildRequires: unified-memory-framework-devel
|
||||
|
||||
%description
|
||||
The objective of the oneAPI Unified Runtime is to provide a unified interface
|
||||
to device agnostic runtimes such as DPC++ across a wide variety of software platforms.
|
||||
The unified runtime provides extensibility where new backends can be developed to
|
||||
oneAPI Unified Runtime (UR) provides a unified interface to device
|
||||
agnostic runtimes such as DPC++.
|
||||
UR provides extensibility where new backends can be developed to
|
||||
support new software platforms and devices.
|
||||
|
||||
%package devel
|
||||
@ -43,37 +43,37 @@ Requires: pkgconfig
|
||||
Requires: unified-memory-framework-devel
|
||||
|
||||
%description devel
|
||||
The objective of the oneAPI Unified Runtime is to provide a unified interface
|
||||
to device agnostic runtimes such as DPC++ across a wide variety of software platforms.
|
||||
oneAPI Unified Runtime (UR) provides a unified interface to device
|
||||
agnostic runtimes such as DPC++.
|
||||
|
||||
This package contains the development files for the oneAPI Unified Runtime.
|
||||
|
||||
%package -n libur_loader0
|
||||
Summary: Shared libraries for the oneAPI Unified Runtime
|
||||
Summary: oneAPI Unified Runtime loader
|
||||
|
||||
%description -n libur_loader0
|
||||
The objective of the oneAPI Unified Runtime is to provide a unified interface
|
||||
to device agnostic runtimes such as DPC++ across a wide variety of software platforms.
|
||||
oneAPI Unified Runtime (UR) provides a unified interface to device
|
||||
agnostic runtimes such as DPC++.
|
||||
|
||||
This package contains the shared libraries for the oneAPI Unified Runtime.
|
||||
This package contains the oneAPI Unified Runtime loader.
|
||||
|
||||
%package -n libur_adapter_native_cpu0
|
||||
Summary: Shared libraries for the oneAPI Unified Runtime native CPU adapter
|
||||
Summary: oneAPI Unified Runtime native CPU adapter
|
||||
|
||||
%description -n libur_adapter_native_cpu0
|
||||
The objective of the oneAPI Unified Runtime is to provide a unified interface
|
||||
to device agnostic runtimes such as DPC++ across a wide variety of software platforms.
|
||||
oneAPI Unified Runtime (UR) provides a unified interface to device
|
||||
agnostic runtimes such as DPC++.
|
||||
|
||||
This package contains the shared libraries for the oneAPI Unified Runtime native CPU adapter.
|
||||
This package contains the oneAPI Unified Runtime native CPU adapter.
|
||||
|
||||
%package -n libur_adapter_opencl0
|
||||
Summary: Shared libraries for the oneAPI Unified Runtime OpenCL adapter
|
||||
Summary: oneAPI Unified Runtime OpenCL adapter
|
||||
|
||||
%description -n libur_adapter_opencl0
|
||||
The objective of the oneAPI Unified Runtime is to provide a unified interface
|
||||
to device agnostic runtimes such as DPC++ across a wide variety of software platforms.
|
||||
oneAPI Unified Runtime (UR) provides a unified interface to device
|
||||
agnostic runtimes such as DPC++.
|
||||
|
||||
This package contains the shared libraries for the oneAPI Unified Runtime OpenCL adapter.
|
||||
This package contains the oneAPI Unified Runtime OpenCL adapter.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -102,8 +102,6 @@ rm %{buildroot}%{_libdir}/libur_common.a
|
||||
%ldconfig_scriptlets -n libur_adapter_native_cpu0
|
||||
%ldconfig_scriptlets -n libur_adapter_opencl0
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSE.TXT
|
||||
%doc README.md
|
||||
@ -121,19 +119,19 @@ rm %{buildroot}%{_libdir}/libur_common.a
|
||||
%{_prefix}/lib/cmake/unified-runtime/
|
||||
|
||||
%{_libdir}/libur_loader.so
|
||||
%{_libdir}/libur_loader.so.0
|
||||
%{_libdir}/libur_adapter_native_cpu.so
|
||||
%{_libdir}/libur_adapter_native_cpu.so.0
|
||||
%{_libdir}/libur_adapter_opencl.so
|
||||
%{_libdir}/libur_adapter_opencl.so.0
|
||||
|
||||
%files -n libur_loader0
|
||||
%{_libdir}/libur_loader.so.0
|
||||
%{_libdir}/libur_loader.so.0.11.2
|
||||
|
||||
%files -n libur_adapter_native_cpu0
|
||||
%{_libdir}/libur_adapter_native_cpu.so.0
|
||||
%{_libdir}/libur_adapter_native_cpu.so.0.11.2
|
||||
|
||||
%files -n libur_adapter_opencl0
|
||||
%{_libdir}/libur_adapter_opencl.so.0
|
||||
%{_libdir}/libur_adapter_opencl.so.0.11.2
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user