pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/gama



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jul 20 23:38:29 UTC 2022

Modified Files:
        pkgsrc/geography/gama: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/geography/gama/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/geography/gama/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gama/Makefile
diff -u pkgsrc/geography/gama/Makefile:1.52 pkgsrc/geography/gama/Makefile:1.53
--- pkgsrc/geography/gama/Makefile:1.52 Thu Jun 30 17:53:21 2022
+++ pkgsrc/geography/gama/Makefile      Wed Jul 20 23:38:29 2022
@@ -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/}
 

Index: pkgsrc/geography/gama/distinfo
diff -u pkgsrc/geography/gama/distinfo:1.28 pkgsrc/geography/gama/distinfo:1.29
--- pkgsrc/geography/gama/distinfo:1.28 Thu Jun 30 17:53:21 2022
+++ pkgsrc/geography/gama/distinfo      Wed Jul 20 23:38:29 2022
@@ -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