diff options
author | dhn <dhn@FreeBSD.org> | 2009-08-24 00:53:01 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-08-24 00:53:01 +0800 |
commit | 00165a87c6fd13d64397e304249cc1924d63b6ac (patch) | |
tree | 94b1475a3ada4264da4feb8d188f463216d93582 /math/Makefile | |
parent | 43812fde481fb36da490f18bc0bf0c42d4d7e437 (diff) | |
download | freebsd-ports-gnome-00165a87c6fd13d64397e304249cc1924d63b6ac.tar.gz freebsd-ports-gnome-00165a87c6fd13d64397e304249cc1924d63b6ac.tar.zst freebsd-ports-gnome-00165a87c6fd13d64397e304249cc1924d63b6ac.zip |
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.
This is quaternion.
Package for the manipulation of Quaternion's used for frame transformation.
WWW: http://octave.sourceforge.net/
PR: ports/137402
Submitted by: Stephen Montgomery-Smith <stephen@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 1dcb1edc5aee..d767a98fe465 100644 --- a/math/Makefile +++ b/math/Makefile @@ -247,6 +247,7 @@ SUBDIR += octave-forge-physicalconstants SUBDIR += octave-forge-plot SUBDIR += octave-forge-pt_br + SUBDIR += octave-forge-quaternion SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-signal |