File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
* FFTE site: [ FFTE web site] ( http://www.ffte.jp/ )
8
8
9
9
## Ruby wrapper
10
- * [ GitHub site] ( https://github.com/ruby-numo/ffte )
11
- * [ Tentative API Document] ( http://ruby-numo.github.io/ffte/ref /frames.html )
10
+ * [ GitHub site] ( https://github.com/ruby-numo/numo- ffte )
11
+ * [ Tentative API Document] ( http://ruby-numo.github.io/ffte/yard /frames.html )
12
12
13
13
## Installation
14
14
* FORTRAN compiler is required to build FFTE (gfortran, etc).
15
15
* Install [ Numo::NArray] ( https://github.com/ruby-numo/narray )
16
16
* Install Numo::FFTE:
17
17
``` shell
18
- $ git clone git://github.com/ruby-numo/ffte.git
18
+ $ git clone git://github.com/ruby-numo/numo- ffte.git
19
19
$ cd ffte
20
20
$ rake build
21
21
$ gem install pkg/numo-ffte-* .gem
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
spec . email = [ "[email protected] " ]
19
19
spec . description = %q{FFTE development version.}
20
20
spec . summary = %q{FFTE development version}
21
- spec . homepage = "https://github.com/ruby-numo/ffte"
21
+ spec . homepage = "https://github.com/ruby-numo/numo- ffte"
22
22
spec . licenses = [ "Original" , "BSD-3-Clause" ]
23
23
24
24
spec . files = `git ls-files Gemfile README.md Rakefile ext numo-ffte.gemspec spec` . split ( $/)
You can’t perform that action at this time.
0 commit comments