diff options
author | pav <pav@FreeBSD.org> | 2004-02-28 05:44:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-28 05:44:31 +0800 |
commit | e30d98911446bff1bae8dea334d0d8dc12726081 (patch) | |
tree | 91fa590e09840a4851adb5198f4cd1f49318ade8 /math/Makefile | |
parent | 3360398a0f9477fa103897806026e581cfb99188 (diff) | |
download | freebsd-ports-gnome-e30d98911446bff1bae8dea334d0d8dc12726081.tar.gz freebsd-ports-gnome-e30d98911446bff1bae8dea334d0d8dc12726081.tar.zst freebsd-ports-gnome-e30d98911446bff1bae8dea334d0d8dc12726081.zip |
Add ruby-narray_miss, an additional class of ruby with conduct processing
of missing value to NArray which is a numeric multi-dimensional array class.
PR: ports/62870
Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
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 5d5a11753942..34d57116ab2b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -177,6 +177,7 @@ SUBDIR += ruby-gnuplot SUBDIR += ruby-math3d SUBDIR += ruby-narray + SUBDIR += ruby-narray_miss SUBDIR += ruby-netcdf SUBDIR += sc SUBDIR += scalapack |