Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ocl-icd: update to 2.3.1
@ 2021-11-09 20:48 newbluemoon
  2021-11-10  0:09 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: newbluemoon @ 2021-11-09 20:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages ocl-icd
https://github.com/void-linux/void-packages/pull/33999

ocl-icd: update to 2.3.1
Current `ocl-icd` 2.2.12 fails to build, update to 2.3.1 fixes it.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 563760e488df58b5dbde3b9a395e45d12883db99 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 9 Nov 2021 21:45:49 +0100
Subject: [PATCH] ocl-icd: update to 2.3.1

---
 srcpkgs/ocl-icd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ocl-icd/template b/srcpkgs/ocl-icd/template
index c0a1dabda813..552b0618f78b 100644
--- a/srcpkgs/ocl-icd/template
+++ b/srcpkgs/ocl-icd/template
@@ -1,7 +1,7 @@
 # Template file for 'ocl-icd'
 pkgname=ocl-icd
-version=2.2.12
-revision=2
+version=2.3.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="ruby xmlto asciidoc automake libtool"
 makedepends="opencl2-headers"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://forge.imag.fr/projects/ocl-icd/"
 distfiles="https://github.com/OCL-dev/${pkgname}/archive/v${version}.tar.gz"
-checksum=17500e5788304eef5b52dbe784cec197bdae64e05eecf38317840d2d05484272
+checksum=a32b67c2d52ffbaf490be9fc18b46428ab807ab11eff7664d7ff75e06cfafd6d
 
 provides="libOpenCL-1.2_1"
 replaces="libOpenCL>=0"

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

* Re: ocl-icd: update to 2.3.1
  2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
@ 2021-11-10  0:09 ` ericonr
  2021-11-10  4:45 ` newbluemoon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-11-10  0:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33999#issuecomment-964658011

Comment:
Have you tested anything using OpenCL with this?

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

* Re: ocl-icd: update to 2.3.1
  2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
  2021-11-10  0:09 ` ericonr
@ 2021-11-10  4:45 ` newbluemoon
  2021-11-10  6:27 ` ericonr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: newbluemoon @ 2021-11-10  4:45 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/33999#issuecomment-964783004

Comment:
No, not yet. I did a rebuild of my i686-musl repo and tried to fix all emerging issues along the way.

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

* Re: ocl-icd: update to 2.3.1
  2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
  2021-11-10  0:09 ` ericonr
  2021-11-10  4:45 ` newbluemoon
@ 2021-11-10  6:27 ` ericonr
  2021-11-17 14:54 ` newbluemoon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-11-10  6:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33999#issuecomment-964825290

Comment:
Thanks for upstreaming all the changes readily. I will try to get something to test myself, then.

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

* Re: ocl-icd: update to 2.3.1
  2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
                   ` (2 preceding siblings ...)
  2021-11-10  6:27 ` ericonr
@ 2021-11-17 14:54 ` newbluemoon
  2022-01-28  1:32 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: newbluemoon @ 2021-11-17 14:54 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/33999#issuecomment-971658794

Comment:
As I don’t knowingly use anyting opencl I’m not sure how to test this.
I checked `clinfo` using mesa-opencl on two different amdgpu systems (x86_64 and x86_64-musl) and all was fine.
Then I tried using some opencl ffmpeg filters, but they need image support which isn’t available in mesa-opencl, yet (should be in one of the next releases).

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

* Re: ocl-icd: update to 2.3.1
  2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
                   ` (3 preceding siblings ...)
  2021-11-17 14:54 ` newbluemoon
@ 2022-01-28  1:32 ` ericonr
  2022-01-28  1:32 ` ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2022-01-28  1:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33999#issuecomment-1023801898

Comment:
Sorry, was merged in https://github.com/void-linux/void-packages/commit/1f868945b2519843add4f2776d7be52253c53808

I haven't been able to keep up with PR queue recently.

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

* Re: ocl-icd: update to 2.3.1
  2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
                   ` (4 preceding siblings ...)
  2022-01-28  1:32 ` ericonr
@ 2022-01-28  1:32 ` ericonr
  2022-01-28  1:32 ` [PR PATCH] [Closed]: " ericonr
  2022-01-28  6:07 ` newbluemoon
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2022-01-28  1:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33999#issuecomment-1023801898

Comment:
Sorry, was done in https://github.com/void-linux/void-packages/commit/1f868945b2519843add4f2776d7be52253c53808

I haven't been able to keep up with PR queue recently.

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

* Re: [PR PATCH] [Closed]: ocl-icd: update to 2.3.1
  2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
                   ` (5 preceding siblings ...)
  2022-01-28  1:32 ` ericonr
@ 2022-01-28  1:32 ` ericonr
  2022-01-28  6:07 ` newbluemoon
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2022-01-28  1:32 UTC (permalink / raw)
  To: ml

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

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

ocl-icd: update to 2.3.1
https://github.com/void-linux/void-packages/pull/33999

Description:
Current `ocl-icd` 2.2.12 fails to build, update to 2.3.1 fixes it.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: ocl-icd: update to 2.3.1
  2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
                   ` (6 preceding siblings ...)
  2022-01-28  1:32 ` [PR PATCH] [Closed]: " ericonr
@ 2022-01-28  6:07 ` newbluemoon
  7 siblings, 0 replies; 9+ messages in thread
From: newbluemoon @ 2022-01-28  6:07 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/33999#issuecomment-1023915498

Comment:
No worries :) I know what it’s like... But you still do a hell of a job here, so thank you for that! :)

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

end of thread, other threads:[~2022-01-28  6:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 20:48 [PR PATCH] ocl-icd: update to 2.3.1 newbluemoon
2021-11-10  0:09 ` ericonr
2021-11-10  4:45 ` newbluemoon
2021-11-10  6:27 ` ericonr
2021-11-17 14:54 ` newbluemoon
2022-01-28  1:32 ` ericonr
2022-01-28  1:32 ` ericonr
2022-01-28  1:32 ` [PR PATCH] [Closed]: " ericonr
2022-01-28  6:07 ` newbluemoon

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