I am trying to compile the Armadillo C++ Library under Windows 32 using MinGW32 and OpenBLAS.
I've tried every tutorial and stackoverflow.com question on the topic, but still can't seem to disable the compilation of the wrapper.obj which produces link errors "undefined reference to `sdot_'" and so on. These are BLAS symbols that cannot be found by the wrapper.
I have no other BLAS/LAPACK libraries installed, and in the cmake output it confirms that libopenblas.dll has been found.
How can I disable the compilation and linking of the wrapper.obj? Editing config.hpp has no effect.