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

Makefile hardcodes gcc in a few places #6

Open
haampie opened this issue Oct 28, 2022 · 0 comments
Open

Makefile hardcodes gcc in a few places #6

haampie opened this issue Oct 28, 2022 · 0 comments

Comments

@haampie
Copy link

haampie commented Oct 28, 2022

In Spack CI the tau package failed to build which was due to a bug in gnu make, but at the same time, it shows an actual issue in the makefiles here:

examples/omp_collector_api/Makefile
tools/src/taudb_c_api/src/database/Makefile
utils/Makefile

all hardcode gcc instead of using $(CC) or $(CPP)

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

1 participant