WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

wheelnext/blas-lapack-variant-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

BLAS/LAPACK wheel variant provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages