#9177: cddlib has hard-coded gmp path
---------------------------+------------------------------------------------
Reporter: vbraun | Owner: tbd
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-4.4.4
Component: packages | Keywords:
Author: | Upstream: Not yet reported upstream; Will do
shortly.
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Changes (by drkirkby):
* status: needs_review => positive_review
Comment:
Sorry, I overlooked the fact you had commented on this.
This looks good. I've tested it on Linux (64-bit build), !OpenSolaris x64
(64-bit build ) and Solaris 10 SPARC (32-bit build). I exported
"SAGE_CHECK=yes", so the test suite is run.
There's an amazing difference in the speed to compile this on my old Sun
Blade 1000 (2 minutes, 38 seconds) and my much newer Sun Ultra 27 (11.5
seconds)! Almost 14:1, though I guess the new machine did cost me more
than 14x as much as the old one.
== On !OpenSolaris 06/2009 (64-bit build) on a Sun Ultra 27 quad core
Xeon. ==
{{{
make[2]: Entering directory
`/export/home/drkirkby/sage-4.4.4.alpha1/spkg/build/cddlib-094f.p6/src'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory
`/export/home/drkirkby/sage-4.4.4.alpha1/spkg/build/cddlib-094f.p6/src'
make[1]: Leaving directory
`/export/home/drkirkby/sage-4.4.4.alpha1/spkg/build/cddlib-094f.p6/src'
real 0m11.521s
user 0m6.859s
sys 0m3.814s
Successfully installed cddlib-094f.p6
Running the test suite.
size = 8 x 4
Number Type = rational
Now cleaning up tmp files.
rm: Cannot remove any directory in the path of the current working
directory
/export/home/drkirkby/sage-4.4.4.alpha1/spkg/build/cddlib-094f.p6
Making Sage/Python scripts relocatable...
Making script relocatable
Finished installing cddlib-094f.p6.spkg
}}}
== Using Solaris 10 SPARC (32-bit build) on a Sun Blade 1000, 2 x 900 MHz
UltraSPARC III+ ==
{{{
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory
`/export/home/drkirkby/sage-4.4.4.alpha1/spkg/build/cddlib-094f.p7/src'
make[1]: Leaving directory
`/export/home/drkirkby/sage-4.4.4.alpha1/spkg/build/cddlib-094f.p7/src'
real 2m37.957s
user 2m2.904s
sys 0m29.713s
Successfully installed cddlib-094f.p7
Running the test suite.
size = 8 x 4
Number Type = rational
Now cleaning up tmp files.
rm: Cannot remove any directory in the path of the current working
directory
/export/home/drkirkby/sage-4.4.4.alpha1/spkg/build/cddlib-094f.p7
Making Sage/Python scripts relocatable...
Making script relocatable
Finished installing cddlib-094f.p7.spkg
}}}
== Using Linux (64-bit build) on sage.math ==
{{{
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/kirkby/sage-4.4.3/spkg/build/cddlib-
094f.p7/src'
make[1]: Leaving directory `/home/kirkby/sage-4.4.3/spkg/build/cddlib-
094f.p7/src'
real 0m31.422s
user 0m21.380s
sys 0m6.770s
Successfully installed cddlib-094f.p7
Running the test suite.
size = 8 x 4
Number Type = rational
Now cleaning up tmp files.
Making Sage/Python scripts relocatable...
Making script relocatable
Finished installing cddlib-094f.p7.spkg
}}}
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9177#comment:10>
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.