class documentation

class build(old_build): (source)

View In Hierarchy

Undocumented

Method finalize_options Undocumented
Method initialize_options Undocumented
Method run Undocumented
Class Variable help_options Undocumented
Class Variable sub_commands Undocumented
Class Variable user_options Undocumented
Instance Variable build_scripts Undocumented
Instance Variable cpu_baseline Undocumented
Instance Variable cpu_dispatch Undocumented
Instance Variable disable_optimization the '_simd' module is a very large. Adding more dispatched features will increase binary size and compile time. By default we minimize the targeted features to those most commonly used by the NumPy SIMD interface(NPYV), NOTE: any specified features will be ignored if they're:...
Instance Variable fcompiler Undocumented
Instance Variable simd_test Undocumented
Instance Variable warn_error Undocumented
def finalize_options(self): (source)

Undocumented

def initialize_options(self): (source)

Undocumented

def run(self): (source)

Undocumented

help_options = (source)

Undocumented

sub_commands = (source)

Undocumented

user_options = (source)

Undocumented

build_scripts = (source)

Undocumented

cpu_baseline: str = (source)

Undocumented

cpu_dispatch: str = (source)

Undocumented

disable_optimization: bool = (source)

the '_simd' module is a very large. Adding more dispatched features will increase binary size and compile time. By default we minimize the targeted features to those most commonly used by the NumPy SIMD interface(NPYV), NOTE: any specified features will be ignored if they're:

  • part of the baseline(--cpu-baseline)
  • not part of dispatch-able features(--cpu-dispatch)
  • not supported by compiler or platform
fcompiler = (source)

Undocumented

simd_test: str = (source)

Undocumented

warn_error: bool = (source)

Undocumented