GNU bug report logs - #78246
[PATCH 0/3] gnu: Add bitwuzla.

Previous Next

Package: guix-patches;

Reported by: soeren <at> soeren-tempel.net

Date: Sun, 4 May 2025 17:38:05 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


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

From: soeren <at> soeren-tempel.net
To: 78246 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: cadical: also install C++ header file to /usr/include
Date: Sun,  4 May 2025 19:40:26 +0200
From: Sören Tempel <soeren <at> soeren-tempel.net>

* gnu/packages/maths.scm (cadical)[arguments]: Install cadical.hpp.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index eb23a375b4..53f726f620 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -9840,7 +9840,7 @@ (define-public cadical
                     #:install-plan
                     `(("build" "bin" #:include ("cadical" "mobical"))
                       ("build" "lib" #:include-regexp ("libcadical\\.(a|so)$"))
-                      ("src" "include" #:include ("cadical.h"))
+                      ("src" "include" #:include ("cadical.h" "cadical.hpp"))
                       ;; Internal headers used by cadiback.
                       ("src" "include/cadical" #:include-regexp ("\\.hpp$")))
                     args))))))




This bug report was last modified 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.