Gentoo Archives: gentoo-science

From: "François Bissey" <fbissey@××××××××××××.nz>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Build of cxvopt against acml not working
Date: Mon, 13 Jan 2014 23:18:13
Message-Id: 99b004ccd849bf9a0a7606acb1fa8e32@slingshot.co.nz
In Reply to: Re: [gentoo-science] Build of cxvopt against acml not working by "Bastian Löffler"
1 On 2014-01-14 12:12, Bastian Löffler wrote:
2 > Well ....
3 >
4 > I found that the link was wrong (old version) it was pointing to
5 > nowhere. I removed it. Now i have no link in /usr/lib{64} anymore:
6 >
7 > file /opt/acml5.3.1/gfortran64/lib/libacml.so
8 > /opt/acml5.3.1/gfortran64/lib/libacml.so: ELF 64-bit LSB shared object,
9 > x86-64, version 1 (SYSV), dynamically linked, not stripped
10 >
11 > pkg-config lapack --libs
12 > -L//opt/acml5.3.1/gfortran64/lib -lacml
13 >
14 The link may have been the cause of trouble. Your compile lines of
15 cvxopt
16 didn't include "-L//opt/acml5.3.1/gfortran64/lib" so you were compiling
17 against
18 that dead link.
19 Hopefully now that you have removed this deadlink things will work.
20 If not we have done something wrong in cvxopt.
21
22 Francois

Replies

Subject Author
Re: [gentoo-science] Build of cxvopt against acml not working "Bastian Löffler" <Bastian_Loeffler@×××××.de>