Skip to content

Commit 5cf46aa

Browse files
committed
change name from NArray-Bigmem to NumRu-NArray
1 parent b4b2e69 commit 5cf46aa

File tree

17 files changed

+32
-34
lines changed

17 files changed

+32
-34
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
* What is NArrayBigmem
1+
* What is NumRu-NArray
22

3-
+ NArrayBigmem is NArray with big memory support
3+
+ NumRu-NArray is a fork of NArray with big memory support (old name NArray-Bigmem)
44

55
* Difference from NArray
66

@@ -11,7 +11,7 @@
1111

1212
* Installation
1313

14-
+ Compile & Install NArrayBigmem
14+
+ Compile & Install NumRu NArray
1515

1616
ruby extconf.rb
1717
make

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require 'rubygems'
22
require 'rubygems/package_task'
33
require 'rake/extensiontask'
44

5-
load './narray-bigmem.gemspec'
5+
load './numru-narray.gemspec'
66

77
pkgtsk = Gem::PackageTask.new(GEMSPEC) do |pkg|
88
pkg.need_zip = true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ def install_rb(mfile, dest, srcdir = nil)
120120
$objs = srcs.collect{|i| i+".o"}
121121

122122
create_conf_h("narray_config.h")
123-
create_makefile("narray/narray")
123+
create_makefile("numru/narray/narray")

0 commit comments

Comments
 (0)