diff options
author | beat <beat@FreeBSD.org> | 2009-05-27 05:37:45 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-05-27 05:37:45 +0800 |
commit | e331bc6c5e0ba635584c46c199de083a0b5dc174 (patch) | |
tree | 8fe7c40ce9e034c72884668fc344b9c94f780f62 /math/Makefile | |
parent | 040b3606233688b0277daffb3893ec80c7b50486 (diff) | |
download | freebsd-ports-gnome-e331bc6c5e0ba635584c46c199de083a0b5dc174.tar.gz freebsd-ports-gnome-e331bc6c5e0ba635584c46c199de083a0b5dc174.tar.zst freebsd-ports-gnome-e331bc6c5e0ba635584c46c199de083a0b5dc174.zip |
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is simp.
This package define the basic operations on intervals. It is useful when
some values for a computation are incertain.
WWW: http://octave.sourceforge.net/
PR: ports/134404
Submitted by: Stephen Montgomery-Smith <stephen AT missouri.edu>
Approved by: miwi (mentor)
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 1ce4b7c44afd..3e9b17387996 100644 --- a/math/Makefile +++ b/math/Makefile @@ -246,6 +246,7 @@ SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-signal + SUBDIR += octave-forge-simp SUBDIR += octave-forge-sockets SUBDIR += octave-forge-specfun SUBDIR += octave-forge-special-matrix |