#7284: create an optional gmp spkg
---------------------------+------------------------------------------------
Reporter: was | Owner: mabshoff
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.2
Component: packages | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
---------------------------+------------------------------------------------
Comment(by mhampton):
I tried to install this on sage-4.1.1 (maybe a bad idea) and got the
following error:
{{{
ImportError Traceback (most recent call
last)
/Users/mh/sagestuff/sage-4.1.1/local/lib/python2.6/site-
packages/IPython/ipmaker.pyc in force_import(modname)
64 reload(sys.modules[modname])
65 else:
---> 66 __import__(modname)
67
68
/Users/mh/sagestuff/sage-4.1.1/local/bin/ipy_profile_sage.py in <module>()
5 preparser(True)
6
----> 7 import sage.all_cmdline
8 sage.all_cmdline._init_cmdline(globals())
9
/Users/mh/sagestuff/sage-4.1.1/local/lib/python2.6/site-
packages/sage/all_cmdline.py in <module>()
12 try:
13
---> 14 from sage.all import *
15 from sage.calculus.predefined import x
16 preparser(on=True)
/Users/mh/sagestuff/sage-4.1.1/local/lib/python2.6/site-
packages/sage/all.py in <module>()
66 from sage.misc.sh import sh
67
---> 68 from sage.libs.all import *
69
70 get_sigs()
/Users/mh/sagestuff/sage-4.1.1/local/lib/python2.6/site-
packages/sage/libs/all.py in <module>()
1 from sage.rings.memory import pmem_malloc
2
----> 3 import sage.libs.ntl.all as ntl
4
5 #import sage.libs.cf.cf as cf
/Users/mh/sagestuff/sage-4.1.1/local/lib/python2.6/site-
packages/sage/libs/ntl/all.py in <module>()
24
#*****************************************************************************
25
---> 26 from sage.libs.ntl.ntl_ZZ import (
27 ntl_setSeed, \
28 ntl_ZZ as ZZ,
ImportError: dlopen(/Users/mh/sagestuff/sage-4.1.1/local/lib/python2.6
/site-packages/sage/libs/ntl/ntl_ZZ.so, 2): Library not loaded:
/Users/mh/sagestuff/sage-4.1.1.rc2/local/lib/libgmpxx.3.dylib
Referenced from: /Users/mh/sagestuff/sage-4.1.1/local/lib/python2.6
/site-packages/sage/libs/ntl/ntl_ZZ.so
Reason: image not found
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7284#comment:2>
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
-~----------~----~----~----~------~----~------~--~---