lapack

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Mar 5 18:40:38 UTC 2012


On Mon, 5 Mar 2012 18:01:58 +0000 (GMT)
Patrick Dupre <patrick.dupre at york.ac.uk> wrote:

> Hello,
> 
> I need to use the lapack library in fedora 16, but I cannot find
> a lapack.h file!
> lapack-devel-3.3.1-1 provides
> liblapack.so only

LAPACK is a Fortran77 library, and as such does not need a .h file. If
you want to interface C code with LAPACK, then you need to write the
necessary function declarations yourself.
-- 
Jussi Lehtola
Fedora Project Contributor
jussilehtola at fedoraproject.org


More information about the users mailing list