5 Commits

Author SHA1 Message Date
Steve Wills
e6aa3f9eeb math/rubygem-narray: remove unneeded USE_RAKE 2016-04-27 23:30:19 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Steve Wills
c25f75e2d9 - Avoid calling make while building
Requested by:	marino
2014-03-28 20:41:23 +00:00
Steve Wills
e3f2dc403e NArray is an Numerical N-dimensional Array class. Supported element types are
1/2/4-byte Integer, single/double-precision Real/Complex, and Ruby Object. This
extension library incorporates fast calculation and easy manipulation of large
numerical arrays into the Ruby language. NArray has features similar to NumPy,
but NArray has vector and matrix subclasses.

WWW: http://narray.rubyforge.org/

PR:		ports/187917
Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>
2014-03-25 20:20:23 +00:00