Adjust recipe so it looks for hipcc in the correct path
This commit is contained in:
		| @@ -92,7 +92,7 @@ def setup_build_environment(self, env): | |||||||
|         if "^cuda" in spec: |         if "^cuda" in spec: | ||||||
|             env.set("PAPI_CUDA_ROOT", spec["cuda"].prefix) |             env.set("PAPI_CUDA_ROOT", spec["cuda"].prefix) | ||||||
|         if "+rocm" in spec: |         if "+rocm" in spec: | ||||||
|             env.set("PAPI_ROCM_ROOT", spec["hsa-rocr-dev"].prefix) |             env.set("PAPI_ROCM_ROOT", spec["hip"].prefix) | ||||||
|             env.append_flags("CFLAGS", "-I%s/rocprofiler/include" % spec["rocprofiler-dev"].prefix) |             env.append_flags("CFLAGS", "-I%s/rocprofiler/include" % spec["rocprofiler-dev"].prefix) | ||||||
|             env.set( |             env.set( | ||||||
|                 "ROCP_METRICS", "%s/rocprofiler/lib/metrics.xml" % spec["rocprofiler-dev"].prefix |                 "ROCP_METRICS", "%s/rocprofiler/lib/metrics.xml" % spec["rocprofiler-dev"].prefix | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Wileam Phan
					Wileam Phan