diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 16:08:31 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 16:08:31 +0000 |
commit | 71ad1652420e2df3c1a099f2629dd435bbda2240 (patch) | |
tree | e5c698ac1d1a33123c78369971c6596d5d48a474 /math/Makefile | |
parent | ea2aadc89691184354972bebd561c694810136f4 (diff) | |
download | FreeBSD-ports-71ad1652420e2df3c1a099f2629dd435bbda2240.zip FreeBSD-ports-71ad1652420e2df3c1a099f2629dd435bbda2240.tar.gz |
Add ruby-numru_misc, a collection of miscellaneous functions and classes
to facilitate programming. Misc requires NArray, a multi-dimensional
numeric array class for ruby.
PR: ports/64246
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
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 004e52f..a32ae9d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -181,6 +181,7 @@ SUBDIR += ruby-narray SUBDIR += ruby-narray_miss SUBDIR += ruby-netcdf + SUBDIR += ruby-numru_misc SUBDIR += sc SUBDIR += scalapack SUBDIR += scigraphica |