diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 16:18:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 16:18:27 +0000 |
commit | 00a09b915bee75b23101d485d1bc6862954c68e0 (patch) | |
tree | d8f53f609902f6d08b6f29bf6bd2ca73d50b633e /math/Makefile | |
parent | Add ruby-numru_misc, a collection of miscellaneous functions and classes (diff) |
Add ruby-numru_units, a Ruby class to handle units of physical quantities
like 'hPa' -> '100 kg.m-1.sec-1' etc..
PR: ports/64247
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=103996
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 a32ae9df9034..f78df834d3e5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -182,6 +182,7 @@ SUBDIR += ruby-narray_miss SUBDIR += ruby-netcdf SUBDIR += ruby-numru_misc + SUBDIR += ruby-numru_units SUBDIR += sc SUBDIR += scalapack SUBDIR += scigraphica |