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

Compiler vendor not detected properly when using conda tools #46

Open
marcinz opened this issue Apr 21, 2022 · 4 comments
Open

Compiler vendor not detected properly when using conda tools #46

marcinz opened this issue Apr 21, 2022 · 4 comments

Comments

@marcinz
Copy link

marcinz commented Apr 21, 2022

This is a repeat of #43 unfortunately. Conda has changed the version string on its compiler again:

$ $CC --version
x86_64-conda-linux-gnu-cc (conda-forge 11.2.0-15) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

This time, there is no GCC in the string, upper or lower case.

@marcinz
Copy link
Author

marcinz commented Apr 21, 2022

I am wondering if it would make sense to use ax_compiler_vendor?

@devinamatthews
Copy link
Owner

Thanks for the suggestion @marcinz. I will make a simple patch for now (same comment applies as in #45), but I'll raise this suggestion in BLIS.

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).
@devinamatthews
Copy link
Owner

@marcinz please try 7d979b6.

@isuruf
Copy link

isuruf commented Apr 22, 2022

We are going to change the version string to x86_64-conda-linux-gnu-cc (conda-forge gcc 11.2.0-15) 11.2.0. Sorry about the change.

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