[PATCH] gnu: tclap 1.4.0-rc2.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Lars Bilke
Owner
unassigned
Submitted by
Lars Bilke
Severity
normal

Debbugs page

Lars Bilke wrote 1 months ago
(address . guix-patches@gnu.org)(name . Lars Bilke)(address . lars.bilke@ufz.de)
f06ec60b98a625ba1ff6b289497f8b36d890dd7f.1739175274.git.lars.bilke@ufz.de
* gnu/packages/cpp.scm (tclap): Update to 1.4.0-rc2.

Change-Id: I740a834f1b9c7811d9f71454d0cfa3384eb8ad4d
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index c6c63d3ffc..b9650e22fc 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -3534,14 +3534,14 @@ (define-public cpp-ada-url-parser
(define-public tclap
(package
(name "tclap")
- (version "1.4.0-rc1")
+ (version "1.4.0-rc2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "-" version
".tar.bz2"))
(sha256
- (base32 "1ii0gs965xagqfdwln9hd61y68352msybbq059grwspp51w8rq9k"))))
+ (base32 "1xy5q78ff7z22gnia320qlaf0mawv2m02rl6b7dawxy4mmdwwlna"))))
(build-system cmake-build-system)
(arguments
(list

base-commit: a3437ed164f9a1bb13156e323a470a6f1dcb410e
--
2.46.1
Lars Bilke wrote 1 months ago
Re: bug#76173: Acknowledgement ([PATCH] gnu: tclap 1.4.0-rc2.)
(address . 76173@debbugs.gnu.org)
5C0C7271-8151-4B12-983A-BAB7D53303C2@ufz.de
There is still no new release of TCLAP availbale but this new release candidate contains some important compile fixes for gcc 11 with C++20 enabled:

jgart wrote 3 weeks ago
Re: [PATCH] gnu: tclap 1.4.0-rc2.
8fe4e851a8b637d52306673900c98d08ca35d88f@dismail.de
Applied, thanks!
--
all the best,
jgart
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76173@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76173
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help