We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gcc
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)
$(CC)
$(CPP)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
all hardcode
gcc
instead of using$(CC)
or$(CPP)
The text was updated successfully, but these errors were encountered: