2014-10-21 00:15:24 by Jason Bacon | Files touched by this commit (35) |
Log message:
Import octave-3.6.4nb6 as wip/octave.
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.
|
2014-05-04 16:17:49 by othyro | Files touched by this commit (300) | |
Log message:
Removing old/duplicate/archive copies of packages in HEAD.
|
2012-10-03 23:32:45 by Aleksej Saushev | Files touched by this commit (49) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-03-27 18:31:31 by Jason Bacon | Files touched by this commit (4) |
Log message:
Fix buildlink files in several new packages.
|
2011-11-10 23:55:28 by crocusino | Files touched by this commit (1) |
Log message:
wip/octave: gcc and texinfo required version info added
|
2011-11-09 16:04:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add missing pcre include.
XXX: configure complains about many more missing, but optional,
dependencies
|
2011-11-04 23:58:46 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Fix package wildcards in DEPENDS and BUILD_DEPENDS.
Move bison from BUILD_DEPENDS to USE_TOOLS.
|
2011-10-29 00:42:23 by crocusino | Files touched by this commit (5) | |
Log message:
wip/octave: obsolete files removed
|
2011-10-29 00:37:53 by crocusino | Files touched by this commit (3) | |
Log message:
- wip/octave updated to 3.4.3
- a minimal build
- works on Linux
|
2010-10-21 22:25:04 by crocusino | Files touched by this commit (8) |
Log message:
Now based on math/octave - but removed all libtool stuff
(works, but needs LD_LIBRARY_PATH to be set - how to get rid of this?)
|