guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: Add emacs-cpreproc-openvdb.


From: guix-commits
Subject: 01/07: gnu: Add emacs-cpreproc-openvdb.
Date: Sun, 25 Sep 2022 09:13:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c4af643391340b643f890bf404e5bd8ff6c0763c
Author: Fredrik Salomonsson <plattfot@posteo.net>
AuthorDate: Sun Sep 25 00:07:56 2022 +0000

    gnu: Add emacs-cpreproc-openvdb.
    
    * gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d324b39af3..4c4b4df084 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23579,6 +23579,31 @@ from Emacs for C/C++ code that needs to be build 
against multiple incompatible
 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 C++ that uses OpenVDB.")
+   (description
+    "This project makes it easier to generate preprocessor macros from Emacs
+for C++ code that uses 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]