Skip to Content.
Sympa Menu

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

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 (9bccf4562f644e2853b08c08f0a7e7ae13d59d9c)
  • Date: Wed, 6 Mar 2024 05:33:08 +0000

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

graphics-libs/opencl-headers/CONFIGURE | 1 +
graphics-libs/opencl-headers/DEPENDS | 1 +
graphics-libs/opencl-headers/DETAILS | 5 +++--
graphics-libs/opencl-headers/HISTORY | 6 ++++++
4 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 9bccf4562f644e2853b08c08f0a7e7ae13d59d9c
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

graphics-libs/opencl-headers: version 2023.12.14

convert to cmake

diff --git a/graphics-libs/opencl-headers/CONFIGURE
b/graphics-libs/opencl-headers/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/graphics-libs/opencl-headers/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/graphics-libs/opencl-headers/DEPENDS
b/graphics-libs/opencl-headers/DEPENDS
new file mode 100755
index 0000000..31f7a58
--- /dev/null
+++ b/graphics-libs/opencl-headers/DEPENDS
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS"
diff --git a/graphics-libs/opencl-headers/DETAILS
b/graphics-libs/opencl-headers/DETAILS
index 4d19c6c..5297146 100755
--- a/graphics-libs/opencl-headers/DETAILS
+++ b/graphics-libs/opencl-headers/DETAILS
@@ -1,8 +1,9 @@
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=opencl-headers
- VERSION=2020.06.16
+ VERSION=2023.12.14
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/KhronosGroup/OpenCL-Headers/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:702c64648cd5d220aaeea1fc7f8a552f3ec75d1a867e1e9db7295452b288f22c2794e7b9a9bce7f01362b1fc2466940eef45aa7e88dd0e5a4570450a79c66391
+
SOURCE_HASH=sha512:71a21f32cc2d956ef52ea197a95f21a3df5cf4e6888b533eb8cc66be0025fafe9b6477d3de813cb1ae6303032c80bc10b5e5ab1c71074f1662a6b5296fffd3d3
SOURCE_DIRECTORY="$BUILD_DIRECTORY/OpenCL-Headers-$VERSION"
WEB_SITE="https://www.khronos.org/registry/OpenCL/";
LICENSE[0]="Apache-2.0"
diff --git a/graphics-libs/opencl-headers/HISTORY
b/graphics-libs/opencl-headers/HISTORY
index f0756cc..8d2c608 100644
--- a/graphics-libs/opencl-headers/HISTORY
+++ b/graphics-libs/opencl-headers/HISTORY
@@ -1,2 +1,8 @@
+2024-03-05 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 2023.12.14, convert to cmake
+ * BUILD, INSTALL: removed
+ * DEPENDS: added, CMAKE_DEPENDS
+ * CONFIGURE: added, CMAKE_CONFIGURE
+
2020-12-15 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS, INSTALL: spell created


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

Archive powered by MHonArc 2.6.24.

Top of Page