<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils, 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>Merge pull request #4996 from fdiary/gfortran-rpath</title>
<updated>2014-08-25T22:32:34+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-25T22:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=23825b62fab1515cc85c8b1d5ba3a16fd501a653'/>
<id>23825b62fab1515cc85c8b1d5ba3a16fd501a653</id>
<content type='text'>
support rpath for GNU Fortran compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support rpath for GNU Fortran compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: support rpath for GNU Fortran compiler.</title>
<updated>2014-08-25T22:28:16+00:00</updated>
<author>
<name>Kazuhiko Shiozaki</name>
<email>kazuhiko@nexedi.com</email>
</author>
<published>2014-08-25T18:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=79d36359bf18a122577054072d5c846aded3f2b4'/>
<id>79d36359bf18a122577054072d5c846aded3f2b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gfortran-debug' into maintenance/1.9.x</title>
<updated>2014-08-24T15:25:33+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-24T15:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=181e72c1ea3a293a5099f4c82b2c1fc934f34a0c'/>
<id>181e72c1ea3a293a5099f4c82b2c1fc934f34a0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: add debug information to gfortran builds</title>
<updated>2014-08-24T14:57:08+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-24T14:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4c4212b792ffce841ae31d842c0e0a52e285e071'/>
<id>4c4212b792ffce841ae31d842c0e0a52e285e071</id>
<content type='text'>
Similar to C builds which always have debug info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to C builds which always have debug info.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: fix build issues with MSVC10 on Windows.  Closes gh-4245.</title>
<updated>2014-07-20T21:20:34+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2014-07-20T19:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fa0ec11c1e653a51a047ab7b572546886ba3cd8a'/>
<id>fa0ec11c1e653a51a047ab7b572546886ba3cd8a</id>
<content type='text'>
Note that there are a few similar patches posted to gh-4101 and gh-4245.
Those were all patches to msvc9compiler in Python distutils.
Monkeypatching ``MSVCCompiler.link`` is less easy than this change
to ``config._check_compiler``; effect should be the same.

Also updates the error message shown when initializing MSVC fails.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that there are a few similar patches posted to gh-4101 and gh-4245.
Those were all patches to msvc9compiler in Python distutils.
Monkeypatching ``MSVCCompiler.link`` is less easy than this change
to ``config._check_compiler``; effect should be the same.

Also updates the error message shown when initializing MSVC fails.

[ci skip]
</pre>
</div>
</content>
</entry>
<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>BUG: Fix use of setuptools.command.install._install.</title>
<updated>2014-05-04T12:33:10+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-05-04T12:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8bc4d4588fbd2111fae0bc5e47c3662f6e48aee5'/>
<id>8bc4d4588fbd2111fae0bc5e47c3662f6e48aee5</id>
<content type='text'>
This private variable has disappeared in later versions of setuptools.
In older versions of setuptools it is the same as
distutils.command.install.install, so use that instead.

Closes #4664.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This private variable has disappeared in later versions of setuptools.
In older versions of setuptools it is the same as
distutils.command.install.install, so use that instead.

Closes #4664.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: allow strings for check_func declarations</title>
<updated>2014-04-23T20:46:47+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-04-12T11:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d598cf1854d84e652ec1e35bb726b147fd6b311d'/>
<id>d598cf1854d84e652ec1e35bb726b147fd6b311d</id>
<content type='text'>
makes attribute checks more sane and allows adding nonnull
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
makes attribute checks more sane and allows adding nonnull
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: remove "-Wl,-framework,Python" from linker flags for Intel compiler.</title>
<updated>2014-04-21T09:48:10+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2014-04-21T09:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f4a7cf902afabc737cd99657b46f6d73e3b8da06'/>
<id>f4a7cf902afabc737cd99657b46f6d73e3b8da06</id>
<content type='text'>
The "-Wl,-undefined,dynamic_lookup" flag is enough to make things work
with OS X bundles.  On the mailing list an issue was reported with
Anaconda (non-framework build) where f2py was picking up the system framework
Python instead of the Anaconda one.

Thanks to Robert Kern for explaining how to fix this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "-Wl,-undefined,dynamic_lookup" flag is enough to make things work
with OS X bundles.  On the mailing list an issue was reported with
Anaconda (non-framework build) where f2py was picking up the system framework
Python instead of the Anaconda one.

Thanks to Robert Kern for explaining how to fix this.
</pre>
</div>
</content>
</entry>
</feed>
