Index: MAINTAINERS.md =================================================================== --- /dev/null +++ MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Jacek Jagosz + - IRC: JacekJagosz + - Email: jacek.jagosz@outlook.com Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,21 @@ +name : hsakmt +version : 5.1.0 +release : 1 +source : + - https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-5.1.0.tar.gz : 032717e80b1aefed59f11399e575564ee86ee7c125e889f7c79c2afdfab1eb93 +license : NCSA +component : xorg.driver +clang : yes +summary : libhsakmt (HSA thunk) libraries for AMD KFD +description: | + libhsakmt (HSA thunk) libraries for AMD KFD +builddeps : + - pkgconfig(libdrm) + - pkgconfig(libpci) + - pkgconfig(numa) +setup : | + %cmake_ninja +build : | + %ninja_build +install : | + %ninja_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,54 @@ + + + hsakmt + + Jacek Jagosz + jacek.jagosz@outlook.com + + NCSA + xorg.driver + libhsakmt (HSA thunk) libraries for AMD KFD + libhsakmt (HSA thunk) libraries for AMD KFD + + https://getsol.us/sources/README.Solus + + + hsakmt + libhsakmt (HSA thunk) libraries for AMD KFD + libhsakmt (HSA thunk) libraries for AMD KFD + + xorg.driver + + /usr/share/doc/hsakmt/LICENSE.md + + + + hsakmt-devel + Development files for hsakmt + libhsakmt (HSA thunk) libraries for AMD KFD + + programming.devel + + hsakmt + + + /usr/include/hsakmt.h + /usr/include/hsakmttypes.h + /usr/lib64/cmake/hsakmt/hsakmt-config-version.cmake + /usr/lib64/cmake/hsakmt/hsakmt-config.cmake + /usr/lib64/cmake/hsakmt/hsakmtTargets-relwithdebinfo.cmake + /usr/lib64/cmake/hsakmt/hsakmtTargets.cmake + /usr/lib64/libhsakmt.a + /usr/share/pkgconfig/libhsakmt.pc + + + + + 2022-04-27 + 5.1.0 + Packaging update + Jacek Jagosz + jacek.jagosz@outlook.com + + + \ No newline at end of file