8000 ENH: add support for BLIS to numpy.distutils by rgommers · Pull Request #7294 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: add support for BLIS to numpy.distutils #7294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 1, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: add added BLIS support to 1.12.0 release notes.
[ci skip]
  • Loading branch information
rgommers committed Feb 22, 2016
commit 770619b38da38858e589b43ab526ff68024221a9
7 changes: 7 additions & 0 deletions doc/release/1.12.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ to the returned array is expected to avoid accidental
unpredictable writes.


BLIS support in ``numpy.distutils``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Building against the BLAS implementation provided by the BLIS library is now
supported. See the ``[blis]`` section in ``site.cfg.example`` (in the root of
the numpy repo or source distribution).


Improvements
============

Expand Down
0