LAPACK/BLAS/SciD Windows
dsimcha
dsimcha at yahoo.com
Wed Feb 9 14:30:23 PST 2011
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?
More information about the Digitalmars-d
mailing list