diff options
author | pav <pav@FreeBSD.org> | 2004-03-15 00:18:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-15 00:18:27 +0800 |
commit | a8967810dd916d84a210f1d50d3cbfae798aad13 (patch) | |
tree | dce59897e19dd64cd4100fe54e2df4718820d8f5 /math/Makefile | |
parent | a38f5cd6bdb9e2f65f7194410b303221f65fa8c7 (diff) | |
download | freebsd-ports-graphics-a8967810dd916d84a210f1d50d3cbfae798aad13.tar.gz freebsd-ports-graphics-a8967810dd916d84a210f1d50d3cbfae798aad13.tar.zst freebsd-ports-graphics-a8967810dd916d84a210f1d50d3cbfae798aad13.zip |
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>
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 a32ae9df903..f78df834d3e 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 |