GNU bug report logs -
#77285
[PATCH] gnu: Remove h5check.
Previous Next
Reported by: Andreas Enge <andreas <at> enge.fr>
Date: Wed, 26 Mar 2025 15:39:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 29 Apr 2025 11:27:06 +0200
with message-id <aBCbaubP-tRTElV4 <at> jurong>
and subject line Re: [bug#77285] [PATCH] gnu: Remove h5check.
has caused the debbugs.gnu.org bug report #77285,
regarding [PATCH] gnu: Remove h5check.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77285: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77285
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/maths.scm (h5check): Delete variable.
Change-Id: Ia7ced02059734cf8a5a2db39bbe0f1b38f67df12
---
The package has no dependents and appears to be unmaintained. The source
code has vanished under the given URL. According to
https://issues.guix.gnu.org/64448
it does not compile any more with current versions of hdf5.
In accordance with our deprecation policy I suggest to remove the
package after April 26.
gnu/packages/maths.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8baf3a0a7f..dae377da7e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2105,26 +2105,6 @@ (define-public hdf5-blosc
Blosc-compressed datasets.")
(license license:expat)))
-(define-public h5check
- (package
- (name "h5check")
- (version "2.0.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://www.hdfgroup.org/ftp/HDF5/tools/"
- "h5check/src/h5check-" version ".tar.gz"))
- (sha256
- (base32
- "1gm76jbwhz9adbxgn14zx8cj33dmjdr2g5xcy0m9c2gakp8w59kj"))))
- (build-system gnu-build-system)
- (inputs (list hdf5-1.8)) ;h5cc for tests
- (home-page "https://www.hdfgroup.org/products/hdf5_tools/h5check.html")
- (synopsis "HDF5 format checker")
- (description "@code{h5check} is a validation tool for verifying that an
-HDF5 file is encoded according to the HDF File Format Specification.")
- (license (license:x11-style "file://COPYING"))))
-
(define-public itex2mml
(package
(name "itex2mml")
base-commit: ea41557c9f8bb8670e25a389a408d0112ea6aa34
--
2.49.0
[Message part 3 (message/rfc822, inline)]
Am Wed, Mar 26, 2025 at 04:35:14PM +0100 schrieb Andreas Enge:
> In accordance with our deprecation policy I suggest to remove the
> package after April 26.
Done.
Andreas
This bug report was last modified 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.