Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
renew spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Feb 22, 2016
1 parent 2b2fd39 commit 00d63e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ For example,
will execute

nvcc -I. -O2 -o culib.o -c culib.cu --compiler-options -fno-common \
--compiler-options -stdlib=libc++ --compiler-options -Wall
--compiler-options -stdlib=libc++ --compiler-options -Wall
8 changes: 4 additions & 4 deletions mkmf-cu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Gem::Specification.new do |s|
s.name = 'mkmf-cu'
s.version = '0.1.0'
s.date = '2016-02-21'
s.summary = "mkmf wrapper for CUDA"
s.description = "mkmf wrapper for CUDA"
s.summary = "Write Ruby extention in C/C++ with NVIDIA CUDA."
s.description =
"Write Ruby extention in C/C++ with NVIDIA CUDA. A simple wrapper command for nvcc and a monkey patch for mkmf."
s.authors = ["Takashi Tamura"]
s.email = ''
s.files = ["lib/mkmf-cu.rb", "lib/mkmf-cu/opt.rb"]
s.homepage =
'http://rubygems.org/gems/hola'
s.homepage = 'https://github.com/ruby-accel/mkmf-cu'
s.license = 'MIT'
s.executables << "mkmf-cu-nvcc"
end

0 comments on commit 00d63e1

Please sign in to comment.