IntelPackage: setup_env -> setup_build_env (#13888)

This commit is contained in:
Adam J. Stewart
2019-11-26 16:48:32 -06:00
committed by GitHub
parent f6781d65f0
commit ad1ad83664
3 changed files with 26 additions and 49 deletions

View File

@@ -43,7 +43,7 @@ class IntelMpi(IntelPackage):
provides('mpi')
def setup_dependent_environment(self, *args):
def setup_dependent_build_environment(self, *args):
# Handle in callback, conveying client's compilers in additional arg.
# CAUTION - DUP code in:
# ../intel-mpi/package.py

View File

@@ -199,7 +199,7 @@ class IntelParallelStudio(IntelPackage):
conflicts('auto_dispatch=SSE3', 'platform=darwin target=x86_64:',
msg='SSE3 is not supported on MacOS x86_64')
def setup_dependent_environment(self, *args):
def setup_dependent_build_environment(self, *args):
# Handle in callback, conveying client's compilers in additional arg.
# CAUTION - DUP code in:
# ../intel-mpi/package.py