-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable parallel "make install" in Python spkg #12096
Comments
Changed keywords from none to python spkg |
This comment has been minimized.
This comment has been minimized.
Author: Jeroen Demeyer |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:8
I'd like to add a comment that writable permission 0755, instead of 0555, is important for Cygwin port, as it would permit (semi)automatic rebasing of Sage dlls without the need to fiddle with permissions. |
comment:9
Darn I'll have to redo my python-2.7.2 spkg against this one. What is the purpose of the braces around the dpkg stuff? |
comment:10
Replying to @kiwifb:
Yeah, sorry for that...
To make the redirection work properly. The following are equivalent:
But are not equivalent to
|
Reviewer: François Bissey |
comment:11
I am looking at the spkg right now. It compiles fine and the patch look good. I have only one minor request about SPKG.txt before setting this to positive review.
The section about Makefile.pre.in should mention your bit about installing things 0755. |
Diff for the new Python spkg, for review only |
comment:12
Attachment: python-2.6.4.p11-p12.diff.gz Replying to @kiwifb:
Done. I know I haven't commited the changes, but will do that after positive_review. |
comment:13
Good enough for me. It's all go. |
Merged: sage-4.8.alpha4 |
The python spkg should not use parallel "make install". This is claimed to be fixed in the spkg, but it actually isn't done properly. There are some comments in
spkg-install
about how to fix it.Also, the python library should be installed with writable permission 0755, instead of 0555.
Apply http://boxen.math.washington.edu/home/jdemeyer/spkg/python-2.6.4.p12.spkg
Component: packages: standard
Keywords: python spkg
Author: Jeroen Demeyer
Reviewer: François Bissey
Merged: sage-4.8.alpha4
Issue created by migration from https://trac.sagemath.org/ticket/12096
The text was updated successfully, but these errors were encountered: