[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77287] [PATCH v2 1/8] gnu: Remove h5check.
From: |
Andreas Enge |
Subject: |
[bug#77287] [PATCH v2 1/8] gnu: Remove h5check. |
Date: |
Sat, 29 Mar 2025 10:21:25 +0100 |
* gnu/packages/maths.scm (h5check): Delete variable.
Change-Id: Ia7ced02059734cf8a5a2db39bbe0f1b38f67df12
---
gnu/packages/maths.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 3de5b7b8ae..0d56dd4410 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2144,26 +2144,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")
--
2.49.0
- [bug#77287] [PATCH] gnu: hdf5: Make hdf@1.14 the default version., Andreas Enge, 2025/03/26
- [bug#77287] [PATCH] gnu: hdf5: Make hdf@1.14 the default version., Sharlatan Hellseher, 2025/03/26
- [bug#77287] [PATCH v2 0/8] Update default hdf5 to 1.14, Andreas Enge, 2025/03/29
- [bug#77287] [PATCH v2 5/8] gnu: Remove mia., Andreas Enge, 2025/03/29
- [bug#77287] [PATCH v2 4/8] gnu: Remove variant-tools., Andreas Enge, 2025/03/29
- [bug#77287] [PATCH v2 2/8] gnu: Remove shogun., Andreas Enge, 2025/03/29
- [bug#77287] [PATCH v2 8/8] gnu: hdf-java: Update to 1.14.3., Andreas Enge, 2025/03/29
- [bug#77287] [PATCH v2 3/8] gnu: Remove atlas., Andreas Enge, 2025/03/29
- [bug#77287] [PATCH v2 7/8] gnu: hdf5: Make hdf@1.14 the default version., Andreas Enge, 2025/03/29
- [bug#77287] [PATCH v2 1/8] gnu: Remove h5check.,
Andreas Enge <=
- [bug#77287] [PATCH v2 6/8] gnu: Remove itk-snap., Andreas Enge, 2025/03/29
- [bug#77287] [PATCH v2 0/8] Update default hdf5 to 1.14, David Elsing, 2025/03/30