Changes between Initial Version and Version 6 of Ticket #4949
- Timestamp:
- 08/06/10 22:41:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4949
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
John Palmieri
- Property Cc drkirkby leif added
-
Property
Milestone
changed from
sage-3.3
tosage-3.2.4
-
Property
Priority
changed from
critical
tominor
-
Property
Report Upstream
changed from
to
N/A
-
Property
Status
changed from
-
Ticket #4949 – Description
initial v6 1 $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 so souse $SAGE_BUILD_TMPDIR in case it exists instead of $SAGE_ROOT/spkg/build.1 $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 in case it exists instead of $SAGE_ROOT/spkg/build. 2 2 3 3 Cheers,