[DRE-commits] [ruby-nmatrix] 02/04: Refresh link_lapack_atlas.patch

Cédric Boutillier boutil at moszumanska.debian.org
Thu Feb 6 14:25:43 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-nmatrix.

commit a03d20e1ec7c9c3f1577518dab5a1707fc3c5dad
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jan 12 13:43:37 2014 +0100

    Refresh link_lapack_atlas.patch
---
 debian/changelog                       |  8 +++++---
 debian/patches/link_lapack_atlas.patch | 17 ++++-------------
 2 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 794bf5b..c13b4e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-ruby-nmatrix (0.0.9-2) UNRELEASED; urgency=low
+ruby-nmatrix (0.1.0~rc1-1) UNRELEASED; urgency=medium
 
-  * Add missing Vcs-* entries
+  * Imported Upstream version 0.1.0~rc1
+  * Add missing Vcs-* fields
+  * Refresh link_lapack_atlas.patch
 
- -- Cédric Boutillier <boutil at debian.org>  Mon, 04 Nov 2013 20:34:05 +0100
+ -- Cédric Boutillier <boutil at debian.org>  Sun, 12 Jan 2014 11:09:08 +0100
 
 ruby-nmatrix (0.0.9-1) experimental; urgency=low
 
diff --git a/debian/patches/link_lapack_atlas.patch b/debian/patches/link_lapack_atlas.patch
index 8ee2809..a7e6e13 100644
--- a/debian/patches/link_lapack_atlas.patch
+++ b/debian/patches/link_lapack_atlas.patch
@@ -1,13 +1,13 @@
 Description: link against lapack and lapack_atlas
 Author: Cédric Boutillier <boutil at debian.org>
 Forwarded: no
-Last-Modified: 2013-09-23
+Last-Modified: 2014-01-12
 
 --- a/ext/nmatrix/extconf.rb
 +++ b/ext/nmatrix/extconf.rb
-@@ -142,9 +142,13 @@
-              cblas: ["/usr/local/lib", "/usr/local/atlas/lib"],
-              atlas: ["/usr/local/atlas/lib", "/usr/local/lib", "/usr/lib"]}
+@@ -192,9 +192,13 @@
+   $libs += " -lclapack "
+ end
  
 -unless have_library("lapack")
 -  dir_config("lapack", idefaults[:lapack], ldefaults[:lapack])
@@ -22,12 +22,3 @@ Last-Modified: 2013-09-23
  
  unless have_library("cblas")
    dir_config("cblas", idefaults[:cblas], ldefaults[:cblas])
-@@ -180,7 +184,7 @@
- #find_library("atlas", "ATL_dgemmNN")
- 
- # Order matters here: ATLAS has to go after LAPACK: http://mail.scipy.org/pipermail/scipy-user/2007-January/010717.html
--$libs += " -llapack -lcblas -latlas "
-+#$libs += " -llapack -lcblas -latlas "
- 
- $objs = %w{nmatrix ruby_constants data/data util/io math util/sl_list storage/common storage/storage storage/dense storage/yale/yale storage/list}.map { |i| i + ".o" }
- 

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



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