#4949: Optionally build spkgs in $SAGE_BUILD_TMPDIR
-------------------------------------------------------------+--------------
Reporter: mabshoff | Owner:
mabshoff
Type: enhancement | Status:
needs_review
Priority: minor | Milestone:
sage-5.0
Component: build | Keywords:
sd32
Work_issues: | Upstream:
N/A
Reviewer: Mariah Lenox, Leif Leonhardy, Maarten Derickx | Author:
John Palmieri
Merged: | Dependencies:
-------------------------------------------------------------+--------------
Changes (by jhpalmieri):
* status: needs_work => needs_review
Old description:
> `$HOME` can be slow in case it is NFS-mounted for example. So using local
> scratch space or even better a RAM disk should speed up the build by a
> nice factor. To do so, use `$SAGE_BUILD_TMPDIR/build/` in case it exists
> instead of `$SAGE_ROOT/spkg/build/`.
>
> ----
>
> Apply [attachment:trac_4949-root.v2.patch] to the Sage '''root
> repository'''.
>
> Apply [attachment:trac_4949-installation.patch] to the '''Sage
> library'''.
New description:
`$HOME` can be slow in case it is NFS-mounted for example. So using local
scratch space or even better a RAM disk should speed up the build by a
nice factor. To do so, use `$SAGE_BUILD_TMPDIR/build/` in case it exists
instead of `$SAGE_ROOT/spkg/build/`.
----
Apply [attachment:trac_4949-root.v3.patch] to the Sage '''root
repository'''.
Apply [attachment:trac_4949-installation.v2.patch] to the '''Sage
library'''.
--
Comment:
Okay, here are new patches. `make clean` and `make distclean` now clean
`$SAGE_BUILD_TMPDIR`, and in sage-spkg, if the directory doesn't exist, it
is created. The documentation has been changed to reflect this. (The
"delta" patches are the differences between the old versions and the new
ones, for reference.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4949#comment:39>
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.