Skip to content

allow the use of LAPACK_COMPLEX_CPP when using MSVC compiler #5244

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

chitao1234
Copy link

Currently, openblas force the use complex.h when building lapack for msvc, this commit allow it to also use the C++ complex using LAPACK_COMPLEX_CPP macro as it is in the non msvc case.

@martin-frbg
Copy link
Collaborator

MSVC is clearly not my forte, but I added this in response to #4073 - would we need an MSVC version check here perhaps ?

@chitao1234
Copy link
Author

I guess we do not need a version check for MSVC, I checked that std::complex is present all the way back in visual studio .net 2003.

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

Successfully merging this pull request may close these issues.

2 participants