* [bug#58053] [PATCH 0/1] Add emacs-cpreproc-houdini
@ 2022-09-25 0:04 Fredrik Salomonsson
2022-09-25 0:07 ` [bug#58053] [PATCH 1/1] gnu: Add emacs-cpreproc-openvdb Fredrik Salomonsson
0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2022-09-25 0:04 UTC (permalink / raw)
To: 58053; +Cc: Fredrik Salomonsson
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#58053] [PATCH 1/1] gnu: Add emacs-cpreproc-openvdb.
2022-09-25 0:04 [bug#58053] [PATCH 0/1] Add emacs-cpreproc-houdini Fredrik Salomonsson
@ 2022-09-25 0:07 ` Fredrik Salomonsson
2022-09-25 13:18 ` bug#58053: " Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2022-09-25 0:07 UTC (permalink / raw)
To: 58053; +Cc: Fredrik Salomonsson
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#58053: [PATCH 1/1] gnu: Add emacs-cpreproc-openvdb.
2022-09-25 0:07 ` [bug#58053] [PATCH 1/1] gnu: Add emacs-cpreproc-openvdb Fredrik Salomonsson
@ 2022-09-25 13:18 ` Nicolas Goaziou
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-09-25 13:18 UTC (permalink / raw)
To: Fredrik Salomonsson; +Cc: 58053-done
Hello,
Fredrik Salomonsson <plattfot@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-25 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-25 0:04 [bug#58053] [PATCH 0/1] Add emacs-cpreproc-houdini Fredrik Salomonsson
2022-09-25 0:07 ` [bug#58053] [PATCH 1/1] gnu: Add emacs-cpreproc-openvdb Fredrik Salomonsson
2022-09-25 13:18 ` bug#58053: " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.