GNU bug report logs -
#78246
[PATCH 0/3] gnu: Add bitwuzla.
Previous Next
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: 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.