You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I know that FAQ refers to issue #95. However, I was not able to fix the issue for myself with the patch provided under #95. Is the patch supposed to work for the current release?
I was able to build the library including all .dll, .lib and .dep files using MSYS and Mingw(32/64). Nonetheless, I am not able to solve the problem of missing complex.h file during compilation on my program in Visual Studio. The same applies when I try to use prebuilt Windows binary packages.
Thanks for help!
The text was updated successfully, but these errors were encountered:
#ifndef LAPACK_COMPLEX_CUSTOM
to
#ifdef LAPACK_COMPLEX_CUSTOM
I set following compiler flags: /D "HAVE_LAPACK_CONFIG_H" /D "LAPACK_COMPLEX_STRUCTURE" /D "LAPACK_COMPLEX_CUSTOM"
After that I was able to compile my program without problems. Please point me out if I am missing something. I have also tried to use LAPACK_COMPLEX_CPP instead of LAPACK_COMPLEX_STRUCTURE. However, the compiler was complaining with lots of errors C2894: templates cannot be declared to have 'C' linkage
Hi there,
I know that FAQ refers to issue #95. However, I was not able to fix the issue for myself with the patch provided under #95. Is the patch supposed to work for the current release?
I was able to build the library including all .dll, .lib and .dep files using MSYS and Mingw(32/64). Nonetheless, I am not able to solve the problem of missing complex.h file during compilation on my program in Visual Studio. The same applies when I try to use prebuilt Windows binary packages.
Thanks for help!
The text was updated successfully, but these errors were encountered: