IntelPackage: setup_env -> setup_build_env (#13888)
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user