all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65099] [PATCH] gnu: Add libmseed.
@ 2023-08-05 16:18 Vinicius Monego
  2023-10-14  8:29 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Vinicius Monego @ 2023-08-05 16:18 UTC (permalink / raw)
  To: 65099; +Cc: Vinicius Monego

* gnu/packages/geo.scm (libmseed): New variable.
---
 gnu/packages/geo.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index cce4f2518d..a581495784 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1779,6 +1779,34 @@ (define-public libspatialindex
 ")
     (license license:expat)))
 
+(define-public libmseed
+  (package
+    (name "libmseed")
+    (version "3.0.17")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/EarthScope/libmseed")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "090xqcm9485vy6fbs2d1nd56fyy6mwh9kfflmflqqf4ckvaiskp6"))))
+    (build-system gnu-build-system)
+    (arguments
+     (list #:make-flags #~(list (string-append "CC=" #$(cc-for-target))
+                                (string-append "PREFIX=" #$output))
+           #:phases #~(modify-phases %standard-phases
+                        (delete 'configure))))
+    (home-page "https://earthscope.github.io/libmseed/")
+    (synopsis "Library for the miniSEED data format")
+    (description "The miniSEED library provides a framework for manipulation
+of SEED data records, a format for commonly used for seismological time
+series and related data.  The library includes the functionality to read
+and write data records, in addition to reconstructing time series
+from multiple records.")
+    (license license:asl2.0)))
+
 (define-public python-rtree
   (package
     (name "python-rtree")
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#65099] [PATCH] gnu: Add libmseed.
  2023-08-05 16:18 [bug#65099] [PATCH] gnu: Add libmseed Vinicius Monego
@ 2023-10-14  8:29 ` Mathieu Othacehe
  2024-04-07 19:51   ` bug#65099: " Vinicius Monego
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2023-10-14  8:29 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 65099


Hey,

> +(define-public libmseed

https://qa.guix.gnu.org/issue/65099 reports that this package is not
building on armhf-linux and i686-linux. Do you think it could be easily
fixed?

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#65099: [PATCH] gnu: Add libmseed.
  2023-10-14  8:29 ` Mathieu Othacehe
@ 2024-04-07 19:51   ` Vinicius Monego
  0 siblings, 0 replies; 3+ messages in thread
From: Vinicius Monego @ 2024-04-07 19:51 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 65099-done

Em sáb, 2023-10-14 às 10:29 +0200, Mathieu Othacehe escreveu:
> 
> Hey,
> 
> > +(define-public libmseed
> 
> https://qa.guix.gnu.org/issue/65099 reports that this package is not
> building on armhf-linux and i686-linux. Do you think it could be
> easily
> fixed?
> 
> Thanks,
> 
> Mathieu
> 

Hello,

I pushed the patch with a version update. Unfortunately, I don't know
how to fix the build on other ISAs, or if version 3+ even supports 32
bit ones.

Vinicius




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-07 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 16:18 [bug#65099] [PATCH] gnu: Add libmseed Vinicius Monego
2023-10-14  8:29 ` Mathieu Othacehe
2024-04-07 19:51   ` bug#65099: " Vinicius Monego

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.