-
Notifications
You must be signed in to change notification settings - Fork 22
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
Build failure on MacOS 14.7.1 #300
Comments
So to get passed this I simply hard coded |
A second issue I run into now is the following:
|
Hi Luc! Could you try commenting out the definition of #if defined(__NVCOMPILER)
# define LINALG_HAS_EXECUTION 1
#elif ! defined(__clang__) && ! defined(_MSC_VER) && ! defined(_INTEL_COMPILER) && ! defined(_INTEL_LLMV_COMPILER) && defined(__GNUC__)
# if defined(LINALG_ENABLE_TBB)
# define LINALG_HAS_EXECUTION 1
# endif
#else
// # define LINALG_HAS_EXECUTION 1
#endif If that works, then we should be able to figure out a nicer way to express your compiler's needs. Thanks! |
Hi Mark, commenting out the macro definition on line 53 does work as well.
Help with this would also be greatly appreciated : ) |
I think I know what happened with The iterators are completely superfluous; we should actually remove them from the repository. I don't have a way to test on MacOS right now. Would you consider submitting a PR to fix this issues and verifying the fix locally? Thanks! : - ) |
Hi all,
I am trying to build the library on my mac and hit the following build failure:
My compiler version is:
The text was updated successfully, but these errors were encountered: