-
Notifications
You must be signed in to change notification settings - Fork 31
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
Compiler vendor not detected properly when using conda tools #46
Comments
I am wondering if it would make sense to use ax_compiler_vendor? |
devinamatthews
added a commit
that referenced
this issue
Apr 22, 2022
Conda gcc doesn't seem to have "gcc" or "GCC" in the version string anymore (#46).
We are going to change the version string to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a repeat of #43 unfortunately. Conda has changed the version string on its compiler again:
This time, there is no GCC in the string, upper or lower case.
The text was updated successfully, but these errors were encountered: