diff options
author | stephen <stephen@FreeBSD.org> | 2012-07-21 07:29:42 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-07-21 07:29:42 +0800 |
commit | ebf1a31338e9fd70f0226e124221ad7edb0acf4b (patch) | |
tree | 2a690e1c76896c51668cea968ef263d5d8218234 /math/Makefile | |
parent | 4d664a374bd5a4e69aa7c1ecae748c510e5f96e3 (diff) | |
download | freebsd-ports-gnome-ebf1a31338e9fd70f0226e124221ad7edb0acf4b.tar.gz freebsd-ports-gnome-ebf1a31338e9fd70f0226e124221ad7edb0acf4b.tar.zst freebsd-ports-gnome-ebf1a31338e9fd70f0226e124221ad7edb0acf4b.zip |
- New port math/octave-forge-ncarray.
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 ncarray.
Access a single or a collection of NetCDF files as a multi-dimensional array.
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 7d5d9fd1491b..d505773a0972 100644 --- a/math/Makefile +++ b/math/Makefile @@ -303,6 +303,7 @@ SUBDIR += octave-forge-msh SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan + SUBDIR += octave-forge-ncarray SUBDIR += octave-forge-nlwing2 SUBDIR += octave-forge-nnet SUBDIR += octave-forge-nurbs |