GNU bug report logs -
#65099
[PATCH] gnu: Add libmseed.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sat, 5 Aug 2023 16:20:02 UTC
Severity: normal
Tags: patch
Done: Vinicius Monego <monego <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65099 in the body.
You can then email your comments to 65099 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65099
; Package
guix-patches
.
(Sat, 05 Aug 2023 16:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vinicius Monego <monego <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 05 Aug 2023 16:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65099
; Package
guix-patches
.
(Sat, 14 Oct 2023 08:31:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 65099 <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Vinicius Monego <monego <at> posteo.net>
:
You have taken responsibility.
(Sun, 07 Apr 2024 19:53:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vinicius Monego <monego <at> posteo.net>
:
bug acknowledged by developer.
(Sun, 07 Apr 2024 19:53:04 GMT)
Full text and
rfc822 format available.
Message #13 received at 65099-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 06 May 2024 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.