<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/system_info.py, branch v1.9.0</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>BUG: check if openblas embeds lapack</title>
<updated>2014-05-22T20:05:21+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-05-22T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0d483a7d6f923d75123a002d5673907601051b83'/>
<id>0d483a7d6f923d75123a002d5673907601051b83</id>
<content type='text'>
add openblas_lapack info which checks if it embedds lapack so
lapack_info will point to openblas
the normal openblas info does not check so it may or may not embed
lapack.
closes gh-4192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add openblas_lapack info which checks if it embedds lapack so
lapack_info will point to openblas
the normal openblas info does not check so it may or may not embed
lapack.
closes gh-4192
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: don't set a default for libraries configuration key</title>
<updated>2014-05-22T18:34:53+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-05-22T18:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7ec0a06c8523e9ccaeffba9c9497a4194e967aef'/>
<id>7ec0a06c8523e9ccaeffba9c9497a4194e967aef</id>
<content type='text'>
the get_libs function assumes there is no default to return the default
it was asked to return in that case.
Closes gh-4607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the get_libs function assumes there is no default to return the default
it was asked to return in that case.
Closes gh-4607
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Make output of get_atlas_info conditional on system_info.verbosity</title>
<updated>2014-02-27T19:08:51+00:00</updated>
<author>
<name>Arnaud Bergeron</name>
<email>abergeron@gmail.com</email>
</author>
<published>2014-02-27T19:04:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c2afa6213880733ee705aa847755b539ca62fb73'/>
<id>c2afa6213880733ee705aa847755b539ca62fb73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: get_info('openblas') does not read libraries key</title>
<updated>2014-02-21T22:38:01+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-01-12T16:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5dbf5278f30d1b63388ab0af50e51d10ee54b9e7'/>
<id>5dbf5278f30d1b63388ab0af50e51d10ee54b9e7</id>
<content type='text'>
The documented libraries tag in the site.cfg is not read by the configuration,
instead openblas_libs is used, this is inconsistent with atlas configuration.
So libraries first and then try openblas_libs for backward compatibility.

Also ensure check_libs returns None instead of a dict of empty lists if
nothing is found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documented libraries tag in the site.cfg is not read by the configuration,
instead openblas_libs is used, this is inconsistent with atlas configuration.
So libraries first and then try openblas_libs for backward compatibility.

Also ensure check_libs returns None instead of a dict of empty lists if
nothing is found.
</pre>
</div>
</content>
</entry>
<entry>
<title>cross-platform code to find numpy config</title>
<updated>2013-11-07T10:41:27+00:00</updated>
<author>
<name>bbudescu</name>
<email>bbudescu@gmail.com</email>
</author>
<published>2013-11-07T10:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e1569a36b4096a9bb131961dac8db36773076137'/>
<id>e1569a36b4096a9bb131961dac8db36773076137</id>
<content type='text'>
https://github.com/numpy/numpy/issues/3995
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/numpy/numpy/issues/3995
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not fail with NameError if SandboxViolation is raised</title>
<updated>2013-09-28T15:24:37+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2013-09-28T15:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8015369a4f1357e690199090d84fa8fde99ed6a3'/>
<id>8015369a4f1357e690199090d84fa8fde99ed6a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix platform detection for intel platform where get_platform() returns a string ending in x86_64, for instance 'macosx-10.8-x86_64'.</title>
<updated>2013-09-28T13:36:01+00:00</updated>
<author>
<name>Alex Barth</name>
<email>alex@developmentseed.org</email>
</author>
<published>2013-09-28T13:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=72accd264437e00b733bc3e3cd31827cfbb14f3b'/>
<id>72accd264437e00b733bc3e3cd31827cfbb14f3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make vecLib / Accelerate not shadow other optimized builds under OSX</title>
<updated>2013-09-04T14:10:04+00:00</updated>
<author>
<name>Olivier Grisel</name>
<email>olivier.grisel@ensta.org</email>
</author>
<published>2013-09-04T14:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=43fcc0e4b53ef2abb4a7fa588760d943ce997550'/>
<id>43fcc0e4b53ef2abb4a7fa588760d943ce997550</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for using openblas for the _dotblas function.</title>
<updated>2013-08-20T16:11:44+00:00</updated>
<author>
<name>Ake Sandgren</name>
<email>ake@hpc2n.umu.se</email>
</author>
<published>2013-08-20T16:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=42af4e0fd15d8609f468c7c7f8a269eebbecf2f9'/>
<id>42af4e0fd15d8609f468c7c7f8a269eebbecf2f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant comma spacing fixup.</title>
<updated>2013-08-18T17:51:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbd6510d58a47ea0d166c48a82793f05425406e4'/>
<id>fbd6510d58a47ea0d166c48a82793f05425406e4</id>
<content type='text'>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</pre>
</div>
</content>
</entry>
</feed>
