diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/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 diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,17 @@ +name : rocm-cmake +version : 5.1.3 +release : 1 +source : + - https://github.com/RadeonOpenCompute/rocm-cmake/archive/refs/tags/rocm-5.1.3.tar.gz : 19b2da0d56300aab454655b57435ab3ed9e101ecb96561336ea8865bbd993c23 +license : MIT +component : programming.devel +homepage : https://github.com/RadeonOpenCompute +summary : ROCm cmake modules +description: | + ROCm cmake modules provides cmake modules for common build tasks needed for the ROCM software stack. +setup : | + %cmake_ninja +build : | + %ninja_build +install : | + %ninja_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,52 @@ + + + rocm-cmake + https://github.com/RadeonOpenCompute + + Jacek Jagosz + jacek.jagosz@outlook.com + + MIT + programming.devel + ROCm cmake modules + ROCm cmake modules provides cmake modules for common build tasks needed for the ROCM software stack. + + https://getsol.us/sources/README.Solus + + + rocm-cmake + ROCm cmake modules + ROCm cmake modules provides cmake modules for common build tasks needed for the ROCM software stack. + + programming.devel + + /usr/share/doc/rocm-cmake/LICENSE + /usr/share/rocm/cmake/ROCMAnalyzers.cmake + /usr/share/rocm/cmake/ROCMCheckTargetIds.cmake + /usr/share/rocm/cmake/ROCMChecks.cmake + /usr/share/rocm/cmake/ROCMClangTidy.cmake + /usr/share/rocm/cmake/ROCMClients.cmake + /usr/share/rocm/cmake/ROCMConfig.cmake + /usr/share/rocm/cmake/ROCMConfigVersion.cmake + /usr/share/rocm/cmake/ROCMCppCheck.cmake + /usr/share/rocm/cmake/ROCMCreatePackage.cmake + /usr/share/rocm/cmake/ROCMDocs.cmake + /usr/share/rocm/cmake/ROCMDoxygenDoc.cmake + /usr/share/rocm/cmake/ROCMInstallSymlinks.cmake + /usr/share/rocm/cmake/ROCMInstallTargets.cmake + /usr/share/rocm/cmake/ROCMPackageConfigHelpers.cmake + /usr/share/rocm/cmake/ROCMSetupVersion.cmake + /usr/share/rocm/cmake/ROCMSphinxDoc.cmake + /usr/share/rocm/cmake/ROCMUtilities.cmake + + + + + 2022-07-01 + 5.1.3 + Packaging update + Jacek Jagosz + jacek.jagosz@outlook.com + + + \ No newline at end of file