#6456: Upgrade cvxopt in sage from 0.9 to 1.1.3
-------------------------------------------------+--------------------------
Reporter: was | Owner: mabshoff
Type: defect | Status: needs_info
Priority: major | Milestone: sage-4.6.1
Component: packages | Keywords:
Author: Harald Schilly, Dmitrii Pasechnik | Upstream: Completely
fixed; Fix reported upstream
Reviewer: | Merged:
Work_issues: OS X (10.4, Intel?) |
-------------------------------------------------+--------------------------
Comment(by kcrisman):
I tested sage/numerical/ and got only a couple failures, but they look
ominous - all of this type, where it can't find a symbol with g95. Which
is weird, because of course I used G95 to compile this Sage.
{{{
sage -t "devel/sage/sage/numerical/optimize.py"
**********************************************************************
File
"/Users/student/Desktop/sage-4.6/devel/sage/sage/numerical/optimize.py",
line 468:
sage: sol=linear_program(c,G,h)
Exception raised:
Traceback (most recent call last):
File "/Users/student/Desktop/sage-4.6/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Users/student/Desktop/sage-4.6/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
File "/Users/student/Desktop/sage-4.6/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_6[5]>", line 1, in <module>
sol=linear_program(c,G,h)###line 468:
sage: sol=linear_program(c,G,h)
File "/Users/student/Desktop/sage-4.6/local/lib/python/site-
packages/sage/numerical/optimize.py", line 485, in linear_program
from cvxopt.base import matrix as m
File "/Users/student/Desktop/sage-4.6/local/lib/python/site-
packages/cvxopt/__init__.py", line 31, in <module>
import base
ImportError: dlopen(/Users/student/Desktop/sage-4.6/local/lib/python
/site-packages/cvxopt/base.so, 2): Symbol not found: __g95_stop_blank
Referenced from: /Users/student/Desktop/sage-4.6/local/lib/python
/site-packages/cvxopt/base.so
Expected in: dynamic lookup
**********************************************************************
File "/Users/student/Desktop/sage-4.6/devel/sage/sage/numerical/test.py",
line 4:
sage: from cvxopt.base import *
Exception raised:
Traceback (most recent call last):
File "/Users/student/Desktop/sage-4.6/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/Users/student/Desktop/sage-4.6/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
File "/Users/student/Desktop/sage-4.6/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_0[2]>", line 1, in <module>
from cvxopt.base import *###line 4:
sage: from cvxopt.base import *
File "/Users/student/Desktop/sage-4.6/local/lib/python/site-
packages/cvxopt/__init__.py", line 31, in <module>
import base
ImportError: dlopen(/Users/student/Desktop/sage-4.6/local/lib/python
/site-packages/cvxopt/base.so, 2): Symbol not found: __g95_st_write_done
Referenced from: /Users/student/Desktop/sage-4.6/local/lib/python
/site-packages/cvxopt/base.so
Expected in: dynamic lookup
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6456#comment:137>
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.