From: Calandracas606 <Calandracas606@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ROCm-SMI-6.1.2
Date: Wed, 09 Oct 2024 05:28:42 +0200 [thread overview]
Message-ID: <20241009032842.C56D121F58@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48744@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]
There is an updated pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages ROCm-SMI-LIB
https://github.com/void-linux/void-packages/pull/48744
New package: ROCm-SMI-6.1.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- i686
- aarch64-musl (cross)
- armv7l (cross)
- armv6l-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/48744.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ROCm-SMI-LIB-48744.patch --]
[-- Type: text/x-diff, Size: 2704 bytes --]
From d2ea2f67d3558ba89762c96f489c0d11c094bf6f Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 13 Feb 2024 12:24:57 -0500
Subject: [PATCH] New package: ROCm-SMI-6.2.2
---
srcpkgs/ROCm-SMI-devel | 1 +
srcpkgs/ROCm-SMI/patches/cflags.patch | 16 ++++++++++++++++
srcpkgs/ROCm-SMI/template | 21 +++++++++++++++++++++
srcpkgs/ROCm-SMI/update | 1 +
4 files changed, 39 insertions(+)
create mode 120000 srcpkgs/ROCm-SMI-devel
create mode 100644 srcpkgs/ROCm-SMI/patches/cflags.patch
create mode 100644 srcpkgs/ROCm-SMI/template
create mode 100644 srcpkgs/ROCm-SMI/update
diff --git a/srcpkgs/ROCm-SMI-devel b/srcpkgs/ROCm-SMI-devel
new file mode 120000
index 00000000000000..ca9824f034d928
--- /dev/null
+++ b/srcpkgs/ROCm-SMI-devel
@@ -0,0 +1 @@
+ROCm-SMI
\ No newline at end of file
diff --git a/srcpkgs/ROCm-SMI/patches/cflags.patch b/srcpkgs/ROCm-SMI/patches/cflags.patch
new file mode 100644
index 00000000000000..eba0d4b87ef803
--- /dev/null
+++ b/srcpkgs/ROCm-SMI/patches/cflags.patch
@@ -0,0 +1,16 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 82306ad..74f407a 100755
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -105,11 +105,6 @@ endif ()
+ # Use this instead of above for 32 bit
+ # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32")
+
+-if ("${CMAKE_BUILD_TYPE}" STREQUAL Release)
+- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2")
+-else ()
+- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ggdb -O0 -DDEBUG")
+-endif ()
+
+ set(COMMON_SRC_DIR "${PROJECT_SOURCE_DIR}/src")
+ set(COMMON_INC_DIR "${PROJECT_SOURCE_DIR}/include/rocm_smi")
diff --git a/srcpkgs/ROCm-SMI/template b/srcpkgs/ROCm-SMI/template
new file mode 100644
index 00000000000000..dd6149863c36f1
--- /dev/null
+++ b/srcpkgs/ROCm-SMI/template
@@ -0,0 +1,21 @@
+# Template file for 'ROCm-SMI'
+pkgname=ROCm-SMI
+version=6.2.2
+revision=1
+build_style=cmake
+short_desc="ROCm System Management Interface"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="NCSA"
+homepage="https://github.com/ROCm/rocm_smi_lib"
+changelog="https://raw.githubusercontent.com/ROCm/rocm_smi_lib/rocm-${version}/CHANGELOG.md"
+distfiles="https://github.com/ROCm/rocm_smi_lib/archive/refs/tags/rocm-${version}.tar.gz"
+checksum=c0701ef131dcd591ef2d4d2f1719af59cbed35bc3eccd3ce9523f55293fa1a37
+
+ROCm-SMI-devel_package() {
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/cmake
+ vmove "usr/lib/*.so"
+ }
+}
diff --git a/srcpkgs/ROCm-SMI/update b/srcpkgs/ROCm-SMI/update
new file mode 100644
index 00000000000000..b1c3342be3209b
--- /dev/null
+++ b/srcpkgs/ROCm-SMI/update
@@ -0,0 +1 @@
+pkgname="rocm"
next prev parent reply other threads:[~2024-10-09 3:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-15 17:56 [PR PATCH] New package: ROCm-SMI-LIB-6.0.2 Calandracas606
2024-02-15 17:59 ` [PR REVIEW] " Calandracas606
2024-02-15 18:06 ` [PR PATCH] [Updated] " Calandracas606
2024-02-15 18:09 ` Calandracas606
2024-02-15 21:11 ` New package: ROCm-SMI-6.0.2 zen0bit
2024-04-11 12:35 ` Calandracas606
2024-07-09 17:31 ` [PR PATCH] [Updated] " Calandracas606
2024-10-08 1:59 ` New package: ROCm-SMI-6.1.2 github-actions
2024-10-08 17:12 ` zen0bit
2024-10-08 22:22 ` Calandracas606
2024-10-09 3:28 ` Calandracas606 [this message]
2024-10-09 3:41 ` [PR PATCH] [Merged]: New package: ROCm-SMI-6.2.2 classabbyamp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241009032842.C56D121F58@inbox.vuxu.org \
--to=calandracas606@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).