Path to this page:
./
math/ruby-narray,
N-dimensional Numerical Array class for Ruby
Branch: CURRENT,
Version: 0.6.1.2,
Package name: ruby27-narray-0.6.1.2,
Maintainer: pkgsrc-users* 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
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 63.5 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-narray-0.6.1.2
- (2020-01-19) Updated to version: ruby26-narray-0.6.1.2
- (2017-06-02) Updated to version: ruby23-narray-0.6.1.2
- (2016-03-09) Updated to version: ruby200-narray-0.6.1.2
- (2015-02-03) Updated to version: ruby200-narray-0.6.1.1
- (2014-03-17) Updated to version: ruby200-narray-0.6.0.8nb1
CVS history: (Expand)
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2017-06-02 06:16:35 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
Relax patten in GEM_CLEANBUILD.
|
2016-03-09 16:07:35 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-narray to 0.6.1.2.
2016-02-11 Masahiro TANAKA <masa16.tanaka@gmail.com>
* nmatrix.rb, narray_ext.rb: moved from lib/ to lib/narray/
* ver 0.6.1.2
|
2015-11-04 00:33:46 by Alistair G. Crooks | Files touched by this commit (262) |
Log message:
Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
Package dfftpack: missing distfile dfftpack-20001209.tar.gz
Package eispack: missing distfile eispack-20001130.tar.gz
Package fftpack: missing distfile fftpack-20001130.tar.gz
Package linpack: missing distfile linpack-20010510.tar.gz
Package minpack: missing distfile minpack-20001130.tar.gz
Package odepack: missing distfile odepack-20001130.tar.gz
Package py-networkx: missing distfile networkx-1.10.tar.gz
Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
Package quadpack: missing distfile quadpack-20001130.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-09-26 17:08:34 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
|
2015-03-08 16:17:22 by Takahiro Kambe | Files touched by this commit (58) | |
Log message:
Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.
|