Skip to content

kbesrour-ma/python-openblas-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-openblas-build ================

This repo provides an automatic way to generate OpenBLAS wheels for Linux, OSX and Windows, thanks to Appveyor and Travis-CI.

The wheels provide static archive of OpenBLAS, and a dummy package with a few informations: .. code-block:: python

>>> import python_openblas_build as openblas >>> openblas.static_library libopenblas.a >>> openblas.include_dirs /I/like/to/move/it/include/openblas >>> openblas.library_dir /I/like/to/move/it/lib

For information on OpenBLAS, please consult https://www.openblas.net/

About

Wheel builder for OpenBLAS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.8%
  • C 9.2%