diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:57:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:57:59 +0800 |
commit | 0d1d1070feb3aeb77c0d146b9f63c3579e641c55 (patch) | |
tree | 72936f847ace73f1289547608c686135c3a5cebf /math/Makefile | |
parent | bd74f73866c32106d1af423879991951064476e0 (diff) | |
download | freebsd-ports-gnome-0d1d1070feb3aeb77c0d146b9f63c3579e641c55.tar.gz freebsd-ports-gnome-0d1d1070feb3aeb77c0d146b9f63c3579e641c55.tar.zst freebsd-ports-gnome-0d1d1070feb3aeb77c0d146b9f63c3579e641c55.zip |
Add port math/octave-forge-special-matrix
This is special-matrix.
Additional Special Matrices for Octave.
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.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
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 0ec49e4565af..42bb24ed099f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -225,6 +225,7 @@ SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-sockets SUBDIR += octave-forge-specfun + SUBDIR += octave-forge-special-matrix SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree |