GNU bug report logs -
#76145
[PATCH] gnu: libcxx: update to 19.1.4.
Previous Next
Reported by: Hikari <aneris <at> disroot.org>
Date: Sat, 8 Feb 2025 16:40:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Feb 2025 11:28:40 +0800
with message-id <87ikpeed5j.fsf <at> envs.net>
and subject line Re: [bug#76145] [PATCH] gnu: libcxx: update to 19.1.4.
has caused the debbugs.gnu.org bug report #76145,
regarding [PATCH] gnu: libcxx: update to 19.1.4.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
76145: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76145
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/llvm.scm (libcxx): update to 19.1.4.
[native-inputs]: remove clang; add clang-19.
[native-inputs]: add libunwind-headers.
[arguments]<#:configure-flags>: add libunwind.
Change-Id: I8235077727b6f54edddc60d9bf1c4c9de93b32fe
---
gnu/packages/llvm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 07506fa850..5f5b38ef6e 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1858,14 +1858,14 @@ (define-public lldb
(define-public libcxx
(package
(name "libcxx")
- (version (package-version llvm-15))
+ (version (package-version llvm-19))
(source (llvm-monorepo version))
(build-system cmake-build-system)
(arguments
(list
#:tests? #f
#:configure-flags
- #~(list "-DLLVM_ENABLE_RUNTIMES=libcxx;libcxxabi"
+ #~(list "-DLLVM_ENABLE_RUNTIMES=libcxx;libcxxabi;libunwind"
"-DCMAKE_C_COMPILER=clang"
"-DCMAKE_CXX_COMPILER=clang++"
;; libc++.so is actually a GNU ld style linker script, however,
@@ -1894,7 +1894,7 @@ (define-public libcxx
(getenv "CPLUS_INCLUDE_PATH"))
#t))))))
(native-inputs
- (list clang llvm python))
+ (list clang-19 libunwind-headers llvm python))
(home-page "https://libcxx.llvm.org")
(synopsis "C++ standard library")
(description
base-commit: 0c9da3dbcb47840089a0213a59c385e780317bb6
--
2.48.1
[Message part 3 (message/rfc822, inline)]
Hikari <aneris <at> disroot.org> writes:
> * gnu/packages/llvm.scm (libcxx): update to 19.1.4.
Pushed with adjusted commit message, thanks.
This bug report was last modified 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.