2020-01-19 00:30:43 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2020/01/18 23:32:53 rillig Exp $
|
Add ruby-narray package version 0.6.0.8.
* NArray properties:
+ Fast and easy calculation for large numerical array.
+ Accepting Elements:
8,16,32 bit integer, single/double float/complex, Ruby Object.
+ Easy extraction/substitution of array subset,
using assignment with number, range, array index.
+ Operator: +,-,*,/,%,**, etc.
+ FFTW version 2 or 3 is separately supported.
+ NImage: Image viewer class.
+ Ruby/PGPLOT: Graphics library interface (separately distributed)
X-Y Graph, Histogram, Contour map, Image map, etc.
* NArray is similar to:
+ Python/NumPy, Perl/PDL, Yorick, IDL
2013-03-11 10:27:27 +01:00
|
|
|
|
2016-03-09 16:07:35 +01:00
|
|
|
DISTNAME= narray-0.6.1.2
|
Add ruby-narray package version 0.6.0.8.
* NArray properties:
+ Fast and easy calculation for large numerical array.
+ Accepting Elements:
8,16,32 bit integer, single/double float/complex, Ruby Object.
+ Easy extraction/substitution of array subset,
using assignment with number, range, array index.
+ Operator: +,-,*,/,%,**, etc.
+ FFTW version 2 or 3 is separately supported.
+ NImage: Image viewer class.
+ Ruby/PGPLOT: Graphics library interface (separately distributed)
X-Y Graph, Histogram, Contour map, Image map, etc.
* NArray is similar to:
+ Python/NumPy, Perl/PDL, Yorick, IDL
2013-03-11 10:27:27 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-01-19 00:30:43 +01:00
|
|
|
HOMEPAGE= https://masa16.github.io/narray/
|
Add ruby-narray package version 0.6.0.8.
* NArray properties:
+ Fast and easy calculation for large numerical array.
+ Accepting Elements:
8,16,32 bit integer, single/double float/complex, Ruby Object.
+ Easy extraction/substitution of array subset,
using assignment with number, range, array index.
+ Operator: +,-,*,/,%,**, etc.
+ FFTW version 2 or 3 is separately supported.
+ NImage: Image viewer class.
+ Ruby/PGPLOT: Graphics library interface (separately distributed)
X-Y Graph, Histogram, Contour map, Image map, etc.
* NArray is similar to:
+ Python/NumPy, Perl/PDL, Yorick, IDL
2013-03-11 10:27:27 +01:00
|
|
|
COMMENT= N-dimensional Numerical Array class for Ruby
|
|
|
|
LICENSE= 2-clause-bsd OR ruby-license
|
|
|
|
|
2017-06-02 06:16:35 +02:00
|
|
|
GEM_CLEANBUILD= src/Makefile src/*.o src/.*.time src/*.${RUBY_DLEXT} \
|
2013-07-07 17:29:47 +02:00
|
|
|
src/mkmf.log
|
2015-01-16 10:18:47 +01:00
|
|
|
GEM_CLEANBUILD_EXTENSIONS= narray.h narray_config.h narray_ext.rb nmatrix.rb
|
Add ruby-narray package version 0.6.0.8.
* NArray properties:
+ Fast and easy calculation for large numerical array.
+ Accepting Elements:
8,16,32 bit integer, single/double float/complex, Ruby Object.
+ Easy extraction/substitution of array subset,
using assignment with number, range, array index.
+ Operator: +,-,*,/,%,**, etc.
+ FFTW version 2 or 3 is separately supported.
+ NImage: Image viewer class.
+ Ruby/PGPLOT: Graphics library interface (separately distributed)
X-Y Graph, Histogram, Contour map, Image map, etc.
* NArray is similar to:
+ Python/NumPy, Perl/PDL, Yorick, IDL
2013-03-11 10:27:27 +01:00
|
|
|
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|