Skip to content

wheelnext/openmp-variant-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openmp-variant-provider

This is a plugin for the proposed wheel variants implementation that provides OpenMP library selection.

This plugin always returns a fixed list of supported variants, and so can be used as a build-time plugin.

Usage

Namespace: openmp

Plugin API: openmp_variant_provider (can be inferred from requires)

Example use in pyproject.toml:

[variant.providers.openmp]
requires = ["openmp-variant-provider"]
plugin-use = "build"

Provided properties

openmp :: provider

Values: gnu, intel, llvm

Indicates which OpenMP implementation is used.

About

OpenMP wheel variant provider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages