diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 11:34:01 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 11:34:01 +0800 |
commit | 54208825b52a2eb5180c0b31ef34f0f92cc81b2d (patch) | |
tree | 6cf46d757d28ed45fe0b1f423d39ce59a97902c5 /math/Makefile | |
parent | 4b760b4cc0b05252de88073a74001cb9dfcd7e04 (diff) | |
download | freebsd-ports-gnome-54208825b52a2eb5180c0b31ef34f0f92cc81b2d.tar.gz freebsd-ports-gnome-54208825b52a2eb5180c0b31ef34f0f92cc81b2d.tar.zst freebsd-ports-gnome-54208825b52a2eb5180c0b31ef34f0f92cc81b2d.zip |
Add port math/octave-forge-combinatorics
This is combinatorics. Combinatorics functions, incuding partitioning.
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 11f670629035..e28479d5a2e5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -187,6 +187,7 @@ SUBDIR += octave-forge-base SUBDIR += octave-forge-bioinfo SUBDIR += octave-forge-civil-engineering + SUBDIR += octave-forge-combinatorics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += octave-forge-gsl |