LAPACK/BLAS/SciD Windows
dsimcha
dsimcha at yahoo.com
Sun Feb 13 22:13:51 PST 2011
Good hint. I found some pre-built binaries at
http://dsource.org/projects/multiarray , Bill Baxter's old project. I
tested them (superficially) and they WORK on Windows w/ DMD 2.052 beta
and SciD SVN. Lars, please post this zip file somewhere on your SciD
site so that other Windows users who want to use SciD don't have to got
through the same hassle I did to track them down.
On 2/10/2011 7:18 AM, Lars T. Kyllingstad wrote:
> 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