Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile blis on windows #761

Open
liushang0322 opened this issue Jul 28, 2023 · 1 comment
Open

compile blis on windows #761

liushang0322 opened this issue Jul 28, 2023 · 1 comment

Comments

@liushang0322
Copy link

I'm trying to compile blis on windows MinGW has been built as a dynamic link library, but now via
./configure -b 64 --disable-static
make -j 4
I will get a libblis.4.dll file in the future, how can I use it, and what does .4 mean here, and how can I get libblis.dll
well, thank you very much

@devinamatthews
Copy link
Member

4 is the "soversion" or ABI version of the library. You can simply create a copy or a link named libblis.dll. The Makefile does this for Linux/macOS automatically but I guess not for Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants