[sagemath] 01/01: Fix python_installs_in_userdir.patch after recent move of the python setup.py install command.
Tobias Hansen
thansen at moszumanska.debian.org
Mon May 25 07:56:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository sagemath.
commit 2faa3c7b2bcaf9a491105f350cd3ae9d9e4b8a30
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Sun May 24 22:39:40 2015 +0000
Fix python_installs_in_userdir.patch after recent move of the python setup.py install command.
---
debian/patches/python_installs_in_userdir.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/patches/python_installs_in_userdir.patch b/debian/patches/python_installs_in_userdir.patch
index a587274..f4b4243 100644
--- a/debian/patches/python_installs_in_userdir.patch
+++ b/debian/patches/python_installs_in_userdir.patch
@@ -18,3 +18,14 @@
if [ $? -ne 0 ]; then
echo >&2 "Error: Installing SageNB failed."
exit 1
+--- a/sage/src/Makefile
++++ b/sage/src/Makefile
+@@ -6,7 +6,7 @@
+ $(MAKE) sage
+
+ sage: sage/libs/pari/auto_gen.pxi sage/ext/interpreters/__init__.py
+- python setup.py install
++ python setup.py install --user
+
+ csage:
+ cd c_lib && scons -Q install
--
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