Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (041e7a6069bc1ccb5dcf781a774837450aefac77)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (041e7a6069bc1ccb5dcf781a774837450aefac77)
  • Date: Wed, 6 Mar 2024 05:56:49 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
utils/clinfo/BUILD | 1 +
utils/clinfo/DEPENDS | 3 +++
utils/clinfo/DETAILS | 21 +++++++++++++++++++++
utils/clinfo/HISTORY | 3 +++
utils/clinfo/INSTALL | 1 +
6 files changed, 30 insertions(+)

New commits:
commit 041e7a6069bc1ccb5dcf781a774837450aefac77
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

utils/clinfo: new spell, openCL device info

diff --git a/ChangeLog b/ChangeLog
index c23ca15..52ff6c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* utils/ocl-icd: new spell, openCL ICD loader
* utils/opencl-icd-loader: new spell, openCL ICD loader project
* libs/openblas: new spell, optimised BLAS library
+ * utils/clinfo: new spell, opencl device information

2024-02-28 Treeve Jelbert <treeve AT sourcemage.org>
* libs/ms-gsl: added, Guidelines Support Library
diff --git a/utils/clinfo/BUILD b/utils/clinfo/BUILD
new file mode 100755
index 0000000..365844a
--- /dev/null
+++ b/utils/clinfo/BUILD
@@ -0,0 +1 @@
+PREFIX="${INSTALL_ROOT}/usr" default_build_make
diff --git a/utils/clinfo/DEPENDS b/utils/clinfo/DEPENDS
new file mode 100755
index 0000000..2e96435
--- /dev/null
+++ b/utils/clinfo/DEPENDS
@@ -0,0 +1,3 @@
+depends PKG-CONFIG &&
+depends opencl-headers &&
+depends OPENCL-ICD
diff --git a/utils/clinfo/DETAILS b/utils/clinfo/DETAILS
new file mode 100755
index 0000000..e6d3065
--- /dev/null
+++ b/utils/clinfo/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=clinfo
+ VERSION=3.0.23.01.25
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=https://github.com/Oblomov/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:c8e0f33a304a64f1fb4b4ffecb2a62bc10fb5e9777cc8d0cd44bf551e5c94141f04d4cafd28fe6e796bc365e356027297fc9c91359b23b152b1c98d9a128515c
+ LICENSE[0]=CUSTOM
+ WEB_SITE=https://github.com/Oblomov/clinfo
+ ENTERED=20240305
+ KEYWORDS="utils graphics monitor log gpu opencl cuda rocm"
+ SHORT="displays information about opencl devices on the system"
+cat << EOF
+clinfo is a simple command-line application that enumerates
+all possible (known) properties of the OpenCL platform and devices
+available on the system.
+
+Inspired by AMD's program of the same name, it is coded in pure C
+and it tries to output all possible information, including those
+provided by platform-specific extensions, trying not to crash on
+unsupported properties (e.g. 1.2 properties on 1.1 platforms).
+EOF
diff --git a/utils/clinfo/HISTORY b/utils/clinfo/HISTORY
new file mode 100644
index 0000000..d83c2b7
--- /dev/null
+++ b/utils/clinfo/HISTORY
@@ -0,0 +1,3 @@
+2024-03-05 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, INSTALL, DEPENDS, DETAILS: version 3.0.23.01.25, new spell
+
diff --git a/utils/clinfo/INSTALL b/utils/clinfo/INSTALL
new file mode 100755
index 0000000..0959fb3
--- /dev/null
+++ b/utils/clinfo/INSTALL
@@ -0,0 +1 @@
+PREFIX="${INSTALL_ROOT}/usr" default_install


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (041e7a6069bc1ccb5dcf781a774837450aefac77), Conner Clere, 03/06/2024

Archive powered by MHonArc 2.6.24.

Top of Page