pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/octave



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 26 08:31:39 UTC 2023

Modified Files:
        pkgsrc/math/octave: Makefile distinfo

Log Message:
octave: updated to 8.3.0

Version 8.3.0

Improvements and fixes

undo_string_escapes: Return '\0' for NUL byte input
Stop excessive memory usage for minor grid ticks
Include needed headers in installed .cc files
Fix floating point exception when sparse array reshaped to 0x0
unicode2native: Fix conversion to UTF-16
memory: Fix execution on Cygwin.
uniconv-wrappers: Avoid freeing uninitialized pointer
lo-regexp.cc: Only include PCRE2/PCRE headers if feature test succeeded
Fix segfault when saveobj() used with old-style class files
Fix restoring breakpoints from dbstatus breakpoint structure
colorbar.m: Fix undefined variable d
Reset all axes properties except 'Units' and 'Position' with cla ('reset').
unicode2native.m: Restore support for one input parameter
native2unicode, unicode2native: Support empty second argument
fullfile.m: Return empty cell for input with empty cell
audioplayer.m: Emit error if input data Y is empty
Remove obsolete callback constructor code for @audioplayer and @audiorecorder
Avoid false detection of “non-real pivot” in ichol()
Fix building against SuiteSparse 7.1.0 when SPQR is disabled
ellipsoid.m: Avoid returning geometry data unless it is explicitly requested to avoid overwriting ans.
subsasgn: Avoid panic on invalid field names
lex.ll: Remove $ as a valid character for identifiers.
fileparts.m: Allow for relative path on different drive on Windows
datevec.m: Add some ISO 8601 conform formats

Build system / Tests

betaincinv.m: Slightly increase test tolerance (for macOS 13).
colorbar.m: Add tests
sparse-qr.cc: Fix compatibility with SuiteSparse 7.1.0 / CXSparse 4.0.4.
pcg.m: Use eps tolerance in test for ishermitian
fileparts.m: Overhaul BISTs.

Documentation

Return documentation for help properties
Add note to isprime.m on inputs over 2^64.


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 pkgsrc/math/octave/Makefile
cvs rdiff -u -r1.67 -r1.68 pkgsrc/math/octave/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/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.244 pkgsrc/math/octave/Makefile:1.245
--- pkgsrc/math/octave/Makefile:1.244   Tue Jun  6 12:41:51 2023
+++ pkgsrc/math/octave/Makefile Sat Aug 26 08:31:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.244 2023/06/06 12:41:51 riastradh Exp $
+# $NetBSD: Makefile,v 1.245 2023/08/26 08:31:39 adam Exp $
 
-DISTNAME=      octave-8.2.0
+DISTNAME=      octave-8.3.0
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GNU:=octave/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/math/octave/distinfo
diff -u pkgsrc/math/octave/distinfo:1.67 pkgsrc/math/octave/distinfo:1.68
--- pkgsrc/math/octave/distinfo:1.67    Wed May 31 21:37:51 2023
+++ pkgsrc/math/octave/distinfo Sat Aug 26 08:31:39 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.67 2023/05/31 21:37:51 adam Exp $
+$NetBSD: distinfo,v 1.68 2023/08/26 08:31:39 adam Exp $
 
-BLAKE2s (octave-8.2.0.tar.xz) = 7cb0dec397f80e0cf04da78110ac6a72bd829f04527d7c6f2a376d1eb13ae76f
-SHA512 (octave-8.2.0.tar.xz) = 9f56428e990c6aa71a5cfe7698602ba681535c36b140fa9248536c260afebd19f6125c92a0fd6d14fab5a794de49e03ccc98e89ac879108f635b3ffc4ec40514
-Size (octave-8.2.0.tar.xz) = 26970452 bytes
+BLAKE2s (octave-8.3.0.tar.xz) = 155db8bb916148783c36ece015f02b3a1ae3b40d594cd29b984fd86fabbfc0a9
+SHA512 (octave-8.3.0.tar.xz) = b7c8724ca8376783e8563c2050c2d9219309e559116e5cba0fdc9f50780782ff4cc98d382bdbe26055aebffb6be99b110033c682f661a3966ea1b1ddb12d4ac3
+Size (octave-8.3.0.tar.xz) = 26970776 bytes
 SHA1 (patch-Makefile.in) = 7fe47cf88e4dff2eba360600f086f8361ec11535
 SHA1 (patch-configure.ac) = 48a2dee11b33ce80a477367479ad348056c2c1f9
 SHA1 (patch-doc_interpreter_module.mk) = 66389cceddbe71fca0c8197275a839170d64ad5b



Home | Main Index | Thread Index | Old Index