[SCM] Small boost::python wrapper of parts of the Eigen library. branch, master, updated. debian/0.3_dfsg_bzr25-1-4-g1b3c7d4

Anton Gladky gladky.anton at gmail.com
Sun Apr 7 11:56:59 UTC 2013


The following commit has been merged in the master branch:
commit 6c7cd63ff5a0fd2180cd139afead5e7a86909312
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Apr 7 11:00:55 2013 +0200

    Fix doc-generation on non-linux archs.

diff --git a/debian/patches/fix_doc-generation_on_non-linux_archs.patch b/debian/patches/fix_doc-generation_on_non-linux_archs.patch
new file mode 100644
index 0000000..d9d8332
--- /dev/null
+++ b/debian/patches/fix_doc-generation_on_non-linux_archs.patch
@@ -0,0 +1,15 @@
+Description: Fix doc-generation on non-linux archs
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2013-04-07
+
+--- minieigen-0.3~dfsg~bzr25.orig/doc/source/conf.py
++++ minieigen-0.3~dfsg~bzr25/doc/source/conf.py
+@@ -19,7 +19,7 @@ import sys, os, re, glob
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
+ 
+ #sys.path.insert(0, os.path.abspath('../../src'))
+-sys.path.insert(0,glob.glob(os.path.abspath('../../build/lib.linux-*'))[0])
++sys.path.insert(0,glob.glob(os.path.abspath('../../build/lib.*'))[0])
+ print sys.path
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 377c40e..43718dc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove_embedded_library.patch
+fix_doc-generation_on_non-linux_archs.patch

-- 
Small boost::python wrapper of parts of the Eigen library.



More information about the debian-science-commits mailing list