Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libclblast-1.6.1
@ 2024-02-01 10:27 ar-jan
  2024-05-03  1:46 ` github-actions
  2024-05-17  1:46 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: ar-jan @ 2024-02-01 10:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

There is a new pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages clblast
https://github.com/void-linux/void-packages/pull/48476

New package: libclblast-1.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

In case this is of interest to anyone.

A patch file from https://github.com/void-linux/void-packages/pull/48476.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-clblast-48476.patch --]
[-- Type: text/x-diff, Size: 1964 bytes --]

From 904ef5c6c2c8f26c84309d71feed9f6fde9874b8 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Wed, 31 Jan 2024 22:42:25 +0100
Subject: [PATCH] New package: libclblast-1.6.1

---
 common/shlibs               |  1 +
 srcpkgs/libclblast-devel    |  1 +
 srcpkgs/libclblast/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/libclblast-devel
 create mode 100644 srcpkgs/libclblast/template

diff --git a/common/shlibs b/common/shlibs
index 71f172740e5c6..4fdc9b2d95e3f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4272,3 +4272,4 @@ libsqsh.so.1 libsqsh-1.3.0_1
 libunicode.so.0.4 libunicode-0.4.0_1
 libunicode_ucd.so.0.4 libunicode-0.4.0_1
 libunicode_loader.so.0.4 libunicode-0.4.0_1
+libclblast.so.1 libclblast-1.6.1_1
diff --git a/srcpkgs/libclblast-devel b/srcpkgs/libclblast-devel
new file mode 120000
index 0000000000000..9b58e158aca6d
--- /dev/null
+++ b/srcpkgs/libclblast-devel
@@ -0,0 +1 @@
+libclblast
\ No newline at end of file
diff --git a/srcpkgs/libclblast/template b/srcpkgs/libclblast/template
new file mode 100644
index 0000000000000..df3740abfeca6
--- /dev/null
+++ b/srcpkgs/libclblast/template
@@ -0,0 +1,24 @@
+# Template file for 'libclblast'
+pkgname=libclblast
+version=1.6.1
+revision=1
+build_style=cmake
+makedepends="ocl-icd-devel"
+short_desc="Tuned OpenCL BLAS"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="Apache-2.0"
+homepage="https://cnugteren.github.io/clblast/clblast.html"
+changelog="https://github.com/CNugteren/CLBlast/blob/master/CHANGELOG"
+distfiles="https://github.com/CNugteren/CLBlast/archive/${version}.tar.gz"
+checksum=e68d026108447cab53cb18d473b4363ab3958d7c8f97c522bbee1651069eec66
+
+libclblast-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New package: libclblast-1.6.1
  2024-02-01 10:27 [PR PATCH] New package: libclblast-1.6.1 ar-jan
@ 2024-05-03  1:46 ` github-actions
  2024-05-17  1:46 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-05-03  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48476#issuecomment-2092010580

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: New package: libclblast-1.6.1
  2024-02-01 10:27 [PR PATCH] New package: libclblast-1.6.1 ar-jan
  2024-05-03  1:46 ` github-actions
@ 2024-05-17  1:46 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-05-17  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

There's a closed pull request on the void-packages repository

New package: libclblast-1.6.1
https://github.com/void-linux/void-packages/pull/48476

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

In case this is of interest to anyone.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-17  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01 10:27 [PR PATCH] New package: libclblast-1.6.1 ar-jan
2024-05-03  1:46 ` github-actions
2024-05-17  1:46 ` [PR PATCH] [Closed]: " github-actions

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).