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

Do not link to 'm' explicitly #59

Open
roversch opened this issue Jul 17, 2018 · 3 comments
Open

Do not link to 'm' explicitly #59

roversch opened this issue Jul 17, 2018 · 3 comments

Comments

@roversch
Copy link
Contributor

MSVC is failing with following message:

screen shot 2018-07-17 at 11 08 22

Please do not link explicitly to m in CMake, because it does not exist on Windows systems.

@RoyiAvital
Copy link

The files which require linking to the m (Math) library are the examples of BLASFeo.
So if you set the flag BLASFEO_EXAMPLES to OFF the compilation will be successful.

@giaf , I think a solution for the mean time would be setting BLASFEO_EXAMPLES to OFF on Windows.

@giaf
Copy link
Owner

giaf commented Mar 20, 2020

Thanks for the suggestion, I will look into it.
I'm much more familiar with make thank cmake.

@RoyiAvital
Copy link

Actually both are not that good in my opinion.
If you're open to try something new and more flexible, try Meson.

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

3 participants