GNU bug report logs - #58053
[PATCH 0/1] Add emacs-cpreproc-houdini

Previous Next

Package: guix-patches;

Reported by: Fredrik Salomonsson <plattfot <at> posteo.net>

Date: Sun, 25 Sep 2022 00:05:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58053 in the body.
You can then email your comments to 58053 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58053; Package guix-patches. (Sun, 25 Sep 2022 00:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 25 Sep 2022 00:05:02 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 0/1] Add emacs-cpreproc-houdini
Date: Sun, 25 Sep 2022 00:04:15 +0000
A package that uses my emacs-cpreproc to make it easier to develop C++ code
that uses openvdb in Emacs.

Fredrik Salomonsson (1):
  gnu: Add emacs-cpreproc-openvdb.

 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)


base-commit: fc07082fe3d750c85282c4aa57d01a36ebe9296b
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#58053; Package guix-patches. (Sun, 25 Sep 2022 00:09:01 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 58053 <at> debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 1/1] gnu: Add emacs-cpreproc-openvdb.
Date: Sun, 25 Sep 2022 00:07:56 +0000
* gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0e3e0be3b8..bef9542f80 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23542,6 +23542,32 @@ (define-public emacs-cpreproc
 versions of third party libraries or @code{C++} standards.")
    (license license:gpl3+)))
 
+(define-public emacs-cpreproc-openvdb
+  (package
+   (name "emacs-cpreproc-openvdb")
+   (version "3.0.0")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://git.sr.ht/~plattfot/cpreproc-openvdb")
+           (commit version)))
+     (sha256
+      (base32
+       "0n1y8cxx6xipvip8y6nk9ig1dpjdksz77956wlql3lhqcrcn5hzg"))
+     (file-name (git-file-name name version))))
+   (build-system emacs-build-system)
+   (propagated-inputs
+    (list
+     emacs-cpreproc))
+   (home-page "https://sr.ht/~plattfot/cpreproc")
+   (synopsis "Create preprocessor macros for @code{C++} that uses @code{openvdb}.")
+   (description
+    "Aim for this project is to make it easier to generate preprocessor
+macros from Emacs for @code{C++} code that uses @code{openvdb} and
+needs to be build against multiple incompatible versions of it.")
+   (license license:gpl3+)))
+
 (define-public emacs-org-brain
   (package
     (name "emacs-org-brain")
-- 
2.37.3





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 25 Sep 2022 13:19:01 GMT) Full text and rfc822 format available.

Notification sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
bug acknowledged by developer. (Sun, 25 Sep 2022 13:19:01 GMT) Full text and rfc822 format available.

Message #13 received at 58053-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Fredrik Salomonsson <plattfot <at> posteo.net>
Cc: 58053-done <at> debbugs.gnu.org
Subject: Re: [bug#58053] [PATCH 1/1] gnu: Add emacs-cpreproc-openvdb.
Date: Sun, 25 Sep 2022 15:18:07 +0200
Hello,

Fredrik Salomonsson <plattfot <at> posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb): New variable.

Thank you. I applied your patch.

> +   (synopsis "Create preprocessor macros for @code{C++} that uses @code{openvdb}.")
> +   (description
> +    "Aim for this project is to make it easier to generate preprocessor
> +macros from Emacs for @code{C++} code that uses @code{openvdb} and
> +needs to be build against multiple incompatible versions of it.")

Nitpick: I removed the, IMO, unnecessary Texinfo markup around C++ and
OpenVDB. I also removed the final full stop.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 24 Oct 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 177 days ago.

Previous Next


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