[DRE-commits] [ruby-lapack] 03/05: Refresh patches

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Jul 23 02:15:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to annotated tag debian/1.7.1-1
in repository ruby-lapack.

commit 81ef69ae1f9d28a99f860005eb7b65573e9067a6
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Jul 23 11:05:19 2015 +0900

    Refresh patches
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 ...ends.patch => 0001-Drop-RubyGems-Depends.patch} |  0
 debian/patches/0001-Fix-Library-PATH.patch         | 63 ----------------------
 .../{0003-Fix-typo.patch => 0002-Fix-typo.patch}   | 40 +++++++-------
 debian/patches/series                              |  5 +-
 4 files changed, 22 insertions(+), 86 deletions(-)

diff --git a/debian/patches/0002-Drop-RubyGems-Depends.patch b/debian/patches/0001-Drop-RubyGems-Depends.patch
similarity index 100%
rename from debian/patches/0002-Drop-RubyGems-Depends.patch
rename to debian/patches/0001-Drop-RubyGems-Depends.patch
diff --git a/debian/patches/0001-Fix-Library-PATH.patch b/debian/patches/0001-Fix-Library-PATH.patch
deleted file mode 100644
index 7e1bc08..0000000
--- a/debian/patches/0001-Fix-Library-PATH.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From: Youhei SASAKI <uwabami at gfd-dennou.org>
-Date: Sun, 23 Mar 2014 19:35:40 +0900
-Subject: Fix Library PATH
-
-Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
----
- ext/extconf.rb | 26 +++++++++++++-------------
- 1 file changed, 13 insertions(+), 13 deletions(-)
-
-diff --git a/ext/extconf.rb b/ext/extconf.rb
-index fb06aa0..9ceab19 100644
---- a/ext/extconf.rb
-+++ b/ext/extconf.rb
-@@ -39,9 +39,9 @@ unless find_library("lapack", nil)
- 
-   warn "LAPACK will be tried to find"
- 
--  name = with_config("blas-name","blas_LINUX.a")
-+  name = with_config("blas-name","blas.a")
-   unless have_library(name)
--    lib_path = with_config("blas-lib","/usr/local/lib")
-+    lib_path = with_config("blas-lib","/usr/lib")
-     _libarg = LIBARG
-     LIBARG.replace "#{lib_path}/%s"
-     unless have_library(name)
-@@ -49,9 +49,9 @@ unless find_library("lapack", nil)
-     end
-     LIBARG.replace _libarg
-   end
--  name = with_config("lapack-name","lapack_LINUX.a")
-+  name = with_config("lapack-name","lapack.a")
-   unless have_library(name)
--    lib_path = with_config("lapack-lib","/usr/local/lib")
-+    lib_path = with_config("lapack-lib","/usr/lib")
-     _libarg = LIBARG
-     LIBARG.replace "#{lib_path}/%s"
-     unless have_library(name)
-@@ -61,16 +61,16 @@ unless find_library("lapack", nil)
-   end
- end
- 
--sitearchdir = RbConfig::CONFIG["sitearchdir"]
--dir_config("narray", sitearchdir, sitearchdir)
-+vendorarchdir = RbConfig::CONFIG["vendorarchdir"]
-+dir_config("narray", vendorarchdir, vendorarchdir)
- gem_path = nil
--begin
--  require "rubygems"
--  if (spec = Gem.source_index.find_name("narray")).any?
--    gem_path = spec.last.full_gem_path
--  end
--rescue LoadError
--end
-+# begin
-+#   require "rubygems"
-+#   if (spec = Gem.source_index.find_name("narray")).any?
-+#    gem_path = spec.last.full_gem_path
-+#  end
-+# rescue LoadError
-+# end
- unless find_header("narray.h",gem_path) && have_header("narray_config.h")
-   header_not_found("narray")
- end
diff --git a/debian/patches/0003-Fix-typo.patch b/debian/patches/0002-Fix-typo.patch
similarity index 99%
rename from debian/patches/0003-Fix-typo.patch
rename to debian/patches/0002-Fix-typo.patch
index bc086df..b15f0aa 100644
--- a/debian/patches/0003-Fix-typo.patch
+++ b/debian/patches/0002-Fix-typo.patch
@@ -1927,7 +1927,7 @@ index 8cf0a7a..74c983d 100644
    *\n\
    *  One important change is that the ABSTOL parameter no longer provides any\n\
 diff --git a/ext/clarrv.c b/ext/clarrv.c
-index 27a999e..14fb250 100644
+index 91b0aae..1b2fcab 100644
 --- a/ext/clarrv.c
 +++ b/ext/clarrv.c
 @@ -6,47 +6,47 @@ extern VOID clarrv_(integer* n, real* vl, real* vu, real* d, real* l, real* pivm
@@ -2016,7 +2016,7 @@ index 27a999e..14fb250 100644
      rblapack_options = Qnil;
    if (argc != 18 && argc != 18)
 diff --git a/ext/clatdf.c b/ext/clatdf.c
-index caeac23..29f8b65 100644
+index cb44570..3930cf8 100644
 --- a/ext/clatdf.c
 +++ b/ext/clatdf.c
 @@ -6,19 +6,19 @@ extern VOID clatdf_(integer* ijob, integer* n, complex* z, integer* ldz, complex
@@ -2063,7 +2063,7 @@ index caeac23..29f8b65 100644
      rblapack_options = Qnil;
    if (argc != 7 && argc != 7)
 diff --git a/ext/cstegr.c b/ext/cstegr.c
-index 69426a9..0b221c3 100644
+index fb7fff5..cdefc99 100644
 --- a/ext/cstegr.c
 +++ b/ext/cstegr.c
 @@ -6,41 +6,41 @@ extern VOID cstegr_(char* jobz, char* range, integer* n, real* d, real* e, real*
@@ -2143,7 +2143,7 @@ index 69426a9..0b221c3 100644
      rblapack_options = Qnil;
    if (argc != 9 && argc != 11)
 diff --git a/ext/dlamrg.c b/ext/dlamrg.c
-index 55ccd71..b0689c1 100644
+index c96fc1f..3d778a7 100644
 --- a/ext/dlamrg.c
 +++ b/ext/dlamrg.c
 @@ -6,17 +6,17 @@ extern VOID dlamrg_(integer* n1, integer* n2, doublereal* a, integer* dtrd1, int
@@ -2187,7 +2187,7 @@ index 55ccd71..b0689c1 100644
      rblapack_options = Qnil;
    if (argc != 5 && argc != 5)
 diff --git a/ext/dlarrf.c b/ext/dlarrf.c
-index b01fad6..926887c 100644
+index 468de82..b8adf30 100644
 --- a/ext/dlarrf.c
 +++ b/ext/dlarrf.c
 @@ -6,37 +6,37 @@ extern VOID dlarrf_(integer* n, doublereal* d, doublereal* l, doublereal* ld, in
@@ -2261,7 +2261,7 @@ index b01fad6..926887c 100644
      rblapack_options = Qnil;
    if (argc != 12 && argc != 12)
 diff --git a/ext/dlarrv.c b/ext/dlarrv.c
-index 501fb91..bdbcd45 100644
+index 5ae6426..005216a 100644
 --- a/ext/dlarrv.c
 +++ b/ext/dlarrv.c
 @@ -6,47 +6,47 @@ extern VOID dlarrv_(integer* n, doublereal* vl, doublereal* vu, doublereal* d, d
@@ -2350,7 +2350,7 @@ index 501fb91..bdbcd45 100644
      rblapack_options = Qnil;
    if (argc != 18 && argc != 18)
 diff --git a/ext/dlatdf.c b/ext/dlatdf.c
-index 5bd827a..ec1a00a 100644
+index e7e73ed..0683d61 100644
 --- a/ext/dlatdf.c
 +++ b/ext/dlatdf.c
 @@ -6,19 +6,19 @@ extern VOID dlatdf_(integer* ijob, integer* n, doublereal* z, integer* ldz, doub
@@ -2397,7 +2397,7 @@ index 5bd827a..ec1a00a 100644
      rblapack_options = Qnil;
    if (argc != 7 && argc != 7)
 diff --git a/ext/dsgesv.c b/ext/dsgesv.c
-index 450b220..0d5abcc 100644
+index e5876b3..9243962 100644
 --- a/ext/dsgesv.c
 +++ b/ext/dsgesv.c
 @@ -6,17 +6,17 @@ extern VOID dsgesv_(integer* n, integer* nrhs, doublereal* a, integer* lda, inte
@@ -2441,7 +2441,7 @@ index 450b220..0d5abcc 100644
      rblapack_options = Qnil;
    if (argc != 2 && argc != 2)
 diff --git a/ext/dsposv.c b/ext/dsposv.c
-index c2c75b1..22fbefc 100644
+index 14b0baf..2dda443 100644
 --- a/ext/dsposv.c
 +++ b/ext/dsposv.c
 @@ -6,17 +6,17 @@ extern VOID dsposv_(char* uplo, integer* n, integer* nrhs, doublereal* a, intege
@@ -2485,7 +2485,7 @@ index c2c75b1..22fbefc 100644
      rblapack_options = Qnil;
    if (argc != 3 && argc != 3)
 diff --git a/ext/dstegr.c b/ext/dstegr.c
-index 087dee3..e8eaa99 100644
+index 6aef85a..8db3824 100644
 --- a/ext/dstegr.c
 +++ b/ext/dstegr.c
 @@ -6,41 +6,41 @@ extern VOID dstegr_(char* jobz, char* range, integer* n, doublereal* d, doublere
@@ -2565,7 +2565,7 @@ index 087dee3..e8eaa99 100644
      rblapack_options = Qnil;
    if (argc != 9 && argc != 11)
 diff --git a/ext/slamrg.c b/ext/slamrg.c
-index ec64618..59af57a 100644
+index 742f244..e770796 100644
 --- a/ext/slamrg.c
 +++ b/ext/slamrg.c
 @@ -6,17 +6,17 @@ extern VOID slamrg_(integer* n1, integer* n2, real* a, integer* strd1, integer*
@@ -2609,7 +2609,7 @@ index ec64618..59af57a 100644
      rblapack_options = Qnil;
    if (argc != 5 && argc != 5)
 diff --git a/ext/slarrf.c b/ext/slarrf.c
-index 4b7f3e9..82721e3 100644
+index 4948531..a47ce0d 100644
 --- a/ext/slarrf.c
 +++ b/ext/slarrf.c
 @@ -6,37 +6,37 @@ extern VOID slarrf_(integer* n, real* d, real* l, real* ld, integer* clstrt, int
@@ -2683,7 +2683,7 @@ index 4b7f3e9..82721e3 100644
      rblapack_options = Qnil;
    if (argc != 12 && argc != 12)
 diff --git a/ext/slarrv.c b/ext/slarrv.c
-index cf1e9d3..aff351d 100644
+index cf15390..52cee16 100644
 --- a/ext/slarrv.c
 +++ b/ext/slarrv.c
 @@ -6,47 +6,47 @@ extern VOID slarrv_(integer* n, real* vl, real* vu, real* d, real* l, real* pivm
@@ -2772,7 +2772,7 @@ index cf1e9d3..aff351d 100644
      rblapack_options = Qnil;
    if (argc != 18 && argc != 18)
 diff --git a/ext/slatdf.c b/ext/slatdf.c
-index cea67ee..8757564 100644
+index bf5e87e..6942b46 100644
 --- a/ext/slatdf.c
 +++ b/ext/slatdf.c
 @@ -6,19 +6,19 @@ extern VOID slatdf_(integer* ijob, integer* n, real* z, integer* ldz, real* rhs,
@@ -2819,7 +2819,7 @@ index cea67ee..8757564 100644
      rblapack_options = Qnil;
    if (argc != 7 && argc != 7)
 diff --git a/ext/sstegr.c b/ext/sstegr.c
-index dc19e76..0f79c80 100644
+index 583af96..34ba7ff 100644
 --- a/ext/sstegr.c
 +++ b/ext/sstegr.c
 @@ -6,41 +6,41 @@ extern VOID sstegr_(char* jobz, char* range, integer* n, real* d, real* e, real*
@@ -2899,7 +2899,7 @@ index dc19e76..0f79c80 100644
      rblapack_options = Qnil;
    if (argc != 9 && argc != 11)
 diff --git a/ext/zcgesv.c b/ext/zcgesv.c
-index 0886a80..83189e7 100644
+index 8f5fb14..53842b3 100644
 --- a/ext/zcgesv.c
 +++ b/ext/zcgesv.c
 @@ -6,17 +6,17 @@ extern VOID zcgesv_(integer* n, integer* nrhs, doublecomplex* a, integer* lda, i
@@ -2943,7 +2943,7 @@ index 0886a80..83189e7 100644
      rblapack_options = Qnil;
    if (argc != 2 && argc != 2)
 diff --git a/ext/zcposv.c b/ext/zcposv.c
-index dcfa853..381cf65 100644
+index 17edb2f..4bb607e 100644
 --- a/ext/zcposv.c
 +++ b/ext/zcposv.c
 @@ -6,17 +6,17 @@ extern VOID zcposv_(char* uplo, integer* n, integer* nrhs, doublecomplex* a, int
@@ -2987,7 +2987,7 @@ index dcfa853..381cf65 100644
      rblapack_options = Qnil;
    if (argc != 3 && argc != 3)
 diff --git a/ext/zlarrv.c b/ext/zlarrv.c
-index 34ec952..112a405 100644
+index fb25b0c..8aa536b 100644
 --- a/ext/zlarrv.c
 +++ b/ext/zlarrv.c
 @@ -6,47 +6,47 @@ extern VOID zlarrv_(integer* n, doublereal* vl, doublereal* vu, doublereal* d, d
@@ -3076,7 +3076,7 @@ index 34ec952..112a405 100644
      rblapack_options = Qnil;
    if (argc != 18 && argc != 18)
 diff --git a/ext/zlatdf.c b/ext/zlatdf.c
-index 4cbfc23..1fd7116 100644
+index 6b00003..272e9ad 100644
 --- a/ext/zlatdf.c
 +++ b/ext/zlatdf.c
 @@ -6,19 +6,19 @@ extern VOID zlatdf_(integer* ijob, integer* n, doublecomplex* z, integer* ldz, d
@@ -3123,7 +3123,7 @@ index 4cbfc23..1fd7116 100644
      rblapack_options = Qnil;
    if (argc != 7 && argc != 7)
 diff --git a/ext/zstegr.c b/ext/zstegr.c
-index a015f74..dbf5e88 100644
+index b553b1b..00e4d4e 100644
 --- a/ext/zstegr.c
 +++ b/ext/zstegr.c
 @@ -6,41 +6,41 @@ extern VOID zstegr_(char* jobz, char* range, integer* n, doublereal* d, doublere
diff --git a/debian/patches/series b/debian/patches/series
index 28d7873..1d4f3d4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-0001-Fix-Library-PATH.patch
-0002-Drop-RubyGems-Depends.patch
-0003-Fix-typo.patch
+0001-Drop-RubyGems-Depends.patch
+0002-Fix-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-lapack.git



More information about the Pkg-ruby-extras-commits mailing list