guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit e246cf22005ce064ac74166a9644443c1ba70cf1
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jan 5 21:59:20 2026 +0100
gnu: Remove gctp.
* gnu/packages/maths.scm (gctp): Delete variable.
Fixes: guix/guix#4761
Change-Id: If04e27063eb68dcfbe1d0057f1b4e097c8de153f
---
gnu/packages/maths.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a44f92df0c..883f28bd1d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1678,32 +1678,6 @@ structures for meshing and parallelism, as well as more
environment-related aspe
such as dataset configuration.")
(license license:asl2.0)))
-(define-public gctp
- (package
- (name "gctp")
- (version "2.0.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/OkoSanto/GCTP")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "11wqmd443b4nksdbzp1msdws3av948nmwq1xz80w6hka3ss2aigd"))))
- (native-inputs
- (list gfortran))
- (build-system gnu-build-system)
- (synopsis "General Cartographic Transformation Package (GCTP)")
- (description
- "The General Cartographic Transformation Package (GCTP) is a system of
-software routines designed to permit the transformation of coordinate pairs
-from one map projection to another. The GCTP is the standard computer
-software used by the National Mapping Division for map projection
-computations.")
- (home-page "https://github.com/OkoSanto/GCTP")
- (license license:public-domain)))
;https://www2.usgs.gov/laws/info_policies.html
-
(define-public hdf4
(package
(name "hdf4")