Ejemplo n.º 1
0
 def configure_step(self):
     """Configure TBB build/installation."""
     if self.toolchain.is_system_toolchain():
         IntelBase.configure_step(self)
     else:
         # no custom configure step when building from source
         pass
Ejemplo n.º 2
0
 def configure_step(self):
     """Configure TBB build/installation."""
     if self.toolchain.name == DUMMY_TOOLCHAIN_NAME:
         IntelBase.configure_step(self)
     else:
         # no custom configure step when building from source
         pass
Ejemplo n.º 3
0
 def configure_step(self):
     """Configure TBB build/installation."""
     if self.toolchain.name == DUMMY_TOOLCHAIN_NAME:
         IntelBase.configure_step(self)
     else:
         # no custom configure step when building from source
         pass