pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/gama geography/gama: Update to 1.21
details: https://anonhg.NetBSD.org/pkgsrc/rev/35fa3a4bcdc0
branches: trunk
changeset: 382115:35fa3a4bcdc0
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Jul 20 23:38:29 2022 +0000
description:
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:
geography/gama/Makefile | 4 ++--
geography/gama/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 036a7c242ec4 -r 35fa3a4bcdc0 geography/gama/Makefile
--- a/geography/gama/Makefile Wed Jul 20 23:04:56 2022 +0000
+++ b/geography/gama/Makefile Wed Jul 20 23:38:29 2022 +0000
@@ -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 -r 036a7c242ec4 -r 35fa3a4bcdc0 geography/gama/distinfo
--- a/geography/gama/distinfo Wed Jul 20 23:04:56 2022 +0000
+++ b/geography/gama/distinfo Wed Jul 20 23:38:29 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index