[sagemath] 03/03: Add a local workaround to get the docbuild working

Ximin Luo infinity0 at debian.org
Tue Aug 9 01:25:40 UTC 2016


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

infinity0 pushed a commit to branch master
in repository sagemath.

commit 20fef42d21f852de39799a9cb5e381b236ace29e
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Aug 9 03:16:39 2016 +0200

    Add a local workaround to get the docbuild working
    
    If you don't want to build the docs, set DEB_BUILD_OPTIONS=nodoc
---
 debian/README.Debian | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index aa61143..299b556 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -5,7 +5,11 @@ for instructions on using this repository.
 
 ## TODO (required for the build to work)
 
-* Currently there are no extra steps required to make the build work.
+1. For the docbuild to work, you must first patch your local system:
+
+   $ sudo ln -sf libpari-gmp-tls-2.8.so.0.0.0 /usr/lib/x86_64-linux-gnu/libpari-gmp-tls.so.4
+
+   We probably need to fix libpari-dev, or something.
 
 Then the build (including documentation) should work, but some tests will fail.
 This is probably due to a combination of:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list