Hotfix: move CUDAHOSTCXX (#17826)
* Hotfix: move CUDAHOSTCXX Set only in dependent packages. * dependent compiler
This commit is contained in:
parent
5f8ab69396
commit
50f76f6131
@ -77,15 +77,16 @@ class Cuda(Package):
|
||||
depends_on('libxml2', when='@10.1.243:')
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
env.set('CUDAHOSTCXX', self.compiler.cxx)
|
||||
if self.spec.satisfies('@10.1.243:'):
|
||||
libxml2_home = self.spec['libxml2'].prefix
|
||||
env.set('LIBXML2HOME', libxml2_home)
|
||||
env.append_path('LD_LIBRARY_PATH', libxml2_home.lib)
|
||||
|
||||
def setup_dependent_build_environment(self, env, dependent_spec):
|
||||
env.set('CUDAHOSTCXX', dependent_spec.package.compiler.cxx)
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
env.set('CUDA_HOME', self.prefix)
|
||||
env.set('CUDAHOSTCXX', self.compiler.cxx)
|
||||
|
||||
def install(self, spec, prefix):
|
||||
if os.path.exists('/tmp/cuda-installer.log'):
|
||||
|
Loading…
Reference in New Issue
Block a user