Wed Jul 20 23:38:29 2022 UTC ()
geography/gama: Update to 1.21

Changes in release 2.21

  - bugfixes

Changes in release 2.20 (2022-06-30)

  - The new algorithm ICGS (iterated classical Gram-Schmidt) in the
    class AdjGSO replaced the former algorithm MGS (modified
    Gram-Schmidt), which was implemented with column pivoting as a
    template class GSO. The template class GSO is meant only as a tool
    for testing purposes. Both initial scaling and pivoting with
    euclidean norms are not suitable for practical computations.

    The old legacy code with MGS used in the AdjGSO class is still
    available with conditional compilation directive statements if the
    name GNU_GAMA_GSO_LEGACY_CODE is defined.


(gdt)
diff -r1.52 -r1.53 pkgsrc/geography/gama/Makefile
diff -r1.28 -r1.29 pkgsrc/geography/gama/distinfo

cvs diff -r1.52 -r1.53 pkgsrc/geography/gama/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/gama/Makefile 2022/06/30 17:53:21 1.52
+++ pkgsrc/geography/gama/Makefile 2022/07/20 23:38:29 1.53
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.52 2022/06/30 17:53:21 gdt Exp $ 1# $NetBSD: Makefile,v 1.53 2022/07/20 23:38:29 gdt Exp $
2# 2#
3 3
4DISTNAME= gama-2.19 4DISTNAME= gama-2.21
5CATEGORIES= geography 5CATEGORIES= geography
6MASTER_SITES= ${MASTER_SITE_GNU:=gama/} 6MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= https://www.gnu.org/s/gama/ 9HOMEPAGE= https://www.gnu.org/s/gama/
10COMMENT= Geodetic network adjustment (surveying) 10COMMENT= Geodetic network adjustment (surveying)
11LICENSE= gnu-gpl-v2 # or later 11LICENSE= gnu-gpl-v2 # or later
12 12
13USE_LANGUAGES= c c++11 13USE_LANGUAGES= c c++11
14# Not documented, but apparent. 14# Not documented, but apparent.
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.28 -r1.29 pkgsrc/geography/gama/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/gama/distinfo 2022/06/30 17:53:21 1.28
+++ pkgsrc/geography/gama/distinfo 2022/07/20 23:38:29 1.29
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.28 2022/06/30 17:53:21 gdt Exp $ 1$NetBSD: distinfo,v 1.29 2022/07/20 23:38:29 gdt Exp $
2 2
3BLAKE2s (gama-2.19.tar.gz) = f1ae211b2adba01b7773e56a85c261cdf2c9ff497cba66f15ef38a72503997bf 3BLAKE2s (gama-2.21.tar.gz) = ffb5082cd8829e87c2dee2cdf9e1a8ea43d90dcc4cc2e81cffe23b69eccd4277
4SHA512 (gama-2.19.tar.gz) = 05291293d4828f9e0717e8d5a63a949999ab364ccfc43e69daff95f4f37fc1ccf4cba4d602e89094c800b4d3561bb3f3b4670c844a995fe6093f674bf7cce397 4SHA512 (gama-2.21.tar.gz) = f1003085eb690375d42bbbb990b1e146c169890d6e90dc894a119a021b16801cf892cbff74d99d7412cde34e3b5e4ada8dad84cae77082bd7c379847828defcf
5Size (gama-2.19.tar.gz) = 14818604 bytes 5Size (gama-2.21.tar.gz) = 14827546 bytes