pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/arpack-ng



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  6 10:57:53 UTC 2023

Modified Files:
        pkgsrc/math/arpack-ng: Makefile PLIST distinfo

Log Message:
arpack-ng: updated to 3.9.1

arpack-ng - 3.9.1
* pyarpack: Ensure that the matrix properties (symmetric/hermitian) fit the solver (CG/LDL) with which they are used in the tests
* [BUG FIX] Tests for PARPACK with C/C++ bindings icb_parpack_c and icb_parpack_cpp are now really parallel and split the problem across MPI processes.
* Update arpackmm test suite: enable solving non-symmetric tests with BiCG solver
* README: Add details on Windows installation.
* [BUG FIX] Ensure that LAPACK RNG state is propagated (regression in 3.9.0).
* [BUG FIX] Ensure that separate random seeds are used on different parallel thread in D and S versions of functions (issue from original ARPACK).
* ICB(arpackdef.h): distinct intel llvm compiler (icx with clang-cl) from msvc on windows
* ICB(arpackdef.h): Undef macro I if complex.h from msvc version is loaded, which is an usual name and causes issues on arpackSolver.
* [BUG FIX] Fix install: headers in /path/to/local/include/arpack for ICB samples
* [BUG FIX] Fix install: headers in /path/to/local/include/arpack
* arpackmm: allow for using LA/SA magnitudes.
* Rename icbexmm option into eigen option.
* README: document how to use ICB.
* [BUG FIX] arpackmm: fix restart.
* README: document where to find arpack user's guide.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/arpack-ng/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/arpack-ng/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/arpack-ng/distinfo

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

Modified files:

Index: pkgsrc/math/arpack-ng/Makefile
diff -u pkgsrc/math/arpack-ng/Makefile:1.8 pkgsrc/math/arpack-ng/Makefile:1.9
--- pkgsrc/math/arpack-ng/Makefile:1.8  Wed May 31 21:35:31 2023
+++ pkgsrc/math/arpack-ng/Makefile      Mon Nov  6 10:57:52 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/05/31 21:35:31 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/11/06 10:57:52 adam Exp $
 
-DISTNAME=      arpack-ng-3.9.0
+DISTNAME=      arpack-ng-3.9.1
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=opencollab/}
 

Index: pkgsrc/math/arpack-ng/PLIST
diff -u pkgsrc/math/arpack-ng/PLIST:1.4 pkgsrc/math/arpack-ng/PLIST:1.5
--- pkgsrc/math/arpack-ng/PLIST:1.4     Wed May 31 21:35:31 2023
+++ pkgsrc/math/arpack-ng/PLIST Mon Nov  6 10:57:52 2023
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2023/05/31 21:35:31 adam Exp $
-include/arpack-ng/arpackdef.h
-include/arpack-ng/arpackicb.h
-include/arpack-ng/debug.h
-include/arpack-ng/debugF90.h
-include/arpack-ng/stat.h
-include/arpack-ng/statF90.h
+@comment $NetBSD: PLIST,v 1.5 2023/11/06 10:57:52 adam Exp $
+include/arpack/arpackdef.h
+include/arpack/arpackicb.h
+include/arpack/debug.h
+include/arpack/debugF90.h
+include/arpack/stat.h
+include/arpack/statF90.h
 lib/cmake/arpackng/arpackng-config-version.cmake
 lib/cmake/arpackng/arpackng-config.cmake
 lib/cmake/arpackng/arpackngTargets-release.cmake

Index: pkgsrc/math/arpack-ng/distinfo
diff -u pkgsrc/math/arpack-ng/distinfo:1.5 pkgsrc/math/arpack-ng/distinfo:1.6
--- pkgsrc/math/arpack-ng/distinfo:1.5  Wed May 31 21:35:31 2023
+++ pkgsrc/math/arpack-ng/distinfo      Mon Nov  6 10:57:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/05/31 21:35:31 adam Exp $
+$NetBSD: distinfo,v 1.6 2023/11/06 10:57:52 adam Exp $
 
-BLAKE2s (arpack-ng-3.9.0.tar.gz) = b82ffac2169125efbfd4727c5742e14cbe19a86388ba0cc8336de41ecedcbdd2
-SHA512 (arpack-ng-3.9.0.tar.gz) = fbcaa2179dd1aa5a39fc3e7d80f377ec90ddf16ef93184a88e6ecfc464ed97e5659f2cf578294ac3e0b0c0da6408c86acf5bbdce533e1e9d2a3121848340d282
-Size (arpack-ng-3.9.0.tar.gz) = 1015328 bytes
+BLAKE2s (arpack-ng-3.9.1.tar.gz) = cf72dbd14a0b1c64cda9058c17221aeef00980e7a87b2d9cfef77fa071362a99
+SHA512 (arpack-ng-3.9.1.tar.gz) = 1ca590a8c4f75aa74402f9bd62e63851039687f4cb11afa8acb05fce1f22a512bff5fd1709ea85fdbea90b344fbbc01e3944c770b5ddc4d1aabc98ac334f78d2
+Size (arpack-ng-3.9.1.tar.gz) = 1020208 bytes



Home | Main Index | Thread Index | Old Index