diff options
| author | Andreas Enge <andreas@enge.fr> | 2023-08-21 22:35:34 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2023-08-21 22:35:34 +0200 |
| commit | b08178a053757c4eb95b95e7c3c0d75881d8b714 (patch) | |
| tree | 5ae78ad569998e8067e0c3e56e86af133d168990 /gnu | |
| parent | 4c7627dfec88350f9a1705e9527c38dd41506f8b (diff) | |
gnu: hdf5: Remove 1.12.2.
* gnu/packages/maths.scm (hdf5-1.12): Remove variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1666d6e4200..d43f616e38f 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -1552,26 +1552,6 @@ extremely large and complex data collections.") | |||
| 1552 | (base32 "14gih7kmjx4h3lc7pg4fwcl28hf1qqkf2x7rljpxqvzkjrqbxi00")) | 1552 | (base32 "14gih7kmjx4h3lc7pg4fwcl28hf1qqkf2x7rljpxqvzkjrqbxi00")) |
| 1553 | (patches (search-patches "hdf5-config-date.patch")))))) | 1553 | (patches (search-patches "hdf5-config-date.patch")))))) |
| 1554 | 1554 | ||
| 1555 | (define-public hdf5-1.12 | ||
| 1556 | (package | ||
| 1557 | (inherit hdf5-1.8) | ||
| 1558 | (version "1.12.2") | ||
| 1559 | (source | ||
| 1560 | (origin | ||
| 1561 | (method url-fetch) | ||
| 1562 | (uri (list (string-append "https://support.hdfgroup.org/ftp/HDF5/releases/" | ||
| 1563 | "hdf5-" (version-major+minor version) | ||
| 1564 | "/hdf5-" version "/src/hdf5-" | ||
| 1565 | version ".tar.bz2") | ||
| 1566 | (string-append "https://support.hdfgroup.org/ftp/HDF5/" | ||
| 1567 | "current" | ||
| 1568 | (apply string-append | ||
| 1569 | (take (string-split version #\.) 2)) | ||
| 1570 | "/src/hdf5-" version ".tar.bz2"))) | ||
| 1571 | (sha256 | ||
| 1572 | (base32 "1zlawdzb0gsvcxif14fwr5ap2gk4b6j02wirr2hcx8hkcbivp20s")) | ||
| 1573 | (patches (search-patches "hdf5-config-date.patch")))))) | ||
| 1574 | |||
| 1575 | (define-public hdf5-1.14 | 1555 | (define-public hdf5-1.14 |
| 1576 | (package | 1556 | (package |
| 1577 | (inherit hdf5-1.8) | 1557 | (inherit hdf5-1.8) |
