UO-OACISS / tau2

TAU Performance System Public Mirror (Updated every night at midnight, USA Pacific Time)
http://tau.uoregon.edu
Other
39 stars 16 forks source link

Makefile hardcodes `gcc` in a few places #6

Open haampie opened 1 year ago

haampie commented 1 year ago

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)