diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 00:54:05 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 00:54:05 +0000 |
commit | 97e62497d42c027dc57e2d5698bd36a2a3d90082 (patch) | |
tree | 653520b4127b14814672dfede30c7dd19729e37e /math | |
parent | A XY plotting tool for students, scientists and engineers (diff) |
Add ngraph
Notes
Notes:
svn path=/head/; revision=21454
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 24ff30bacf53..a1ec3cf55012 100644 --- a/math/Makefile +++ b/math/Makefile @@ -30,6 +30,7 @@ SUBDIR += linpack SUBDIR += metis SUBDIR += netcdf + SUBDIR += ngraph SUBDIR += numpy SUBDIR += octave SUBDIR += oleo |