Error calling geqrs function from lubeck package.

9il ilyayaroshenko at gmail.com
Thu Jul 5 07:59:29 UTC 2018


On Tuesday, 17 April 2018 at 03:26:25 UTC, Jamie wrote:
> I'm attempting to use the lubeck package, as described here 
> https://forum.dlang.org/post/axacgiisczwvygyefhwy@forum.dlang.org
>
> I have lubeck, mir-algorithm, mir-blas, mir-lapack downloaded 
> and accessible by the compiler, and I have installed 
> liblapack-dev and libblas-dev.
>
> When I attempt to run the example for geqrs, 
> https://github.com/libmir/mir-lapack/blob/master/examples/geqrs/source/app.d , I get the following error
>
>     undefined reference to 'dgeqrs_'
>

dgeqrs does not exists in many LAPACK implementations. It is 
quite new addition to LAPACK. -- Ilya



More information about the Digitalmars-d-learn mailing list