LAPACK/BLAS/SciD Windows

Lars T. Kyllingstad public at kyllingen.NOSPAMnet
Thu Feb 10 04:18:43 PST 2011


On Wed, 09 Feb 2011 22:30:23 +0000, dsimcha wrote:

> Has anyone been able to get BLAS/LAPACK/SciD working on Windows?  If so,
> how?
>  The furthest I've gotten is building SciD, downloading BLAS and LAPACK
> prebuilt binaries from http://icl.cs.utk.edu/lapack-for-windows/, and
> using Agner Fog's objconv to convert them from COFF to OMF.  Then, when
> I try to build a trivial test program, I get:
> 
> Symbol Undefined _dgetri_
> Symbol Undefined _dgetrf_
> 
> Grepping my lapack binaries indicates that getri and getrf are there,
> but _getri_ and _getrf_ are not.  It's an underscore issue.
> 
> Can anyone either:
> 
> 1.  Tell me how to fix this?
> 
> 2.  Tell me where to get BLAS and LAPACK in OMF format that will "just
> work" with DMD?

Have you tried asking Bill Baxter?  He wrote the original BLAS/LAPACK 
bindings, so he should know.

-Lars


More information about the Digitalmars-d mailing list