#12659: build the sage library in place
-------------------------------+--------------------------------------------
Reporter: mhansen | Owner: GeorgSWeber
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: build | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: William Stein
Authors: Mike Hansen | Merged in:
Dependencies: #12684 | Stopgaps:
-------------------------------+--------------------------------------------
Comment (by jhpalmieri):
I think the scripts patch should be this instead (that is, removing the
old link in a different part of the script):
{{{
#!diff
diff --git a/sage-build b/sage-build
--- a/sage-build
+++ b/sage-build
@@ -15,6 +15,11 @@ build() {
echo "sage: Building and installing modified Sage library files."
echo ""
+ # Remove this link. It will be recreated automatically; removing
+ # it now allows for the transition to build Sage in place (trac
+ # #12659), because it will replace a link to
+ # devel/sage/build/sage with a link to devel/sage/sage.
+ rm -f "$SAGE_LOCAL/lib/python/site-packages/sage"
# install c_lib
# we're doing this here instead of setup.py for historical
# reasons:
}}}
This doesn't help with the error message in my previous comment, but it
might take care of the other issue.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12659#comment:28>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.