CMD + K

blas-lapack-variant-provider

Community

Installation

To install this package, run one of the following:

Pip
$pip install -i https://pypi.anaconda.org/mgorny/simple blas-lapack-variant-provider

Usage Tracking

0.0.3
0.0.2
0.0.1
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

blas-lapack-variant-provider

This is a plugin for the proposed wheel variants implementation that provides BLAS/LAPACK library selection.

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

Usage

Namespace: blas_lapack

Plugin API: blas_lapack_variant_provider (can be inferred from requires)

Example use in pyproject.toml:

[variant.providers.blas_lapack]
requires = ["blas-lapack-variant-provider"]
plugin-use = "build"

Provided properties

blas_lapack :: provider

Values: accelerate, openblas, mkl

Indicates which BLAS/LAPACK implementation is used.

About

Last Updated

Oct 16, 2025 at 17:06

Total Downloads

209

Version Downloads

125

Supported Platforms

noarch