diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:23:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:23:28 +0800 |
commit | 37917f42b87390a94eb1a7220185358ea58aedb3 (patch) | |
tree | 440456adb4006359f1506e25b1e3f945e4ec55c3 /math/Makefile | |
parent | 6d531a983e85cdef1da5badeb778c1b01523cac8 (diff) | |
download | freebsd-ports-gnome-37917f42b87390a94eb1a7220185358ea58aedb3.tar.gz freebsd-ports-gnome-37917f42b87390a94eb1a7220185358ea58aedb3.tar.zst freebsd-ports-gnome-37917f42b87390a94eb1a7220185358ea58aedb3.zip |
Add port math/octave-forge-optiminterp
This is optiminterp.
An optimal interpolation toolbox 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 4b238bcb0b1e..908e37f66512 100644 --- a/math/Makefile +++ b/math/Makefile @@ -213,6 +213,7 @@ SUBDIR += octave-forge-octgpr SUBDIR += octave-forge-odebvp SUBDIR += octave-forge-odepkg + SUBDIR += octave-forge-optiminterp SUBDIR += octave-forge-outliers SUBDIR += octave-forge-parallel SUBDIR += oleo |