Boost logo

Ublas :

Subject: Re: [ublas] Bindings: second C linkage of overloaded function 'cbdsqr_'
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2011-04-11 10:18:58


On 04/11/2011 04:09 PM, George Slavov wrote:
>
> I have been able to use gotoblas in a separate project that directly
> called the functions defined in clapack.h. However, when I try to
> include the lapack header (I just include it but I haven't written any
> code to use it) from the ublas bindings, I get trouble.

This might have to do with BOOST_NUMERIC_BINDINGS_LAPACK_CLAPACK not
disabling non-CLAPACK includes (and implicitly enabling the Fortran
include machinery). Please try to include the specific lapack header
(bindings/lapack/{computational,driver,...}/....hpp).

Does that help?

Cheers,

Rutger