diff options
author | swills <swills@FreeBSD.org> | 2016-12-28 05:20:44 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-12-28 05:20:44 +0800 |
commit | e908c8838e8d7cc4916ac85d7a66b91a4d110057 (patch) | |
tree | 423edbcc67546fd674364e8f8dd2054c5f92cd48 /math/Makefile | |
parent | de4cee8cf6ea3ead1ade0b757b8e4243d308c66b (diff) | |
download | freebsd-ports-gnome-e908c8838e8d7cc4916ac85d7a66b91a4d110057.tar.gz freebsd-ports-gnome-e908c8838e8d7cc4916ac85d7a66b91a4d110057.tar.zst freebsd-ports-gnome-e908c8838e8d7cc4916ac85d7a66b91a4d110057.zip |
math/rubygem-algebra: create port
This is a library for mathematical computations. Our purpose is to express the
mathematical object naturally in Ruby. Though it is not operated fast, we can
see the algorithm of the mathematical processing not in black box but in
scripts. This library is in development stage.
WWW: https://github.com/kunishi/algebra-ruby2
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 037a0f6f7204..029d1b01b793 100644 --- a/math/Makefile +++ b/math/Makefile @@ -652,6 +652,7 @@ SUBDIR += rpy SUBDIR += rpy2 SUBDIR += ruby-algebra + SUBDIR += rubygem-algebra SUBDIR += rubygem-expression_parser SUBDIR += rubygem-fftw3 SUBDIR += rubygem-narray |