File: 0001-Drop-RubyGems-Depends.patch

package info (click to toggle)
ruby-lapack 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,304 kB
  • ctags: 3,419
  • sloc: ansic: 190,572; ruby: 3,937; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Youhei SASAKI <uwabami@gfd-dennou.org>
Date: Sun, 23 Mar 2014 19:36:32 +0900
Subject: Drop RubyGems Depends

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
---
 lib/numru/lapack.rb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/numru/lapack.rb b/lib/numru/lapack.rb
index 252206c..ea4cfd6 100644
--- a/lib/numru/lapack.rb
+++ b/lib/numru/lapack.rb
@@ -1,7 +1,3 @@
-begin
-  require "rubygems"
-rescue LoadError
-end
 require "narray"
 require "numru/lapack.so"