[bug#58053,1/1] gnu: Add emacs-cpreproc-openvdb.
Commit Message
* gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb): New variable.
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Comments
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,
@@ -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")