Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libraw: Enable OpenMP, adopt.
@ 2023-10-19  3:19 Calandracas606
  2023-10-19  3:24 ` Calandracas606
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Calandracas606 @ 2023-10-19  3:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages libraw-OpenMP
https://github.com/void-linux/void-packages/pull/46768

libraw: Enable OpenMP, adopt.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 240fc6aaa29233fb51df28f3eeac1a2681a63011 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@airmail.cc>
Date: Wed, 18 Oct 2023 23:12:36 -0400
Subject: [PATCH] libraw: Enable OpenMP, adopt.

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

diff --git a/srcpkgs/libraw/template b/srcpkgs/libraw/template
index 3e72337dfbdc9..d4238abec34e2 100644
--- a/srcpkgs/libraw/template
+++ b/srcpkgs/libraw/template
@@ -1,12 +1,12 @@
 # Template file for 'libraw'
 pkgname=libraw
 version=0.21.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
-makedepends="jasper-devel lcms2-devel"
+makedepends="jasper-devel lcms2-devel libgomp-devel"
 short_desc="Raw image decoder library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel Martinez <danielmartinez@airmail.cc>"
 license="LGPL-2.1-only, CDDL-1.0"
 homepage="https://www.libraw.org"
 changelog="https://github.com/LibRaw/LibRaw/raw/${version%.*}-stable/Changelog.txt"

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

* Re: libraw: Enable OpenMP, adopt.
  2023-10-19  3:19 [PR PATCH] libraw: Enable OpenMP, adopt Calandracas606
@ 2023-10-19  3:24 ` Calandracas606
  2023-10-19 10:25 ` [PR REVIEW] " ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Calandracas606 @ 2023-10-19  3:24 UTC (permalink / raw)
  To: ml

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

New comment by Calandracas606 on void-packages repository

https://github.com/void-linux/void-packages/pull/46768#issuecomment-1769831342

Comment:
Package was not being built with OpenMP. Image processing benefits greatly from multiprocessing.

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

* Re: [PR REVIEW] libraw: Enable OpenMP, adopt.
  2023-10-19  3:19 [PR PATCH] libraw: Enable OpenMP, adopt Calandracas606
  2023-10-19  3:24 ` Calandracas606
@ 2023-10-19 10:25 ` ahesford
  2023-10-19 17:45 ` [PR PATCH] [Updated] " Calandracas606
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-10-19 10:25 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46768#discussion_r1365272802

Comment:
Please delay the adoption. [We prefer to establish a history of maintenance](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#adopting-a-template) before allowing people to claim packages.

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

* Re: [PR PATCH] [Updated] libraw: Enable OpenMP, adopt.
  2023-10-19  3:19 [PR PATCH] libraw: Enable OpenMP, adopt Calandracas606
  2023-10-19  3:24 ` Calandracas606
  2023-10-19 10:25 ` [PR REVIEW] " ahesford
@ 2023-10-19 17:45 ` Calandracas606
  2023-10-19 17:46 ` Calandracas606
  2023-10-19 22:26 ` [PR PATCH] [Merged]: libraw: Enable OpenMP ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: Calandracas606 @ 2023-10-19 17:45 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Calandracas606 against master on the void-packages repository

https://github.com/Calandracas606/void-packages libraw-OpenMP
https://github.com/void-linux/void-packages/pull/46768

libraw: Enable OpenMP, adopt.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 5bfe573d09ab238874b5562258f3922bb7c5aac3 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@airmail.cc>
Date: Wed, 18 Oct 2023 23:12:36 -0400
Subject: [PATCH] libraw: Enable OpenMP, adopt.

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

diff --git a/srcpkgs/libraw/template b/srcpkgs/libraw/template
index 3e72337dfbdc9..d4238abec34e2 100644
--- a/srcpkgs/libraw/template
+++ b/srcpkgs/libraw/template
@@ -1,12 +1,12 @@
 # Template file for 'libraw'
 pkgname=libraw
 version=0.21.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
-makedepends="jasper-devel lcms2-devel"
+makedepends="jasper-devel lcms2-devel libgomp-devel"
 short_desc="Raw image decoder library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel Martinez <danielmartinez@airmail.cc>"
 license="LGPL-2.1-only, CDDL-1.0"
 homepage="https://www.libraw.org"
 changelog="https://github.com/LibRaw/LibRaw/raw/${version%.*}-stable/Changelog.txt"

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

* Re: [PR PATCH] [Updated] libraw: Enable OpenMP, adopt.
  2023-10-19  3:19 [PR PATCH] libraw: Enable OpenMP, adopt Calandracas606
                   ` (2 preceding siblings ...)
  2023-10-19 17:45 ` [PR PATCH] [Updated] " Calandracas606
@ 2023-10-19 17:46 ` Calandracas606
  2023-10-19 22:26 ` [PR PATCH] [Merged]: libraw: Enable OpenMP ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: Calandracas606 @ 2023-10-19 17:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Calandracas606 against master on the void-packages repository

https://github.com/Calandracas606/void-packages libraw-OpenMP
https://github.com/void-linux/void-packages/pull/46768

libraw: Enable OpenMP, adopt.

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From bb38d1355647f881bbbb0edbeee9ac107284cd8a Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@airmail.cc>
Date: Wed, 18 Oct 2023 23:12:36 -0400
Subject: [PATCH] libraw: Enable OpenMP, adopt.

---
 srcpkgs/libraw/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libraw/template b/srcpkgs/libraw/template
index 3e72337dfbdc9..0a8e8d9db7c14 100644
--- a/srcpkgs/libraw/template
+++ b/srcpkgs/libraw/template
@@ -1,10 +1,10 @@
 # Template file for 'libraw'
 pkgname=libraw
 version=0.21.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
-makedepends="jasper-devel lcms2-devel"
+makedepends="jasper-devel lcms2-devel libgomp-devel"
 short_desc="Raw image decoder library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-only, CDDL-1.0"

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

* Re: [PR PATCH] [Merged]: libraw: Enable OpenMP
  2023-10-19  3:19 [PR PATCH] libraw: Enable OpenMP, adopt Calandracas606
                   ` (3 preceding siblings ...)
  2023-10-19 17:46 ` Calandracas606
@ 2023-10-19 22:26 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-10-19 22:26 UTC (permalink / raw)
  To: ml

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

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

libraw: Enable OpenMP
https://github.com/void-linux/void-packages/pull/46768

Description:

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

end of thread, other threads:[~2023-10-19 22:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19  3:19 [PR PATCH] libraw: Enable OpenMP, adopt Calandracas606
2023-10-19  3:24 ` Calandracas606
2023-10-19 10:25 ` [PR REVIEW] " ahesford
2023-10-19 17:45 ` [PR PATCH] [Updated] " Calandracas606
2023-10-19 17:46 ` Calandracas606
2023-10-19 22:26 ` [PR PATCH] [Merged]: libraw: Enable OpenMP ahesford

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