NOTICE: This package has been removed from pkgsrc

./math/octave-current, High-level language, intended for numerical computations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.9.19, Package name: octave-current-2.9.19, Maintainer: adam

GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab. It may also be used as a batch-oriented language.

Octave has extensive tools for solving common numerical linear algebra
problems, finding the roots of nonlinear equations, integrating
ordinary functions, manipulating polynomials, and integrating ordinary
differential and differential-algebraic equations. It is easily extensible
and customizable via user-defined functions written in Octave's own
language, or using dynamically loaded modules written in C++, C, Fortran,
or other languages.


Required to run:
[misc/xdg-dirs] [graphics/gnuplot] [audio/libsndfile] [lang/f2c] [math/fftw] [math/glpk] [math/lapack] [math/blas] [devel/hdf5] [devel/pcre] [devel/readline] [math/qhull]

Required to build:
[textproc/gsed] [lang/perl5] [devel/gmake] [devel/libtool-base] [devel/bison] [devel/gperf]

Package options: glpk, hdf5, pcre, qhull

Master sites:

SHA1: 1cee64ccbcce0aca2b771175fcfbca817c9ba705
RMD160: c0f7d7b384f3e2f51cdb7ee0360d4ddf52e4493a
Filesize: 9577.559 KB

Version history: (Expand)


CVS history: (Expand)


   2008-11-07 16:59:58 by Jim Wise | Files touched by this commit (18) | Package removed
Log message:
Per discussion with maintainer, remove octave-current, which is
substantially less current than the current octave.
   2008-08-18 03:47:31 by David A. Holland | Files touched by this commit (2)
Log message:
Use the PIC flag for Fortran that autoconf picks out. Fixes broken
build on amd64 and probably others.
   2007-12-29 12:09:44 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Fix PR#37553
   2007-12-29 12:09:26 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Fix PR#37553
   2007-12-15 06:54:51 by Adam Ciarcinski | Files touched by this commit (13)
Log message:
Changes 2.9.19:
* bug fixes
   2007-12-02 12:21:38 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
   2007-11-12 00:53:41 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve.
   2007-09-24 22:56:46 by Matthias Drochner | Files touched by this commit (4)
Log message:
-Fix non-portable use of strptime(3): SUSv3 does not require it to do
 calendar math and fill in wday/yday. Use mktime(3) to have those fields
 calculated.
-Fix non-portable use of sort(1) (in an example/selftest only): the "-n"
 option should "restrict" the sort key to a numeric field, there is no
 requirement to use another key if no numbers are present.
-bump PKGREVISION