[Numpy-svn] [numpy/numpy] 42af4e: Add support for using openblas for the _dotblas fu...

GitHub noreply at github.com
Thu Sep 5 16:30:24 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 42af4e0fd15d8609f468c7c7f8a269eebbecf2f9
      https://github.com/numpy/numpy/commit/42af4e0fd15d8609f468c7c7f8a269eebbecf2f9
  Author: Ake Sandgren <ake at hpc2n.umu.se>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  Add support for using openblas for the _dotblas function.


  Commit: 6c8167168e1bbe8898ea44d41b96af60d52ce5a3
      https://github.com/numpy/numpy/commit/6c8167168e1bbe8898ea44d41b96af60d52ce5a3
  Author: Skipper Seabold <jsseabold at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    M site.cfg.example

  Log Message:
  -----------
  BLD: Update with information about openblas.


  Commit: 43fcc0e4b53ef2abb4a7fa588760d943ce997550
      https://github.com/numpy/numpy/commit/43fcc0e4b53ef2abb4a7fa588760d943ce997550
  Author: Olivier Grisel <olivier.grisel at ensta.org>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  Make vecLib / Accelerate not shadow other optimized builds under OSX


  Commit: ffd4332262ee0295cb942c94ed124f043d801eb6
      https://github.com/numpy/numpy/commit/ffd4332262ee0295cb942c94ed124f043d801eb6
  Author: Olivier Grisel <olivier.grisel at ensta.org>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M site.cfg.example

  Log Message:
  -----------
  site.cfg.example should not reference blas_opt and lapack_opt

blas_opt and lapack_opt sections are not actually read by the
numpy.distutils.system_info machinery. They are just meta entry points for the
`get_info` public function that in turns introspec the atlas, openblas and mkl
sections.


  Commit: fb0c7bdfd370dae9d580f97ee4ceadbcaced29c5
      https://github.com/numpy/numpy/commit/fb0c7bdfd370dae9d580f97ee4ceadbcaced29c5
  Author: Olivier Grisel <olivier.grisel at ensta.org>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M site.cfg.example

  Log Message:
  -----------
  Use the default install location of OpenBLAS in the example


  Commit: b5dab6df0c9feef2d0b10ea7c56abd0b1df78abc
      https://github.com/numpy/numpy/commit/b5dab6df0c9feef2d0b10ea7c56abd0b1df78abc
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-05 (Thu, 05 Sep 2013)

  Changed paths:
    M numpy/distutils/system_info.py
    M site.cfg.example

  Log Message:
  -----------
  Merge pull request #3642 from jseabold/openblas-install

BLD: Allow easy use of openblas.


Compare: https://github.com/numpy/numpy/compare/573b3b021529...b5dab6df0c9f


More information about the Numpy-svn mailing list