Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't include R_ext/Lapack.h if MKL is used #25
Conversation
|
Do you define |
|
I add |
|
Note that the page you reference to, as well as your comment, suggest
whereas your pull request has
Do we need to amend to the PR? |
|
@eddelbuettel No, I suppose we shouldn't change it for that reason. See MKL_support.h: |
|
I see -- in that case I'll merge ahead. |
Don't include R_ext/Lapack.h if MKL is used
|
thanks! |
If Eigen is configured to use MKL, the inclusion of
R_ext/Lapack.hresults in incompatible declaration errors (R 3.2.0, GCC 5.1.0, MKL 11.0).