* [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++.
@ 2024-02-09 19:17 Paul A. Patience
2024-02-09 20:02 ` [bug#69006] [PATCH 2/2] gnu: reproc: Improve package style Paul A. Patience
2024-03-01 6:22 ` bug#69006: [PATCH 1/2] gnu: reproc: Enable reproc++ Hilton Chain via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: Paul A. Patience @ 2024-02-09 19:17 UTC (permalink / raw)
To: 69006; +Cc: Paul A. Patience
* gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add
-DREPROC++=ON.
Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0
---
gnu/packages/cpp.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 62a1923571..785b001629 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1058,7 +1058,8 @@ (define-public reproc
;; No tests.
`(#:tests? #f
;; Build the shared library instead of a static one.
- #:configure-flags `("-DBUILD_SHARED_LIBS=1")))
+ #:configure-flags `("-DBUILD_SHARED_LIBS=1"
+ "-DREPROC++=ON")))
(native-inputs
(list pkg-config))
(synopsis "Process IO library")
base-commit: 570ef13a87bb54d3410c431700ba78316a2641e2
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#69006] [PATCH 2/2] gnu: reproc: Improve package style.
2024-02-09 19:17 [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++ Paul A. Patience
@ 2024-02-09 20:02 ` Paul A. Patience
2024-03-01 6:22 ` bug#69006: [PATCH 1/2] gnu: reproc: Enable reproc++ Hilton Chain via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Paul A. Patience @ 2024-02-09 20:02 UTC (permalink / raw)
To: 69006; +Cc: Paul A. Patience
* gnu/packages/cpp.scm (reproc)[arguments]: Use G-expressions.
<#:configure-flags>: Remove unnecessary comment and enable CMake
variable with ON rather than 1.
Change-Id: Ic5e6747e7978a40d1aab66b4c3634342736c0bcf
---
gnu/packages/cpp.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 785b001629..4523ce2b04 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1055,11 +1055,9 @@ (define-public reproc
(base32 "09xnf8hmld1fk8j33zwlz1qcxnjdx1ncbg62csic9va4m1wc2v1d"))))
(build-system cmake-build-system)
(arguments
- ;; No tests.
- `(#:tests? #f
- ;; Build the shared library instead of a static one.
- #:configure-flags `("-DBUILD_SHARED_LIBS=1"
- "-DREPROC++=ON")))
+ (list #:tests? #f ; No tests.
+ #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON"
+ "-DREPROC++=ON")))
(native-inputs
(list pkg-config))
(synopsis "Process IO library")
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#69006: [PATCH 1/2] gnu: reproc: Enable reproc++.
2024-02-09 19:17 [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++ Paul A. Patience
2024-02-09 20:02 ` [bug#69006] [PATCH 2/2] gnu: reproc: Improve package style Paul A. Patience
@ 2024-03-01 6:22 ` Hilton Chain via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-01 6:22 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 69006-done
Hi Paul,
On Sat, 10 Feb 2024 03:17:15 +0800,
Paul A. Patience wrote:
>
> * gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add
> -DREPROC++=ON.
>
> Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0
> ---
> gnu/packages/cpp.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied as b18c003c6908b6d7bc6d63ee4451b5b5cdb6f17c and
a1bf3139a0eefef839542b330e36de824e6541a4, thank you!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-01 6:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 19:17 [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++ Paul A. Patience
2024-02-09 20:02 ` [bug#69006] [PATCH 2/2] gnu: reproc: Improve package style Paul A. Patience
2024-03-01 6:22 ` bug#69006: [PATCH 1/2] gnu: reproc: Enable reproc++ Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).