diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:30:50 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:30:50 +0800 |
commit | 1e60052d5a513960d1e0693985b5574593accfaf (patch) | |
tree | d412043b021d593f2393d805a4b4389f1fa15987 /math/Makefile | |
parent | 4789da267e0d84bbc4b9113a9198f8f6d6511008 (diff) | |
download | freebsd-ports-gnome-1e60052d5a513960d1e0693985b5574593accfaf.tar.gz freebsd-ports-gnome-1e60052d5a513960d1e0693985b5574593accfaf.tar.zst freebsd-ports-gnome-1e60052d5a513960d1e0693985b5574593accfaf.zip |
Add port math/octave-forge-triangular.
This is triangular.
Simple example of a user type implementing a simple matrix type
for triangular matrices.
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 e211dc6f1b7c..41d0318209e3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -233,6 +233,7 @@ SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband SUBDIR += octave-forge-time + SUBDIR += octave-forge-triangular SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree |