This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a2f87d74b3 gnu: Remove proj-9.3.
a2f87d74b3 is described below

commit a2f87d74b3d5ca230d71dd96d1b9300f66bd2481
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 11 22:48:51 2026 +0200

    gnu: Remove proj-9.3.
    
    * gnu/packages/geo.scm (proj-9.3): Delete variable.
    
    Merges: guix/guix!10388
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/geo.scm | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 32556ed0b7..954397559e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -975,46 +975,6 @@ lets developers use the functionality of Proj in their own 
software.")
                    ;; src/geodesic.*, src/tests/geodtest.cpp
                    license:x11))))
 
-(define-public proj-9.3
-  (package
-    (inherit proj)
-    (version "9.3.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "http://download.osgeo.org/proj/proj-";
-                           version ".tar.gz"))
-       (sha256
-        (base32
-         "1g0hkpiablvhsmw0kn5frwgdir3q7avc45p6lc1zhhhzkv5ikydh"))))
-    (arguments
-     (if (target-32bit?)
-         (list
-          #:phases
-          '(modify-phases %standard-phases
-             (add-after 'unpack 'patch-tests
-               (lambda _
-                 ;; These regression tests fail due to accuracy problems.
-                 (substitute* "test/unit/test_factory.cpp"
-                   (("^TEST\\(factory, 
AuthorityFactory_createUnitOfMeasure_linear_us_survey_foot\\) \\{" m)
-                    (string-append m "\nGTEST_SKIP();\n")))
-                 (substitute* "test/unit/test_grids.cpp"
-                   (("^TEST_F\\(GridTest, VerticalShiftGridSet_gtx\\) \\{" m)
-                    (string-append m "\nGTEST_SKIP();\n")))
-                 (substitute* "test/unit/test_defmodel.cpp"
-                   (("^TEST\\(defmodel, evaluator_horizontal_unit_metre\\) 
\\{" m)
-                    (string-append m "\nGTEST_SKIP();\n")))
-                 ;; These regression tests fail due to accuracy problems.
-                 (substitute* "test/CMakeLists.txt"
-                   (("proj_add_gie_test\\(\"4D-API-cs2cs-style\".+") "")
-                   (("proj_add_gie_test\\(\"Builtins\".+") "")
-                   (("proj_add_gie_test\\(\"peirce_q\".+") "")
-                   (("proj_add_gie_test\\(\"adams_ws2\".+") ""))
-                 (substitute* "test/cli/CMakeLists.txt"
-                   (("proj_add_test_script_sh\\(\"testvarious\" CS2CS_BIN\\)") 
""))))))
-         '()))))
-
-
 (define-public python-obspy
   (package
     (name "python-obspy")

Reply via email to