update to octave 3.0.0
This commit is contained in:
parent
97429db11b
commit
35176bd794
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2007/12/15 20:54:19 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2008/01/21 18:30:13 steven Exp $
|
||||
|
||||
# vax: no IEEE arithmetic
|
||||
# sparc: fPIC version of libgcc.a needed but not available
|
||||
@ -6,9 +6,8 @@ NOT_FOR_ARCHS= vax sparc
|
||||
|
||||
COMMENT= high-level language for numerical computations
|
||||
|
||||
VERSION= 2.9.14
|
||||
VERSION= 3.0.0
|
||||
DISTNAME= octave-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= math
|
||||
|
||||
SHARED_LIBS= cruft 5.0 \
|
||||
@ -19,7 +18,7 @@ HOMEPAGE= http://www.octave.org/
|
||||
|
||||
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
|
||||
|
||||
# GPL
|
||||
# GPL v3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -52,7 +51,8 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--without-hdf5
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
F77=${FC}
|
||||
F77=${FC} \
|
||||
SED=/usr/bin/sed
|
||||
MAKE_ENV= LIBcruft_VERSION=${LIBcruft_VERSION} \
|
||||
LIBoctave_VERSION=${LIBoctave_VERSION} \
|
||||
LIBoctinterp_VERSION=${LIBoctinterp_VERSION}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (octave-2.9.14.tar.gz) = syU6XiHxFKlhg7T+8xpaQQ==
|
||||
RMD160 (octave-2.9.14.tar.gz) = mGqUrfDDqQdCi3KVSK/PgU4pvS8=
|
||||
SHA1 (octave-2.9.14.tar.gz) = g7GWSSnc+TQzonvkfYlCXZjlyLY=
|
||||
SHA256 (octave-2.9.14.tar.gz) = RmitT/gbGrWcLOSFGr9OBdw4clBlF8KQTMaWvKevLeo=
|
||||
SIZE (octave-2.9.14.tar.gz) = 10671150
|
||||
MD5 (octave-3.0.0.tar.gz) = YO02HHMQ7MzgE5VHC3EaVw==
|
||||
RMD160 (octave-3.0.0.tar.gz) = yhXxewYA6JOxiGBeL0UrQch77f8=
|
||||
SHA1 (octave-3.0.0.tar.gz) = DHNgxHI7UC42zXm58gAB+WBv7uw=
|
||||
SHA256 (octave-3.0.0.tar.gz) = uZtuLBoJd/vi8MGSEGlO1E/xgtF9OSDEhfts5yW4mBY=
|
||||
SIZE (octave-3.0.0.tar.gz) = 11219444
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_faq_Makefile_in,v 1.3 2007/09/23 08:06:59 steven Exp $
|
||||
--- doc/faq/Makefile.in.orig Fri Sep 14 19:00:15 2007
|
||||
+++ doc/faq/Makefile.in Tue Sep 18 20:52:37 2007
|
||||
@@ -33,7 +33,7 @@ SPELL := $(patsubst %.texi, %.spell, $(ALL_TEXINFO))
|
||||
$OpenBSD: patch-doc_faq_Makefile_in,v 1.4 2008/01/21 18:30:13 steven Exp $
|
||||
--- doc/faq/Makefile.in.orig Fri Oct 26 20:22:05 2007
|
||||
+++ doc/faq/Makefile.in Sat Dec 29 17:13:51 2007
|
||||
@@ -46,7 +46,7 @@ SPELL := $(patsubst %.texi, %.spell, $(ALL_TEXINFO))
|
||||
$(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_interpreter_Makefile_in,v 1.5 2007/09/23 08:06:59 steven Exp $
|
||||
--- doc/interpreter/Makefile.in.orig Wed Sep 12 08:40:58 2007
|
||||
+++ doc/interpreter/Makefile.in Tue Sep 18 20:51:42 2007
|
||||
@@ -132,7 +132,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
|
||||
$OpenBSD: patch-doc_interpreter_Makefile_in,v 1.6 2008/01/21 18:30:13 steven Exp $
|
||||
--- doc/interpreter/Makefile.in.orig Wed Dec 5 02:18:41 2007
|
||||
+++ doc/interpreter/Makefile.in Sat Dec 29 17:13:51 2007
|
||||
@@ -155,7 +155,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
|
||||
$(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_liboctave_Makefile_in,v 1.5 2007/07/28 07:09:19 steven Exp $
|
||||
--- doc/liboctave/Makefile.in.orig Wed Jul 25 21:23:26 2007
|
||||
+++ doc/liboctave/Makefile.in Thu Jul 26 11:19:49 2007
|
||||
@@ -46,7 +46,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
|
||||
$OpenBSD: patch-doc_liboctave_Makefile_in,v 1.6 2008/01/21 18:30:13 steven Exp $
|
||||
--- doc/liboctave/Makefile.in.orig Fri Oct 26 20:22:05 2007
|
||||
+++ doc/liboctave/Makefile.in Sat Dec 29 17:13:51 2007
|
||||
@@ -59,7 +59,7 @@ SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
|
||||
$(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libcruft_Makefile_in,v 1.5 2007/06/20 08:51:42 steven Exp $
|
||||
--- libcruft/Makefile.in.orig Wed Apr 4 18:10:26 2007
|
||||
+++ libcruft/Makefile.in Sat May 26 22:33:24 2007
|
||||
@@ -82,6 +82,9 @@ ifeq ($(SHARED_LIBS), true)
|
||||
$OpenBSD: patch-libcruft_Makefile_in,v 1.6 2008/01/21 18:30:13 steven Exp $
|
||||
--- libcruft/Makefile.in.orig Fri Oct 12 23:27:12 2007
|
||||
+++ libcruft/Makefile.in Sat Dec 29 17:13:51 2007
|
||||
@@ -95,6 +95,9 @@ ifeq ($(SHARED_LIBS), true)
|
||||
endif
|
||||
endif
|
||||
|
||||
@ -11,7 +11,7 @@ $OpenBSD: patch-libcruft_Makefile_in,v 1.5 2007/06/20 08:51:42 steven Exp $
|
||||
ifeq ($(SHARED_LIBS), true)
|
||||
ifeq ($(STATIC_LIBS), true)
|
||||
LIBRARIES = $(LIBPRE)cruft.$(LIBEXT) $(LIBPRE)cruft.$(SHLEXT_VER)
|
||||
@@ -111,12 +114,8 @@ $(LIBPRE)cruft.$(LIBEXT): $(CRUFT_OBJ)
|
||||
@@ -124,12 +127,8 @@ $(LIBPRE)cruft.$(LIBEXT): $(CRUFT_OBJ)
|
||||
$(AR) $(ARFLAGS) $@ $^
|
||||
$(RANLIB) $@
|
||||
|
||||
@ -25,7 +25,7 @@ $OpenBSD: patch-libcruft_Makefile_in,v 1.5 2007/06/20 08:51:42 steven Exp $
|
||||
$(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ $^ $(LINK_DEPS)
|
||||
|
||||
$(CRUFT_OBJ):
|
||||
@@ -141,10 +140,7 @@ install::
|
||||
@@ -154,10 +153,7 @@ install::
|
||||
if $(SHARED_LIBS); then \
|
||||
rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)cruft.$(SHLLIB_VER); \
|
||||
$(INSTALL) \
|
||||
|
@ -1,17 +1,13 @@
|
||||
$OpenBSD: patch-libcruft_mkf77def_in,v 1.1 2007/06/20 08:51:42 steven Exp $
|
||||
--- libcruft/mkf77def.in.orig Sun May 27 04:23:55 2007
|
||||
+++ libcruft/mkf77def.in Sun May 27 04:24:59 2007
|
||||
@@ -25,7 +25,10 @@ else
|
||||
$OpenBSD: patch-libcruft_mkf77def_in,v 1.2 2008/01/21 18:30:13 steven Exp $
|
||||
--- libcruft/mkf77def.in.orig Sat Oct 13 03:42:21 2007
|
||||
+++ libcruft/mkf77def.in Sat Dec 29 17:24:23 2007
|
||||
@@ -43,4 +43,8 @@ else
|
||||
awkcmd="$AWK '{ printf (\"%s%s\n\", tolower (\$0), \"$uscore\"); }'"
|
||||
fi
|
||||
|
||||
-$SED -n \
|
||||
- -e 'y/ABCDEFGHIJLKMNOPQRSTUVWXYZ/abcdefghijlkmnopqrstuvwxyz/' \
|
||||
- -e 's/^\( \| \)[ ]*\(.*function\|subroutine\|entry\)[ ]*\([^ (]*\).*$/\3/p' | \
|
||||
+#$SED -n \
|
||||
+# -e 'y/ABCDEFGHIJLKMNOPQRSTUVWXYZ/abcdefghijlkmnopqrstuvwxyz/' \
|
||||
+# -e 's/^\( \| \)[ ]*\(.*function\|subroutine\|entry\)[ ]*\([^ (]*\).*$/\3/p' | \
|
||||
-$SED -n -e 'y/ABCDEFGHIJLKMNOPQRSTUVWXYZ/abcdefghijlkmnopqrstuvwxyz/; s/^\( \| \)[ ]*\(.*function\|subroutine\|entry\)[ ]*\([^ (]*\).*$/\3/p' | eval $awkcmd
|
||||
+#$SED -n -e 'y/ABCDEFGHIJLKMNOPQRSTUVWXYZ/abcdefghijlkmnopqrstuvwxyz/; s/^\( \| \)[ ]*\(.*function\|subroutine\|entry\)[ ]*\([^ (]*\).*$/\3/p' | eval $awkcmd
|
||||
+perl -pi \
|
||||
+ -e 's/([A-Z])/\l\1/g;' \
|
||||
+ -e 's/^\s+(.*function|subroutine|entry)\s*([^\s(]*).*$/\2/ or $_=undef' | \
|
||||
eval $awkcmd
|
||||
+ eval $awkcmd
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-liboctave_Makefile_in,v 1.5 2007/07/28 07:09:19 steven Exp $
|
||||
--- liboctave/Makefile.in.orig Wed Jul 25 17:45:05 2007
|
||||
+++ liboctave/Makefile.in Thu Jul 26 11:19:49 2007
|
||||
@@ -221,6 +221,9 @@ stamp-prereq: $(OPTS_INC) $(VX_OP_INC) $(VX_OP_SRC) \
|
||||
$OpenBSD: patch-liboctave_Makefile_in,v 1.6 2008/01/21 18:30:13 steven Exp $
|
||||
--- liboctave/Makefile.in.orig Fri Nov 30 19:53:30 2007
|
||||
+++ liboctave/Makefile.in Sat Dec 29 17:13:51 2007
|
||||
@@ -233,6 +233,9 @@ stamp-prereq: $(OPTS_INC) $(VX_OP_INC) $(VX_OP_SRC) \
|
||||
$(SPARSE_MX_OP_INC) $(SPARSE_MX_OP_SRC)
|
||||
touch stamp-prereq
|
||||
|
||||
@ -11,7 +11,7 @@ $OpenBSD: patch-liboctave_Makefile_in,v 1.5 2007/07/28 07:09:19 steven Exp $
|
||||
ifeq ($(SHARED_LIBS), true)
|
||||
ifeq ($(STATIC_LIBS), true)
|
||||
libraries: \
|
||||
@@ -247,12 +250,8 @@ $(LIBPRE)octave.$(LIBEXT): $(LIBOCTAVE_OBJECTS)
|
||||
@@ -259,12 +262,8 @@ $(LIBPRE)octave.$(LIBEXT): $(LIBOCTAVE_OBJECTS)
|
||||
$(TEMPLATE_AR) $(TEMPLATE_ARFLAGS) $@ $(LIBOCTAVE_OBJECTS)
|
||||
$(RANLIB) $@
|
||||
|
||||
@ -25,7 +25,7 @@ $OpenBSD: patch-liboctave_Makefile_in,v 1.5 2007/07/28 07:09:19 steven Exp $
|
||||
$(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ \
|
||||
$(LIBOCTAVE_PICOBJ) $(LINK_DEPS)
|
||||
|
||||
@@ -279,9 +278,7 @@ install-lib:
|
||||
@@ -291,9 +290,7 @@ install-lib:
|
||||
if $(SHARED_LIBS); then \
|
||||
rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)octave.$(SHLLIB_VER); \
|
||||
$(INSTALL) \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-octMakefile_in,v 1.3 2007/07/28 07:09:19 steven Exp $
|
||||
--- octMakefile.in.orig Wed Jul 25 22:55:15 2007
|
||||
+++ octMakefile.in Thu Jul 26 11:19:49 2007
|
||||
@@ -111,15 +111,12 @@ BUGS INSTALL.OCTAVE:
|
||||
$OpenBSD: patch-octMakefile_in,v 1.4 2008/01/21 18:30:13 steven Exp $
|
||||
--- octMakefile.in.orig Thu Dec 13 22:35:36 2007
|
||||
+++ octMakefile.in Sat Dec 29 17:13:51 2007
|
||||
@@ -120,15 +120,12 @@ BUGS INSTALL.OCTAVE:
|
||||
install install-strip ::
|
||||
$(top_srcdir)/mkinstalldirs $(addprefix $(DESTDIR), $(DIRS_TO_MAKE))
|
||||
rm -f $(DESTDIR)$(bindir)/octave-bug
|
||||
|
@ -1,18 +1,11 @@
|
||||
$OpenBSD: patch-run-octave_in,v 1.1 2007/06/20 08:51:42 steven Exp $
|
||||
--- run-octave.in.orig Mon May 28 18:03:29 2007
|
||||
+++ run-octave.in Mon May 28 18:19:11 2007
|
||||
@@ -53,12 +53,12 @@ fi
|
||||
|
||||
if [ -n "$args" ]; then
|
||||
OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \
|
||||
- LD_PRELOAD="$liboctinterp $liboctave $libcruft" \
|
||||
+# LD_PRELOAD="$liboctinterp $liboctave $libcruft" \
|
||||
%library_path_var%="$builddir/src:$builddir/liboctave:$builddir/libcruft:$%library_path_var%" \
|
||||
exec $driver "$builddir/src/octave" --no-initial-path --path="$LOADPATH" --image-path="$IMAGEPATH" "$@"
|
||||
else
|
||||
OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \
|
||||
- LD_PRELOAD="$liboctinterp $liboctave $libcruft" \
|
||||
+# LD_PRELOAD="$liboctinterp $liboctave $libcruft" \
|
||||
%library_path_var%="$builddir/src:$builddir/liboctave:$builddir/libcruft:$%library_path_var%" \
|
||||
exec $driver "$builddir/src/octave" "$@"
|
||||
$OpenBSD: patch-run-octave_in,v 1.2 2008/01/21 18:30:13 steven Exp $
|
||||
--- run-octave.in.orig Tue Dec 4 03:27:27 2007
|
||||
+++ run-octave.in Sat Dec 29 17:22:51 2007
|
||||
@@ -66,7 +66,6 @@ if [ $# -gt 0 ]; then
|
||||
fi
|
||||
|
||||
OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \
|
||||
-LD_PRELOAD="$liboctinterp $liboctave $libcruft" \
|
||||
%library_path_var%="$builddir/src:$builddir/liboctave:$builddir/libcruft:$%library_path_var%" \
|
||||
exec $driver "$builddir/src/octave" --no-initial-path --path="$LOADPATH" --image-path="$IMAGEPATH" --info-file="$INFOFILE" "$@"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-scripts_miscellaneous_unpack_m,v 1.1 2007/11/10 11:15:05 steven Exp $
|
||||
--- scripts/miscellaneous/unpack.m.orig Sat Nov 10 12:11:03 2007
|
||||
+++ scripts/miscellaneous/unpack.m Sat Nov 10 12:11:10 2007
|
||||
@@ -125,12 +125,12 @@ function filelist = unpack (file, directory, filetype)
|
||||
$OpenBSD: patch-scripts_miscellaneous_unpack_m,v 1.2 2008/01/21 18:30:13 steven Exp $
|
||||
--- scripts/miscellaneous/unpack.m.orig Fri Oct 12 23:27:23 2007
|
||||
+++ scripts/miscellaneous/unpack.m Sat Dec 29 17:13:51 2007
|
||||
@@ -124,12 +124,12 @@ function filelist = unpack (file, directory, filetype)
|
||||
commandlist.tar = {"tar -x -v -f \"%s\"", ...
|
||||
"tar -x -f \"%s\"", ...
|
||||
@__parse_tar__, false};
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-scripts_pkg_pkg_m,v 1.1 2007/11/10 11:15:05 steven Exp $
|
||||
--- scripts/pkg/pkg.m.orig Sat Nov 10 12:10:44 2007
|
||||
+++ scripts/pkg/pkg.m Sat Nov 10 12:10:52 2007
|
||||
@@ -996,7 +996,7 @@ function configure_make (desc, packdir, verbose)
|
||||
$OpenBSD: patch-scripts_pkg_pkg_m,v 1.2 2008/01/21 18:30:13 steven Exp $
|
||||
--- scripts/pkg/pkg.m.orig Thu Dec 20 17:55:26 2007
|
||||
+++ scripts/pkg/pkg.m Sat Dec 29 17:13:51 2007
|
||||
@@ -1052,7 +1052,7 @@ function configure_make (desc, packdir, verbose)
|
||||
## make
|
||||
if (exist (fullfile (src, "Makefile"), "file"))
|
||||
[status, output] = shell (strcat ("export INSTALLDIR=\"", desc.dir,
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.6 2007/09/23 08:06:59 steven Exp $
|
||||
--- src/Makefile.in.orig Mon Sep 17 22:47:41 2007
|
||||
+++ src/Makefile.in Tue Sep 18 20:51:43 2007
|
||||
@@ -285,6 +285,9 @@ else
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.7 2008/01/21 18:30:13 steven Exp $
|
||||
--- src/Makefile.in.orig Wed Dec 5 18:07:42 2007
|
||||
+++ src/Makefile.in Sat Dec 29 17:13:51 2007
|
||||
@@ -298,6 +298,9 @@ else
|
||||
PIC_XERBLA = $(XERBLA)
|
||||
endif
|
||||
|
||||
@ -11,7 +11,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.6 2007/09/23 08:06:59 steven Exp $
|
||||
ifeq ($(SHARED_LIBS), true)
|
||||
ifeq ($(STATIC_LIBS), true)
|
||||
LIBRARIES = $(LIBPRE)octinterp.$(LIBEXT) $(LIBPRE)octinterp.$(SHLEXT_VER)
|
||||
@@ -308,12 +311,8 @@ $(LIBPRE)octinterp.$(LIBEXT): $(OBJECTS) $(XERBLA)
|
||||
@@ -321,12 +324,8 @@ $(LIBPRE)octinterp.$(LIBEXT): $(OBJECTS) $(XERBLA)
|
||||
$(TEMPLATE_AR) $(TEMPLATE_ARFLAGS) $@ $^
|
||||
$(RANLIB) $@
|
||||
|
||||
@ -25,7 +25,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.6 2007/09/23 08:06:59 steven Exp $
|
||||
$(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ $^ $(OCTINTERP_LINK_DEPS)
|
||||
|
||||
stamp-prereq: defaults.h graphics.h oct-conf.h oct-gperf.h parse.cc lex.cc __gnuplot_raw__.cc $(OPT_HANDLERS)
|
||||
@@ -410,8 +409,7 @@ install-strip:
|
||||
@@ -421,8 +420,7 @@ install-strip:
|
||||
install-bin:
|
||||
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
||||
rm -f $(DESTDIR)$(bindir)/octave$(EXEEXT)
|
||||
@ -35,7 +35,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.6 2007/09/23 08:06:59 steven Exp $
|
||||
.PHONY: install-bin
|
||||
|
||||
install-oct:
|
||||
@@ -435,10 +433,8 @@ install-lib:
|
||||
@@ -446,10 +444,8 @@ install-lib:
|
||||
fi
|
||||
if $(SHARED_LIBS); then \
|
||||
rm -f $(DESTDIR)$(octlibdir)/$(LIBPRE)octinterp.$(SHLEXT_VER); \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2007/12/15 20:54:19 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2008/01/21 18:30:13 steven Exp $
|
||||
%%SHARED%%
|
||||
bin/mkoctfile
|
||||
bin/octave
|
||||
@ -47,7 +47,6 @@ include/octave-${VERSION}/octave/DiagArray2.h
|
||||
include/octave-${VERSION}/octave/EIG.h
|
||||
include/octave-${VERSION}/octave/FEGrid.h
|
||||
include/octave-${VERSION}/octave/LP.h
|
||||
include/octave-${VERSION}/octave/LPsolve.h
|
||||
include/octave-${VERSION}/octave/LSODE-opts.h
|
||||
include/octave-${VERSION}/octave/LSODE.h
|
||||
include/octave-${VERSION}/octave/LinConst.h
|
||||
@ -95,6 +94,7 @@ include/octave-${VERSION}/octave/base-min.h
|
||||
include/octave-${VERSION}/octave/boolMatrix.h
|
||||
include/octave-${VERSION}/octave/boolNDArray.h
|
||||
include/octave-${VERSION}/octave/boolSparse.h
|
||||
include/octave-${VERSION}/octave/builtins.h
|
||||
include/octave-${VERSION}/octave/byte-swap.h
|
||||
include/octave-${VERSION}/octave/c-file-ptr-stream.h
|
||||
include/octave-${VERSION}/octave/chMatrix.h
|
||||
@ -119,6 +119,7 @@ include/octave-${VERSION}/octave/dbleQR.h
|
||||
include/octave-${VERSION}/octave/dbleQRP.h
|
||||
include/octave-${VERSION}/octave/dbleSCHUR.h
|
||||
include/octave-${VERSION}/octave/dbleSVD.h
|
||||
include/octave-${VERSION}/octave/debug.h
|
||||
include/octave-${VERSION}/octave/defaults.h
|
||||
include/octave-${VERSION}/octave/defun-dld.h
|
||||
include/octave-${VERSION}/octave/defun-int.h
|
||||
@ -151,6 +152,7 @@ include/octave-${VERSION}/octave/lex.h
|
||||
include/octave-${VERSION}/octave/lo-error.h
|
||||
include/octave-${VERSION}/octave/lo-ieee.h
|
||||
include/octave-${VERSION}/octave/lo-mappers.h
|
||||
include/octave-${VERSION}/octave/lo-math.h
|
||||
include/octave-${VERSION}/octave/lo-specfun.h
|
||||
include/octave-${VERSION}/octave/lo-sysdep.h
|
||||
include/octave-${VERSION}/octave/lo-utils.h
|
||||
@ -657,7 +659,6 @@ libexec/octave/${VERSION}/oct/${GNU_ARCH}/givens.oct
|
||||
libexec/octave/${VERSION}/oct/${GNU_ARCH}/hess.oct
|
||||
libexec/octave/${VERSION}/oct/${GNU_ARCH}/inv.oct
|
||||
libexec/octave/${VERSION}/oct/${GNU_ARCH}/kron.oct
|
||||
libexec/octave/${VERSION}/oct/${GNU_ARCH}/lpsolve.oct
|
||||
libexec/octave/${VERSION}/oct/${GNU_ARCH}/lsode.oct
|
||||
libexec/octave/${VERSION}/oct/${GNU_ARCH}/lu.oct
|
||||
libexec/octave/${VERSION}/oct/${GNU_ARCH}/luinc.oct
|
||||
@ -1094,6 +1095,7 @@ share/doc/octave/interpreter/doc_002darch_005ffit.html
|
||||
share/doc/octave/interpreter/doc_002darch_005frnd.html
|
||||
share/doc/octave/interpreter/doc_002darch_005ftest.html
|
||||
share/doc/octave/interpreter/doc_002dare.html
|
||||
share/doc/octave/interpreter/doc_002darea.html
|
||||
share/doc/octave/interpreter/doc_002darg.html
|
||||
share/doc/octave/interpreter/doc_002dargnames.html
|
||||
share/doc/octave/interpreter/doc_002dargv.html
|
||||
@ -1176,6 +1178,7 @@ share/doc/octave/interpreter/doc_002dcauchy_005fcdf.html
|
||||
share/doc/octave/interpreter/doc_002dcauchy_005finv.html
|
||||
share/doc/octave/interpreter/doc_002dcauchy_005fpdf.html
|
||||
share/doc/octave/interpreter/doc_002dcauchy_005frnd.html
|
||||
share/doc/octave/interpreter/doc_002dcaxis.html
|
||||
share/doc/octave/interpreter/doc_002dccolamd.html
|
||||
share/doc/octave/interpreter/doc_002dcd.html
|
||||
share/doc/octave/interpreter/doc_002dceil.html
|
||||
@ -1220,6 +1223,7 @@ share/doc/octave/interpreter/doc_002dcompletion_005fmatches.html
|
||||
share/doc/octave/interpreter/doc_002dcomplex.html
|
||||
share/doc/octave/interpreter/doc_002dcomputer.html
|
||||
share/doc/octave/interpreter/doc_002dcond.html
|
||||
share/doc/octave/interpreter/doc_002dcondest.html
|
||||
share/doc/octave/interpreter/doc_002dconfirm_005frecursive_005frmdir.html
|
||||
share/doc/octave/interpreter/doc_002dconj.html
|
||||
share/doc/octave/interpreter/doc_002dcontour.html
|
||||
@ -1466,6 +1470,7 @@ share/doc/octave/interpreter/doc_002dgivens.html
|
||||
share/doc/octave/interpreter/doc_002dglob.html
|
||||
share/doc/octave/interpreter/doc_002dglpk.html
|
||||
share/doc/octave/interpreter/doc_002dgls.html
|
||||
share/doc/octave/interpreter/doc_002dgmap40.html
|
||||
share/doc/octave/interpreter/doc_002dgmtime.html
|
||||
share/doc/octave/interpreter/doc_002dgnuplot_005fbinary.html
|
||||
share/doc/octave/interpreter/doc_002dgnuplot_005fuse_005ftitle_005foption.html
|
||||
@ -1489,6 +1494,7 @@ share/doc/octave/interpreter/doc_002dhanning.html
|
||||
share/doc/octave/interpreter/doc_002dhelp.html
|
||||
share/doc/octave/interpreter/doc_002dhess.html
|
||||
share/doc/octave/interpreter/doc_002dhex2dec.html
|
||||
share/doc/octave/interpreter/doc_002dhidden.html
|
||||
share/doc/octave/interpreter/doc_002dhilb.html
|
||||
share/doc/octave/interpreter/doc_002dhinf_005fctr.html
|
||||
share/doc/octave/interpreter/doc_002dhinfdemo.html
|
||||
@ -1784,12 +1790,14 @@ share/doc/octave/interpreter/doc_002dpause.html
|
||||
share/doc/octave/interpreter/doc_002dpcg.html
|
||||
share/doc/octave/interpreter/doc_002dpchip.html
|
||||
share/doc/octave/interpreter/doc_002dpclose.html
|
||||
share/doc/octave/interpreter/doc_002dpcolor.html
|
||||
share/doc/octave/interpreter/doc_002dpcr.html
|
||||
share/doc/octave/interpreter/doc_002dpeaks.html
|
||||
share/doc/octave/interpreter/doc_002dperiodogram.html
|
||||
share/doc/octave/interpreter/doc_002dperms.html
|
||||
share/doc/octave/interpreter/doc_002dpermute.html
|
||||
share/doc/octave/interpreter/doc_002dpi.html
|
||||
share/doc/octave/interpreter/doc_002dpie.html
|
||||
share/doc/octave/interpreter/doc_002dpink.html
|
||||
share/doc/octave/interpreter/doc_002dpinv.html
|
||||
share/doc/octave/interpreter/doc_002dpipe.html
|
||||
@ -1857,6 +1865,7 @@ share/doc/octave/interpreter/doc_002dquad_005foptions.html
|
||||
share/doc/octave/interpreter/doc_002dquadl.html
|
||||
share/doc/octave/interpreter/doc_002dquaternion.html
|
||||
share/doc/octave/interpreter/doc_002dquit.html
|
||||
share/doc/octave/interpreter/doc_002dquiver.html
|
||||
share/doc/octave/interpreter/doc_002dqz.html
|
||||
share/doc/octave/interpreter/doc_002dqzhess.html
|
||||
share/doc/octave/interpreter/doc_002dqzval.html
|
||||
@ -1934,6 +1943,7 @@ share/doc/octave/interpreter/doc_002dsetfield.html
|
||||
share/doc/octave/interpreter/doc_002dsetgrent.html
|
||||
share/doc/octave/interpreter/doc_002dsetpwent.html
|
||||
share/doc/octave/interpreter/doc_002dsetxor.html
|
||||
share/doc/octave/interpreter/doc_002dshading.html
|
||||
share/doc/octave/interpreter/doc_002dshg.html
|
||||
share/doc/octave/interpreter/doc_002dshift.html
|
||||
share/doc/octave/interpreter/doc_002dshiftdim.html
|
||||
@ -1961,6 +1971,7 @@ share/doc/octave/interpreter/doc_002dsortrows.html
|
||||
share/doc/octave/interpreter/doc_002dsource.html
|
||||
share/doc/octave/interpreter/doc_002dspalloc.html
|
||||
share/doc/octave/interpreter/doc_002dsparse.html
|
||||
share/doc/octave/interpreter/doc_002dsparse_005fauto_005fmutate.html
|
||||
share/doc/octave/interpreter/doc_002dspatan2.html
|
||||
share/doc/octave/interpreter/doc_002dspchol.html
|
||||
share/doc/octave/interpreter/doc_002dspchol2inv.html
|
||||
@ -2057,6 +2068,9 @@ share/doc/octave/interpreter/doc_002dsum.html
|
||||
share/doc/octave/interpreter/doc_002dsummer.html
|
||||
share/doc/octave/interpreter/doc_002dsumsq.html
|
||||
share/doc/octave/interpreter/doc_002dsuppress_005fverbose_005fhelp_005fmessage.html
|
||||
share/doc/octave/interpreter/doc_002dsurf.html
|
||||
share/doc/octave/interpreter/doc_002dsurface.html
|
||||
share/doc/octave/interpreter/doc_002dsurfc.html
|
||||
share/doc/octave/interpreter/doc_002dsvd.html
|
||||
share/doc/octave/interpreter/doc_002dswap.html
|
||||
share/doc/octave/interpreter/doc_002dswapbytes.html
|
||||
@ -2256,6 +2270,7 @@ share/doc/octave/interpreter/sysstructtf.html
|
||||
share/doc/octave/interpreter/sysstructvars.html
|
||||
share/doc/octave/interpreter/sysstructzp.html
|
||||
share/doc/octave/interpreter/systime.html
|
||||
share/doc/octave/interpreter/tab_003aextended.html
|
||||
share/doc/octave/interpreter/tf2sys.html
|
||||
share/doc/octave/interpreter/zp2sys.html
|
||||
share/doc/octave/liboctave/
|
||||
@ -2687,6 +2702,7 @@ share/octave/${VERSION}/m/image/colormap.m
|
||||
share/octave/${VERSION}/m/image/cool.m
|
||||
share/octave/${VERSION}/m/image/copper.m
|
||||
share/octave/${VERSION}/m/image/flag.m
|
||||
share/octave/${VERSION}/m/image/gmap40.m
|
||||
share/octave/${VERSION}/m/image/gray.m
|
||||
share/octave/${VERSION}/m/image/gray2ind.m
|
||||
share/octave/${VERSION}/m/image/hot.m
|
||||
@ -2716,8 +2732,10 @@ share/octave/${VERSION}/m/image/winter.m
|
||||
share/octave/${VERSION}/m/io/
|
||||
share/octave/${VERSION}/m/io/beep.m
|
||||
share/octave/${VERSION}/m/linear-algebra/
|
||||
share/octave/${VERSION}/m/linear-algebra/__norm__.m
|
||||
share/octave/${VERSION}/m/linear-algebra/commutation_matrix.m
|
||||
share/octave/${VERSION}/m/linear-algebra/cond.m
|
||||
share/octave/${VERSION}/m/linear-algebra/condest.m
|
||||
share/octave/${VERSION}/m/linear-algebra/cross.m
|
||||
share/octave/${VERSION}/m/linear-algebra/dmult.m
|
||||
share/octave/${VERSION}/m/linear-algebra/dot.m
|
||||
@ -2726,8 +2744,8 @@ share/octave/${VERSION}/m/linear-algebra/housh.m
|
||||
share/octave/${VERSION}/m/linear-algebra/krylov.m
|
||||
share/octave/${VERSION}/m/linear-algebra/krylovb.m
|
||||
share/octave/${VERSION}/m/linear-algebra/logm.m
|
||||
share/octave/${VERSION}/m/linear-algebra/norm.m
|
||||
share/octave/${VERSION}/m/linear-algebra/null.m
|
||||
share/octave/${VERSION}/m/linear-algebra/onenormest.m
|
||||
share/octave/${VERSION}/m/linear-algebra/orth.m
|
||||
share/octave/${VERSION}/m/linear-algebra/qzhess.m
|
||||
share/octave/${VERSION}/m/linear-algebra/rank.m
|
||||
@ -2746,12 +2764,12 @@ share/octave/${VERSION}/m/miscellaneous/comma.m
|
||||
share/octave/${VERSION}/m/miscellaneous/compare_versions.m
|
||||
share/octave/${VERSION}/m/miscellaneous/computer.m
|
||||
share/octave/${VERSION}/m/miscellaneous/copyfile.m
|
||||
share/octave/${VERSION}/m/miscellaneous/cputime.m
|
||||
share/octave/${VERSION}/m/miscellaneous/delete.m
|
||||
share/octave/${VERSION}/m/miscellaneous/dir.m
|
||||
share/octave/${VERSION}/m/miscellaneous/doc.m
|
||||
share/octave/${VERSION}/m/miscellaneous/dos.m
|
||||
share/octave/${VERSION}/m/miscellaneous/dump_prefs.m
|
||||
share/octave/${VERSION}/m/miscellaneous/edit.m
|
||||
share/octave/${VERSION}/m/miscellaneous/fileattrib.m
|
||||
share/octave/${VERSION}/m/miscellaneous/fileparts.m
|
||||
share/octave/${VERSION}/m/miscellaneous/flops.m
|
||||
@ -2760,6 +2778,7 @@ share/octave/${VERSION}/m/miscellaneous/getfield.m
|
||||
share/octave/${VERSION}/m/miscellaneous/gunzip.m
|
||||
share/octave/${VERSION}/m/miscellaneous/gzip.m
|
||||
share/octave/${VERSION}/m/miscellaneous/inputname.m
|
||||
share/octave/${VERSION}/m/miscellaneous/ismac.m
|
||||
share/octave/${VERSION}/m/miscellaneous/ispc.m
|
||||
share/octave/${VERSION}/m/miscellaneous/isunix.m
|
||||
share/octave/${VERSION}/m/miscellaneous/license.m
|
||||
@ -2793,6 +2812,7 @@ share/octave/${VERSION}/m/miscellaneous/unzip.m
|
||||
share/octave/${VERSION}/m/miscellaneous/ver.m
|
||||
share/octave/${VERSION}/m/miscellaneous/version.m
|
||||
share/octave/${VERSION}/m/miscellaneous/warning_ids.m
|
||||
share/octave/${VERSION}/m/miscellaneous/what.m
|
||||
share/octave/${VERSION}/m/miscellaneous/xor.m
|
||||
share/octave/${VERSION}/m/miscellaneous/zip.m
|
||||
share/octave/${VERSION}/m/optimization/
|
||||
@ -2809,8 +2829,12 @@ share/octave/${VERSION}/m/pkg/PKG_ADD
|
||||
share/octave/${VERSION}/m/pkg/pkg.m
|
||||
share/octave/${VERSION}/m/plot/
|
||||
share/octave/${VERSION}/m/plot/PKG_ADD
|
||||
share/octave/${VERSION}/m/plot/__area__.m
|
||||
share/octave/${VERSION}/m/plot/__axes_limits__.m
|
||||
share/octave/${VERSION}/m/plot/__axis_label__.m
|
||||
share/octave/${VERSION}/m/plot/__bar__.m
|
||||
share/octave/${VERSION}/m/plot/__bars__.m
|
||||
share/octave/${VERSION}/m/plot/__contour__.m
|
||||
share/octave/${VERSION}/m/plot/__default_plot_options__.m
|
||||
share/octave/${VERSION}/m/plot/__errcomm__.m
|
||||
share/octave/${VERSION}/m/plot/__errplot__.m
|
||||
@ -2834,24 +2858,39 @@ share/octave/${VERSION}/m/plot/__plt__.m
|
||||
share/octave/${VERSION}/m/plot/__plt_get_axis_arg__.m
|
||||
share/octave/${VERSION}/m/plot/__pltopt1__.m
|
||||
share/octave/${VERSION}/m/plot/__pltopt__.m
|
||||
share/octave/${VERSION}/m/plot/__quiver__.m
|
||||
share/octave/${VERSION}/m/plot/__scatter__.m
|
||||
share/octave/${VERSION}/m/plot/__stem__.m
|
||||
share/octave/${VERSION}/m/plot/ancestor.m
|
||||
share/octave/${VERSION}/m/plot/area.m
|
||||
share/octave/${VERSION}/m/plot/axes.m
|
||||
share/octave/${VERSION}/m/plot/axis.m
|
||||
share/octave/${VERSION}/m/plot/bar.m
|
||||
share/octave/${VERSION}/m/plot/barh.m
|
||||
share/octave/${VERSION}/m/plot/box.m
|
||||
share/octave/${VERSION}/m/plot/caxis.m
|
||||
share/octave/${VERSION}/m/plot/clf.m
|
||||
share/octave/${VERSION}/m/plot/close.m
|
||||
share/octave/${VERSION}/m/plot/closereq.m
|
||||
share/octave/${VERSION}/m/plot/colorbar.m
|
||||
share/octave/${VERSION}/m/plot/compass.m
|
||||
share/octave/${VERSION}/m/plot/contour.m
|
||||
share/octave/${VERSION}/m/plot/contour3.m
|
||||
share/octave/${VERSION}/m/plot/contourc.m
|
||||
share/octave/${VERSION}/m/plot/contourf.m
|
||||
share/octave/${VERSION}/m/plot/cylinder.m
|
||||
share/octave/${VERSION}/m/plot/drawnow.m
|
||||
share/octave/${VERSION}/m/plot/ellipsoid.m
|
||||
share/octave/${VERSION}/m/plot/errorbar.m
|
||||
share/octave/${VERSION}/m/plot/feather.m
|
||||
share/octave/${VERSION}/m/plot/figure.m
|
||||
share/octave/${VERSION}/m/plot/fill.m
|
||||
share/octave/${VERSION}/m/plot/findobj.m
|
||||
share/octave/${VERSION}/m/plot/fplot.m
|
||||
share/octave/${VERSION}/m/plot/gca.m
|
||||
share/octave/${VERSION}/m/plot/gcf.m
|
||||
share/octave/${VERSION}/m/plot/grid.m
|
||||
share/octave/${VERSION}/m/plot/hidden.m
|
||||
share/octave/${VERSION}/m/plot/hist.m
|
||||
share/octave/${VERSION}/m/plot/hold.m
|
||||
share/octave/${VERSION}/m/plot/isfigure.m
|
||||
@ -2863,36 +2902,60 @@ share/octave/${VERSION}/m/plot/loglogerr.m
|
||||
share/octave/${VERSION}/m/plot/mesh.m
|
||||
share/octave/${VERSION}/m/plot/meshc.m
|
||||
share/octave/${VERSION}/m/plot/meshgrid.m
|
||||
share/octave/${VERSION}/m/plot/meshz.m
|
||||
share/octave/${VERSION}/m/plot/ndgrid.m
|
||||
share/octave/${VERSION}/m/plot/newplot.m
|
||||
share/octave/${VERSION}/m/plot/orient.m
|
||||
share/octave/${VERSION}/m/plot/pareto.m
|
||||
share/octave/${VERSION}/m/plot/patch.m
|
||||
share/octave/${VERSION}/m/plot/pcolor.m
|
||||
share/octave/${VERSION}/m/plot/peaks.m
|
||||
share/octave/${VERSION}/m/plot/pie.m
|
||||
share/octave/${VERSION}/m/plot/plot.m
|
||||
share/octave/${VERSION}/m/plot/plot3.m
|
||||
share/octave/${VERSION}/m/plot/plotyy.m
|
||||
share/octave/${VERSION}/m/plot/polar.m
|
||||
share/octave/${VERSION}/m/plot/print.m
|
||||
share/octave/${VERSION}/m/plot/quiver.m
|
||||
share/octave/${VERSION}/m/plot/quiver3.m
|
||||
share/octave/${VERSION}/m/plot/replot.m
|
||||
share/octave/${VERSION}/m/plot/ribbon.m
|
||||
share/octave/${VERSION}/m/plot/rose.m
|
||||
share/octave/${VERSION}/m/plot/scatter.m
|
||||
share/octave/${VERSION}/m/plot/scatter3.m
|
||||
share/octave/${VERSION}/m/plot/semilogx.m
|
||||
share/octave/${VERSION}/m/plot/semilogxerr.m
|
||||
share/octave/${VERSION}/m/plot/semilogy.m
|
||||
share/octave/${VERSION}/m/plot/semilogyerr.m
|
||||
share/octave/${VERSION}/m/plot/shading.m
|
||||
share/octave/${VERSION}/m/plot/shg.m
|
||||
share/octave/${VERSION}/m/plot/slice.m
|
||||
share/octave/${VERSION}/m/plot/sombrero.m
|
||||
share/octave/${VERSION}/m/plot/sphere.m
|
||||
share/octave/${VERSION}/m/plot/spinmap.m
|
||||
share/octave/${VERSION}/m/plot/stairs.m
|
||||
share/octave/${VERSION}/m/plot/stem.m
|
||||
share/octave/${VERSION}/m/plot/stem3.m
|
||||
share/octave/${VERSION}/m/plot/subplot.m
|
||||
share/octave/${VERSION}/m/plot/surf.m
|
||||
share/octave/${VERSION}/m/plot/surface.m
|
||||
share/octave/${VERSION}/m/plot/surfc.m
|
||||
share/octave/${VERSION}/m/plot/surfnorm.m
|
||||
share/octave/${VERSION}/m/plot/text.m
|
||||
share/octave/${VERSION}/m/plot/title.m
|
||||
share/octave/${VERSION}/m/plot/view.m
|
||||
share/octave/${VERSION}/m/plot/xlabel.m
|
||||
share/octave/${VERSION}/m/plot/xlim.m
|
||||
share/octave/${VERSION}/m/plot/ylabel.m
|
||||
share/octave/${VERSION}/m/plot/ylim.m
|
||||
share/octave/${VERSION}/m/plot/zlabel.m
|
||||
share/octave/${VERSION}/m/plot/zlim.m
|
||||
share/octave/${VERSION}/m/polynomial/
|
||||
share/octave/${VERSION}/m/polynomial/compan.m
|
||||
share/octave/${VERSION}/m/polynomial/conv.m
|
||||
share/octave/${VERSION}/m/polynomial/deconv.m
|
||||
share/octave/${VERSION}/m/polynomial/mkpp.m
|
||||
share/octave/${VERSION}/m/polynomial/mpoles.m
|
||||
share/octave/${VERSION}/m/polynomial/pchip.m
|
||||
share/octave/${VERSION}/m/polynomial/poly.m
|
||||
share/octave/${VERSION}/m/polynomial/polyder.m
|
||||
@ -3134,6 +3197,9 @@ share/octave/${VERSION}/m/statistics/distributions/tcdf.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/tinv.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/tpdf.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/trnd.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/unidcdf.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/unidinv.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/unidpdf.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/unidrnd.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/unifcdf.m
|
||||
share/octave/${VERSION}/m/statistics/distributions/unifinv.m
|
||||
@ -3201,6 +3267,7 @@ share/octave/${VERSION}/m/strings/strmatch.m
|
||||
share/octave/${VERSION}/m/strings/strncmpi.m
|
||||
share/octave/${VERSION}/m/strings/strrep.m
|
||||
share/octave/${VERSION}/m/strings/strtok.m
|
||||
share/octave/${VERSION}/m/strings/strtrim.m
|
||||
share/octave/${VERSION}/m/strings/strtrunc.m
|
||||
share/octave/${VERSION}/m/strings/strvcat.m
|
||||
share/octave/${VERSION}/m/strings/substr.m
|
||||
@ -3226,8 +3293,6 @@ share/octave/${VERSION}/m/time/eomday.m
|
||||
share/octave/${VERSION}/m/time/etime.m
|
||||
share/octave/${VERSION}/m/time/is_leap_year.m
|
||||
share/octave/${VERSION}/m/time/now.m
|
||||
share/octave/${VERSION}/m/time/tic.m
|
||||
share/octave/${VERSION}/m/time/toc.m
|
||||
share/octave/${VERSION}/m/time/weekday.m
|
||||
share/octave/ls-R
|
||||
share/octave/site/
|
||||
|
Loading…
x
Reference in New Issue
Block a user