diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-03-16 18:28:02 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-03-16 18:28:02 -0500 |
commit | c92f309e944f792808ba1c6124dd6f8ec75428a2 (patch) | |
tree | e5fa44c36a620f0d08e15b97f46f913851b206b4 /math/octave | |
parent | net/waypipe: update to 0.9.0 (diff) |
math/octave: Update to 9.1.0.
math/octave-forge: Bump portrevision.
Mark broken and set optional dependency to off in math/octave-forge:
math/octave-forge-bioinfo
math/octave-forge-coder
math/octave-forge-financial
math/octave-forge-fits
math/octave-forge-fuzzy-logic-toolkit
math/octave-forge-gnuplot
math/octave-forge-informationtheory
math/octave-forge-irsa
math/octave-forge-level-set
math/octave-forge-nnet
math/octave-forge-plot
math/octave-forge-queueing
math/octave-forge-symband
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 9 | ||||
-rw-r--r-- | math/octave/distinfo | 6 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_find-defun-files.sh | 11 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_find-files-with-tests.sh | 11 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_get-source-mtime.sh | 11 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_mk-octave-config-h.sh | 11 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_mk-pkg-add.sh | 11 | ||||
-rw-r--r-- | math/octave/files/patch-libgnu_math.in.h | 8 | ||||
-rw-r--r-- | math/octave/files/patch-liboctave_util_quit.h | 11 | ||||
-rw-r--r-- | math/octave/pkg-plist | 51 |
10 files changed, 56 insertions, 84 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 91b5621e6d42..580a280444fb 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 6 CATEGORIES= math MASTER_SITES= GNU @@ -112,13 +111,7 @@ OPENBLAS_USES= blaslapack:openblas NETLIB_USES= blaslapack:netlib ATLAS_USES= blaslapack:atlas -pre-configure: - ${REINPLACE_CMD} 's+"makeinfo"+"${LOCALBASE}/bin/makeinfo"+' ${WRKSRC}/libinterp/corefcn/help.cc - ${REINPLACE_CMD} 's/"-qt=$$qt_version"/"-qt=qt$$qt_version"/' ${WRKSRC}/configure - -#post-install: -# (cd ${STAGEDIR}${DATADIR} && ${LN} -s ${PORTVERSION}/imagelib .) -# ${RM} -r ${STAGEDIR}${DATADIR}/${PORTVERSION}/etc/tests/fixed/${WRKDIR:C+/++:C+/.*++} +BINARY_ALIAS= sed=gsed post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/math/octave/distinfo b/math/octave/distinfo index 4c0ae6117cc0..2086ffffb186 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699319850 -SHA256 (octave-8.4.0.tar.xz) = 6f9ad73a3ee4291b6341d6c0f5e5c85d6e0310376e4991b959a6d340b3ffa8a8 -SIZE (octave-8.4.0.tar.xz) = 26941864 +TIMESTAMP = 1710614845 +SHA256 (octave-9.1.0.tar.xz) = ed654b024aea56c44b26f131d31febc58b7cf6a82fad9f0b0bf6e3e9aa1a134b +SIZE (octave-9.1.0.tar.xz) = 27393912 diff --git a/math/octave/files/patch-build-aux_find-defun-files.sh b/math/octave/files/patch-build-aux_find-defun-files.sh deleted file mode 100644 index d0b23b1b35be..000000000000 --- a/math/octave/files/patch-build-aux_find-defun-files.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build-aux/find-defun-files.sh.orig 2020-11-26 18:20:44 UTC -+++ build-aux/find-defun-files.sh -@@ -27,7 +27,7 @@ - - set -e - --SED=${SED:-sed} -+SED=gsed - EGREP=${EGREP:-egrep} - - # Some stupid egreps don't like empty elements in alternation patterns, diff --git a/math/octave/files/patch-build-aux_find-files-with-tests.sh b/math/octave/files/patch-build-aux_find-files-with-tests.sh deleted file mode 100644 index 8acb71cb655e..000000000000 --- a/math/octave/files/patch-build-aux_find-files-with-tests.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build-aux/find-files-with-tests.sh.orig 2020-11-26 18:20:44 UTC -+++ build-aux/find-files-with-tests.sh -@@ -28,7 +28,7 @@ - set -e - - GREP=${GREP:-grep} --SED=${SED:-sed} -+SED=gsed - - srcdir="$1" - if [ "$1" ]; then diff --git a/math/octave/files/patch-build-aux_get-source-mtime.sh b/math/octave/files/patch-build-aux_get-source-mtime.sh deleted file mode 100644 index 5194ba7f5d50..000000000000 --- a/math/octave/files/patch-build-aux_get-source-mtime.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build-aux/get-source-mtime.sh.orig 2023-03-09 00:21:26 UTC -+++ build-aux/get-source-mtime.sh -@@ -34,7 +34,7 @@ - set -e - - PERL=${PERL:-perl} --SED=${SED:-sed} -+SED=gsed - - if [ $# -ne 1 ]; then - echo "usage: get-source-mtime.sh SRCDIR" 1>&2 diff --git a/math/octave/files/patch-build-aux_mk-octave-config-h.sh b/math/octave/files/patch-build-aux_mk-octave-config-h.sh deleted file mode 100644 index 2f679a1e06b7..000000000000 --- a/math/octave/files/patch-build-aux_mk-octave-config-h.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build-aux/mk-octave-config-h.sh.orig 2020-11-26 18:20:44 UTC -+++ build-aux/mk-octave-config-h.sh -@@ -29,7 +29,7 @@ - # autoconf-generated config.h file. See the notes at the top of the - # generated octave-config.h file for more details. - --SED=${SED:-sed} -+SED=gsed - - if [ $# -ne 1 ]; then - echo "usage: mk-octave-config-h.sh CONFIG-FILE" 1>&2 diff --git a/math/octave/files/patch-build-aux_mk-pkg-add.sh b/math/octave/files/patch-build-aux_mk-pkg-add.sh deleted file mode 100644 index 59c7718b9894..000000000000 --- a/math/octave/files/patch-build-aux_mk-pkg-add.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build-aux/mk-pkg-add.sh.orig 2023-03-09 00:21:26 UTC -+++ build-aux/mk-pkg-add.sh -@@ -31,7 +31,7 @@ export LC_ALL - - set -e - --SED=${SED:-sed} -+SED=gsed - - srcdir="$1" - shift diff --git a/math/octave/files/patch-libgnu_math.in.h b/math/octave/files/patch-libgnu_math.in.h index 08de62e0a526..c5f23164dc27 100644 --- a/math/octave/files/patch-libgnu_math.in.h +++ b/math/octave/files/patch-libgnu_math.in.h @@ -1,8 +1,8 @@ ---- libgnu/math.in.h.orig 2022-11-02 18:19:56 UTC +--- libgnu/math.in.h.orig 2024-03-12 18:00:23 UTC +++ libgnu/math.in.h -@@ -15,7 +15,7 @@ - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see <https://www.gnu.org/licenses/>. */ +@@ -20,7 +20,7 @@ + would lead to many syntax errors. */ + #if !(defined __ANDROID__ && defined _LIBCPP_MATH_H && !defined INFINITY) -#ifndef _@GUARD_PREFIX@_MATH_H +#if 1 diff --git a/math/octave/files/patch-liboctave_util_quit.h b/math/octave/files/patch-liboctave_util_quit.h new file mode 100644 index 000000000000..c3b21dcef831 --- /dev/null +++ b/math/octave/files/patch-liboctave_util_quit.h @@ -0,0 +1,11 @@ +--- liboctave/util/quit.h.orig 2024-03-16 19:30:09 UTC ++++ liboctave/util/quit.h +@@ -224,7 +224,7 @@ octave_exception + + #if defined (__cplusplus) + +-extern OCTAVE_API std::atomic<int> octave_interrupt_state; ++extern OCTAVE_API std::atomic<sig_atomic_t> octave_interrupt_state; + + extern OCTAVE_API volatile std::atomic<bool> octave_signal_caught; + diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 88efa1f399ad..176ef0d6a107 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -139,6 +139,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h include/octave-%%OCTAVE_VERSION%%/octave/filepos.h include/octave-%%OCTAVE_VERSION%%/octave/ft-text-renderer.h include/octave-%%OCTAVE_VERSION%%/octave/gepbalance.h +include/octave-%%OCTAVE_VERSION%%/octave/gh-manager.h include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-print.h include/octave-%%OCTAVE_VERSION%%/octave/glob-match.h @@ -615,6 +616,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-diag.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-diag.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-inline.h include/octave-%%OCTAVE_VERSION%%/octave/ov-int-traits.h include/octave-%%OCTAVE_VERSION%%/octave/ov-int16.h include/octave-%%OCTAVE_VERSION%%/octave/ov-int32.h @@ -771,14 +773,14 @@ include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h include/octave-%%OCTAVE_VERSION%%/octave/xpow.h lib/octave/%%OCTAVE_VERSION%%/liboctave.so -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.10 -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.10.0.2 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.11 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.11.0.0 %%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so -%%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.9 -%%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.9.0.1 +%%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.10 +%%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.10.0.0 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.11 -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.11.0.2 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.12 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.12.0.0 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct @@ -818,7 +820,7 @@ share/icons/hicolor/512x512/apps/octave.png share/icons/hicolor/64x64/apps/octave.png share/icons/hicolor/scalable/apps/octave.svg %%PORTDOCS%%share/info/dir -share/metainfo/org.octave.Octave.appdata.xml +share/metainfo/org.octave.Octave.metainfo.xml %%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat %%DATADIR%%/%%OCTAVE_VERSION%%/data/west0479.mat %%DATADIR%%/%%OCTAVE_VERSION%%/doc/octave_interpreter.qch @@ -849,6 +851,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@uint32/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@uint64/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@uint8/tbcover.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/anonymous-function.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/args.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bc-overloads.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-31371.tst @@ -885,6 +888,8 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/bug-47680.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/sub_bug47680.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/super_bug47680.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-48693/bug-48693.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-48693/bug48693.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49379/bug-49379.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49379/class_bug49379.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49904.tst @@ -984,8 +989,21 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61191/bug-61191.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61191/subdir/bug_61191.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-61201.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-63841/@cls2_b63841/cls2_b63841.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-63841/@cls2_b63841/subsref.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-63841/bug-63841.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-63841/cls_b63841.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-65037/bug-65037.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-65037/bug65037_base.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-65037/bug65037_derived.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-65153.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-65220/bug-65220.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-65220/cdefdir/cdef_help1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-65220/cdefdir/cdef_help2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/@foo/foo.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/class-concat.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-debug/classdef_breakpoints.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-debug/test_classdef_breakpoints.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/base_1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/base_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m @@ -1175,6 +1193,9 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/jupyter-notebook/plot_magic_and_errors.ipynb %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/leftdiv.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/line-continue.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/load-path/in-load-path/load_path_fcn.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/load-path/not-in-load-path/load_path_fcn.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/load-path/refresh-load-path.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/local-functions/local_function_eval.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/local-functions/local_functions.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/logical-index.tst @@ -1287,6 +1308,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/find.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gcd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/getrusage.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gh-manager.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/givens.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/graphics.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gsvd.cc-tst @@ -1312,6 +1334,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/oct-map.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ordqz.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ordschur.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/perms.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pinv.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pow2.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pr-output.cc-tst @@ -1335,6 +1358,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/svd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sylvester.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symbfact.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symrcm.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symtab.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/syscalls.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sysdep.cc-tst @@ -1481,9 +1505,6 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/sound.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/soundsc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/.oct-config -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/disable_diagonal_matrix.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/disable_permutation_matrix.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/disable_range.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/shift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/sparse_auto_mutate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/.oct-config @@ -1552,6 +1573,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interpn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequaln.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isuniform.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logspace.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nextpow2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/num2str.m @@ -1804,6 +1826,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/subspace.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/tensorprod.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vecnorm.m @@ -2269,6 +2292,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/intersect.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/ismember.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/ismembertol.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/powerset.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/private/validsetargs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/setdiff.m @@ -2366,7 +2390,6 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/legendre.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/nchoosek.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/nthroot.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/perms.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/primes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/reallog.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/realpow.m @@ -2508,9 +2531,9 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/site/m/startup/octaverc @dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% @dir lib/octave/site/oct/%%GNU_HOST%% -@dir lib/octave/site/oct/api-v58/%%GNU_HOST%% +@dir lib/octave/site/oct/api-v59/%%GNU_HOST%% @dir libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% -@dir libexec/octave/api-v58/site/exec/%%GNU_HOST%% +@dir libexec/octave/api-v59/site/exec/%%GNU_HOST%% @dir libexec/octave/site/exec/%%GNU_HOST%% @dir %%DATADIR%%/%%OCTAVE_VERSION%%/site/m -@dir %%DATADIR%%/site/api-v58/m +@dir %%DATADIR%%/site/api-v59/m |