About Anaconda Help Download Anaconda

mgorny / packages / openmp-variant-provider 0.0.3

  • 89 total downloads
  • Last upload: 4 months and 23 days ago

Installers

pip install

To install this package run one of the following:
pip install -i https://pypi.anaconda.org/mgorny/simple openmp-variant-provider

Description

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.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.14) Legal | Privacy Policy