#19687: upgrade cvxopt to version 1.1.8
-------------------------------------+-------------------------------------
Reporter: dimpase | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-7.0
Component: packages: | Resolution:
standard | Merged in:
Keywords: | Reviewers: François Bissey
Authors: Dima Pasechnik | Work issues:
Report Upstream: Not yet reported | Commit:
upstream; Will do shortly. | 6390e86c33b9fdd7c47ee15592277ac7432926bb
Branch: u/dimpase/19687 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by fbissey):
Wrong solution
{{{
if SUITESPARSE_EXT_LIB:
amd = Extension('amd',
libraries = ['amd','suitesparseconfig'],
include_dirs = [SUITESPARSE_INC_DIR],
library_dirs = [SUITESPARSE_LIB_DIR],
sources = ['src/C/amd.c'])
else:
amd = Extension('amd',
include_dirs = [ 'src/C/SuiteSparse/AMD/Include',
'src/C/SuiteSparse/SuiteSparse_config' ],
define_macros = MACROS,
sources = [ 'src/C/amd.c',
'src/C/SuiteSparse/SuiteSparse_config/SuiteSparse_config.c'] +
glob('src/C/SuiteSparse/AMD/Source/*.c') )
}}}
The `amd` extension doesn't use `libraries` so I would be surprised if it
worked by adding it to `BLAS_LIBS`.
--
Ticket URL: <http://trac.sagemath.org/ticket/19687#comment:9>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.