Hi,

I'm quite new to cython, so maybe my question is trivial. I try to
wrap the lapack-routine dgesv using cython. I was glad when I found

http://codespeak.net/pipermail/cython-dev/2009-May/005702.html

covering exactly that topic. I tried to compile the lapack-part of it,
but then it seemed like the lapack.pxd file was missing. So I went
ahead creating this file, using the informations I could grep from the
slides contained in this tutorial.

But when I do so, it does indeed compile, but on execution of

testlapack.test()

an error occurs that lapack doesn't have the attribute CblasRowMajor.

Can anybody please help me? Has anybody of you done this before or
does anybody have the correct lapack.pxd file?

Greetings,
Thorsten
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to