mumax: Set NVCC_CCBIN to spack compiler wrapper (#34754)

This commit is contained in:
Glenn Johnson
2023-01-02 11:28:45 -06:00
committed by GitHub
parent c07881c843
commit 2c1523debe

View File

@@ -79,6 +79,7 @@ def edit(self, spec, prefix):
def setup_build_environment(self, env):
env.prepend_path("GOPATH", self.gopath)
env.set("CUDA_CC", self.cuda_arch)
env.set("NVCC_CCBIN", spack_cc)
def install(self, spec, prefix):
make()