<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/SConscript, branch maintenance/1.4.x</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>BUG: (backport of r8574) fix typo in commit r8564-66.</title>
<updated>2010-08-01T11:10:35+00:00</updated>
<author>
<name>rgommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2010-08-01T11:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=602dd0d8988d761f08a33471d6b9f18cde761957'/>
<id>602dd0d8988d761f08a33471d6b9f18cde761957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix numscons build issue introduced in r8541.</title>
<updated>2010-07-31T10:16:46+00:00</updated>
<author>
<name>rgommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2010-07-31T10:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=66668fa2045317e13f694ef7110d23fb8aeedf4c'/>
<id>66668fa2045317e13f694ef7110d23fb8aeedf4c</id>
<content type='text'>
backport of r8564

The problem was that if endian.h was not detected, @DEFINE_NPY_HAVE_ENDIAN_H@
was still present in _numpyconfig.h, causing compilation to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backport of r8564

The problem was that if endian.h was not detected, @DEFINE_NPY_HAVE_ENDIAN_H@
was still present in _numpyconfig.h, causing compilation to fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: look for endian.h.</title>
<updated>2010-07-29T01:39:55+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2010-07-29T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4a432a56541851b873f231daea2098dd250e3d92'/>
<id>4a432a56541851b873f231daea2098dd250e3d92</id>
<content type='text'>
We should use this header in npy_endian.h if available.

(cherry picked from commit 6f59b03b86868794328a39bd0542cc47957d2c80)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should use this header in npy_endian.h if available.

(cherry picked from commit 6f59b03b86868794328a39bd0542cc47957d2c80)
</pre>
</div>
</content>
</entry>
<entry>
<title>REF: remove datetime support at the C level.</title>
<updated>2010-02-09T06:11:19+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2010-02-09T06:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a349883c20b1ed186cfd57bd719a0f5c822f8a78'/>
<id>a349883c20b1ed186cfd57bd719a0f5c822f8a78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix numscons build.</title>
<updated>2009-12-12T09:26:18+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-12-12T09:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=524fe74c9a906f42ca0cd3aee59e90d243373d35'/>
<id>524fe74c9a906f42ca0cd3aee59e90d243373d35</id>
<content type='text'>
(cherry picked from commit 81ccd442abea2c71b3faf7f0da3adf04de41d187)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 81ccd442abea2c71b3faf7f0da3adf04de41d187)
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix numscons build, missing subst in _numpyconfig.h</title>
<updated>2009-11-29T14:30:43+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-11-29T14:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a0eb734ab8e6532efdeca833abf8b4c3e0f109c2'/>
<id>a0eb734ab8e6532efdeca833abf8b4c3e0f109c2</id>
<content type='text'>
(cherry picked from commit 6d6908705d1ac3a428d4a3e9c930fb4b16309dd2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 6d6908705d1ac3a428d4a3e9c930fb4b16309dd2)
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: do not redefine SIZEOF_LONG in config.h if already defined in python headers.</title>
<updated>2009-11-27T19:10:57+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-11-27T19:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2476cd369f4c62e1c2e1ac5398782566751208c2'/>
<id>2476cd369f4c62e1c2e1ac5398782566751208c2</id>
<content type='text'>
(cherry picked from commit 9b728bbba7536d8526f7b46d85b03f6136ef05ab)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 9b728bbba7536d8526f7b46d85b03f6136ef05ab)
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add a guard to ensure config.h is never included directly.</title>
<updated>2009-11-27T19:09:26+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-11-27T19:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=abd0408b88d42af40e73cd8f38979ebce79c926a'/>
<id>abd0408b88d42af40e73cd8f38979ebce79c926a</id>
<content type='text'>
(cherry picked from commit 1c52adb271bd4b5fecb17a1e4c4e8e7e4667b8ba)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 1c52adb271bd4b5fecb17a1e4c4e8e7e4667b8ba)
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: (#1221) special case mac os x in numpyconfig.h</title>
<updated>2009-11-27T19:08:38+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-11-27T19:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=65880fd95fb2c7559954faac0383b1321d5e5c49'/>
<id>65880fd95fb2c7559954faac0383b1321d5e5c49</id>
<content type='text'>
Universal builds break the configure stage: we have to harcode the
arch-specific values in the case of mac os x, as we have only one configuration
stage per compile, but several arch per compile with the braindead -arch
machinery.

We rename the old numpyconfig.h to a private header, and numpyconfig.h itself
post-fix the values in the case of mac os x.

(cherry picked from commit 60e90d68441f40e45b0e38bda396b8056bf31fc5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Universal builds break the configure stage: we have to harcode the
arch-specific values in the case of mac os x, as we have only one configuration
stage per compile, but several arch per compile with the braindead -arch
machinery.

We rename the old numpyconfig.h to a private header, and numpyconfig.h itself
post-fix the values in the case of mac os x.

(cherry picked from commit 60e90d68441f40e45b0e38bda396b8056bf31fc5)
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: make ieee754 a templated file, need for spacing.</title>
<updated>2009-11-10T09:33:49+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-11-10T09:33:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7037d457e4318836d94ebab4b46bafc99d0897be'/>
<id>7037d457e4318836d94ebab4b46bafc99d0897be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
