diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-05-24 15:33:22 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-05-24 15:33:22 +0000 |
commit | 1b542d0767d257e263e59b63f532762c90efb244 (patch) | |
tree | 88e951490641de4594c10494ab259d0acdfc2cc3 /dev-python/cvxopt/files | |
parent | Version bump. (diff) | |
download | gentoo-2-1b542d0767d257e263e59b63f532762c90efb244.tar.gz gentoo-2-1b542d0767d257e263e59b63f532762c90efb244.tar.bz2 gentoo-2-1b542d0767d257e263e59b63f532762c90efb244.zip |
fixed cholmod blas linking, thanks Steve Trogdon, bug #415827
(Portage version: 2.1.10.60/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/cvxopt/files')
-rw-r--r-- | dev-python/cvxopt/files/cvxopt-1.1.5-setup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cvxopt/files/cvxopt-1.1.5-setup.patch b/dev-python/cvxopt/files/cvxopt-1.1.5-setup.patch index a54d09aad1e6..53237d5496bd 100644 --- a/dev-python/cvxopt/files/cvxopt-1.1.5-setup.patch +++ b/dev-python/cvxopt/files/cvxopt-1.1.5-setup.patch @@ -150,7 +150,7 @@ - glob('C/SuiteSparse/CHOLMOD/Cholesky/c*.c') + - ['C/SuiteSparse/CHOLMOD/Check/cholmod_check.c'] + - glob('C/SuiteSparse/CHOLMOD/Supernodal/c*.c') ) -+ libraries = ['cholmod','blas'], ++ libraries = ['cholmod'] + BLAS_LIBS, + define_macros = MACROS + [('NPARTITION', '1')], + sources = [ 'C/cholmod.c' ]) + |