diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:54:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:54:49 +0800 |
commit | 85950506d460c09b6619991d9e6e2866540fabd8 (patch) | |
tree | 8bbae2dd62d447d09bfc4e12868dc5ac9ba46930 /math/Makefile | |
parent | 9456aa06f8e53d889180222eb83330b5afc07c71 (diff) | |
download | freebsd-ports-gnome-85950506d460c09b6619991d9e6e2866540fabd8.tar.gz freebsd-ports-gnome-85950506d460c09b6619991d9e6e2866540fabd8.tar.zst freebsd-ports-gnome-85950506d460c09b6619991d9e6e2866540fabd8.zip |
Add port math/octave-forge-symbolic
This is symbolic.
Symbolic toolbox based on GiNaC and CLN.
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 86a8abafdb4e..380032e48cd5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -232,6 +232,7 @@ SUBDIR += octave-forge-strings SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband + SUBDIR += octave-forge-symbolic SUBDIR += octave-forge-tcl-octave SUBDIR += octave-forge-time SUBDIR += octave-forge-triangular |