all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mattia Bunel <mattia.bunel@ehess.fr>
To: 73934@debbugs.gnu.org
Cc: Mattia Bunel <mattia.bunel@ehess.fr>,
	Andreas Enge <andreas@enge.fr>, Eric Bavier <bavier@posteo.net>,
	Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#73934] [PATCH 1/2] * gnu/packages/geo.scm (libe57format): New variable.
Date: Mon, 21 Oct 2024 18:14:15 +0200	[thread overview]
Message-ID: <7567b295833caf3d10b5bc77cfce6b630d574f66.1729526539.git.mattia.bunel@ehess.fr> (raw)
In-Reply-To: <cover.1729526539.git.mattia.bunel@ehess.fr>

Change-Id: I4b1473184ed871a5b6c5a4ea8320082292846c3f
---
 gnu/packages/geo.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 5d120b3c98..f96c9fb8a3 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -3600,3 +3600,32 @@ (define-public laszip
 @code{LAZ} files.  The @code{LAS} format is a file format designed for the
 interchange and archiving of lidar point cloud data.")
     (license license:asl2.0)))
+
+(define-public libe57format
+  (package
+    (name "libe57format")
+    (version "3.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/asmaloney/libE57Format")
+             (commit "v3.2.0")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "00sj0splv4apv3kfjfwgsrizhimav3hxw51q1qz4g2fgncn092a9"))))
+    (inputs (list xerces-c))
+    (native-inputs (list googletest))
+    (build-system cmake-build-system)
+    (arguments
+     (list
+      ;; Tests use external data
+      #:configure-flags #~(list "-DE57_BUILD_TEST=NO")
+      #:build-type "Release"
+      #:tests? #f))
+    (home-page "https://github.com/asmaloney/libE57Format")
+    (synopsis "Libray for read and write E57 file format")
+    (description
+     "Library for read and write @code{E57} files.  The @code{E57} format is
+designed for storing point cloud data.")
+    (license (list license:boost1.0 license:expat))))
-- 
2.46.2





  reply	other threads:[~2024-10-21 16:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-21 16:04 [bug#73934] [PATCH 0/2] Add CloudCompare 2.13 Mattia Bunel
2024-10-21 16:14 ` Mattia Bunel [this message]
2024-10-21 16:14 ` [bug#73934] [PATCH 2/2] * gnu/packages/geo.scm (cloudcompare): New variable Mattia Bunel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7567b295833caf3d10b5bc77cfce6b630d574f66.1729526539.git.mattia.bunel@ehess.fr \
    --to=mattia.bunel@ehess.fr \
    --cc=73934@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=bavier@posteo.net \
    --cc=sharlatanus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.