GNU bug report logs - #76145
[PATCH] gnu: libcxx: update to 19.1.4.

Previous Next

Package: guix-patches;

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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hikari <aneris <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Hikari <aneris <at> disroot.org>
Subject: [PATCH] gnu: libcxx: update to 19.1.4.
Date: Sat,  8 Feb 2025 14:33:47 +0530
* 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




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.