cythonarrays.build_config module

cythonarrays.build_config.make_ext(modname, sources, **kwargs)

Make Extension for module using the given sources uses the platform specific compile and link arguments to use openmp

Parameters:
  • modname (str) – the name of the extension module to build

  • sources (List[str]) – list of source filenames, relative to the distribution root (where the setup script lives), in Unix form (slash-separated) for portability

Return type:

Extension