summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-07-20 23:38:29 +0000
committergdt <gdt@pkgsrc.org>2022-07-20 23:38:29 +0000
commit4f4162432e5124892744e864ebdc5af8895acbf5 (patch)
tree49f7c8c074e256752543c818fb93856553bedcb6 /geography
parent9517aa6431f0f56b9d5d0211b7682436c4ccef94 (diff)
downloadpkgsrc-4f4162432e5124892744e864ebdc5af8895acbf5.tar.gz
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.
Diffstat (limited to 'geography')
-rw-r--r--geography/gama/Makefile4
-rw-r--r--geography/gama/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/geography/gama/Makefile b/geography/gama/Makefile
index 22193f4aa2a..3ed15126994 100644
--- a/geography/gama/Makefile
+++ b/geography/gama/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2022/06/30 17:53:21 gdt Exp $
+# $NetBSD: Makefile,v 1.53 2022/07/20 23:38:29 gdt Exp $
#
-DISTNAME= gama-2.19
+DISTNAME= gama-2.21
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
diff --git a/geography/gama/distinfo b/geography/gama/distinfo
index bbab1375e61..8baab8ba9c1 100644
--- a/geography/gama/distinfo
+++ b/geography/gama/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2022/06/30 17:53:21 gdt Exp $
+$NetBSD: distinfo,v 1.29 2022/07/20 23:38:29 gdt Exp $
-BLAKE2s (gama-2.19.tar.gz) = f1ae211b2adba01b7773e56a85c261cdf2c9ff497cba66f15ef38a72503997bf
-SHA512 (gama-2.19.tar.gz) = 05291293d4828f9e0717e8d5a63a949999ab364ccfc43e69daff95f4f37fc1ccf4cba4d602e89094c800b4d3561bb3f3b4670c844a995fe6093f674bf7cce397
-Size (gama-2.19.tar.gz) = 14818604 bytes
+BLAKE2s (gama-2.21.tar.gz) = ffb5082cd8829e87c2dee2cdf9e1a8ea43d90dcc4cc2e81cffe23b69eccd4277
+SHA512 (gama-2.21.tar.gz) = f1003085eb690375d42bbbb990b1e146c169890d6e90dc894a119a021b16801cf892cbff74d99d7412cde34e3b5e4ada8dad84cae77082bd7c379847828defcf
+Size (gama-2.21.tar.gz) = 14827546 bytes