diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-06-29 20:14:10 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-06-29 20:14:10 +0800 |
commit | f401c3885fcc2ec8351d11ba6d179f0747bb493b (patch) | |
tree | 9c524d13b983784b5a9dfb19925798a2d8ac8bfd /math/Makefile | |
parent | 06370c1001fcea5776f94b14974ebfa751742a2b (diff) | |
download | freebsd-ports-gnome-f401c3885fcc2ec8351d11ba6d179f0747bb493b.tar.gz freebsd-ports-gnome-f401c3885fcc2ec8351d11ba6d179f0747bb493b.tar.zst freebsd-ports-gnome-f401c3885fcc2ec8351d11ba6d179f0747bb493b.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 parallel.
Parallel execution package for cluster computers. For parallel execution on a single machine see e.g. function parcellfun (author: Jaroslav Hajek) in package general.
WWW: http://octave.sourceforge.net/
PR: ports/147603
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
Feature safe: yes
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 1fc22037467b..7360ce9a168f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -256,6 +256,7 @@ SUBDIR += octave-forge-optim SUBDIR += octave-forge-optiminterp SUBDIR += octave-forge-outliers + SUBDIR += octave-forge-parallel SUBDIR += octave-forge-pdb SUBDIR += octave-forge-physicalconstants SUBDIR += octave-forge-plot |