179a4c5428
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. ok jeremy@
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/01/18 17:06:33 jasper Exp $
|
|
|
|
COMMENT = numerical N-dimensional Array class
|
|
|
|
DISTNAME = narray-0.6.0.4
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE= http://narray.rubyforge.org/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE =ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|