Simple static library in Windows

53 views
Skip to first unread message

Eos Pengwern

unread,
Sep 14, 2015, 8:52:20 AM9/14/15
to OpenBLAS-users
I'd like to create the simplest possible static OpenBLAS library in windows - single-threaded, and without either LAPACK, LAPACKE or DLL support. I've tried compiling with the line

make NO_LAPACK=1 NO_LAPACKE=1 USE_THREAD=0

...but the binary size comes out exactly the same as if I'd used plain "make", and I still get all the 'cannot find lib.exe' errors which, although the documentation says I shouldn't worry about them, are still undesirable when I aspire to an error-free build of my application as a whole.

Is there some other set of switches I ought to be using when doing the build?

Zhang Xianyi

unread,
Oct 5, 2015, 3:36:18 PM10/5/15
to Eos Pengwern, OpenBLAS-users
Please try make NO_SHARED=1 NO_LAPACK=1 USE_THREAD=0

--
You received this message because you are subscribed to the Google Groups "OpenBLAS-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openblas-user...@googlegroups.com.
To post to this group, send email to openbla...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages