<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/command/build_ext.py, branch v1.1.1rc2</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>use 'in' keyword to test dictionary membership</title>
<updated>2007-11-28T05:12:37+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>millman@berkeley.edu</email>
</author>
<published>2007-11-28T05:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6c00b1141fdfa7d168a9b82e6ab493c77f7c1621'/>
<id>6c00b1141fdfa7d168a9b82e6ab493c77f7c1621</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out change made in r4380 which causes scipy.fftpack not to build correctly.</title>
<updated>2007-11-08T21:57:44+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2007-11-08T21:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=529384d3ce1d5f769304f88766054374a24eabdf'/>
<id>529384d3ce1d5f769304f88766054374a24eabdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>numpy.distutils.command.build_ext: append build C libraries as dependencies of</title>
<updated>2007-11-03T16:09:06+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2007-11-03T16:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2d596da7383cc30092e5812a103eb50b0fb9b16c'/>
<id>2d596da7383cc30092e5812a103eb50b0fb9b16c</id>
<content type='text'>
the extension, to force recompiling if they change. (It should really only force relinking, but adding that is tougher.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the extension, to force recompiling if they change. (It should really only force relinking, but adding that is tougher.)
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing link error: fixed. Removing debug messages and added a warning message on the situation that triggered this issue: numpy.distutils must always be imported before distutils.</title>
<updated>2007-09-23T13:56:50+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2007-09-23T13:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7afbac20de2dab458578b7575d10509664a7b237'/>
<id>7afbac20de2dab458578b7575d10509664a7b237</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing link error: added debug message, 3.</title>
<updated>2007-09-23T13:27:54+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2007-09-23T13:27:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1b388dd8ecdec77365a3128e5cf061cd91d27a2c'/>
<id>1b388dd8ecdec77365a3128e5cf061cd91d27a2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More fixes for building scipy with Mingw32 compilers.</title>
<updated>2007-07-25T21:47:16+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2007-07-25T21:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=468e6532a29e6302986a75cfe19eca7670c5a460'/>
<id>468e6532a29e6302986a75cfe19eca7670c5a460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better version handling in fcompiler</title>
<updated>2007-06-15T21:24:46+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2007-06-15T21:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=635a9fbf1cc87531888eaf50d09bb559e4ad2dfa'/>
<id>635a9fbf1cc87531888eaf50d09bb559e4ad2dfa</id>
<content type='text'>
 * Remove FCompiler.get_version_cmd, FCompiler.get_flags_version,
   FCompiler.get_linker_so_cmd, and FCompiler.get_linker_exe_cmd;
   subclasses should do this in FCompiler.update_executables()
 * FCompiler attributes .compiler_f77, .version_cmd, etc., are now
   properties that read from the .executables dictionary.
 * Update intel.py and absoft.py for above
 * Add extra asserts for defensive programming. Most of our problems
   here seem to come from bad values being generated, and the error not
   being caught until later.
     * must call FCompiler.customize() before FCompiler.get_version();
       command/build_ext.py and command/config.py updated
     * verify that commands make sense earlier -- must be None or
       lists of strings

Also,
 * add IA-32 as another pattern to search for in 32-bit Intel
   compiler version.
 * minor formatting
 * add debugging helpers to environment.py:EnvironmentConfig class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Remove FCompiler.get_version_cmd, FCompiler.get_flags_version,
   FCompiler.get_linker_so_cmd, and FCompiler.get_linker_exe_cmd;
   subclasses should do this in FCompiler.update_executables()
 * FCompiler attributes .compiler_f77, .version_cmd, etc., are now
   properties that read from the .executables dictionary.
 * Update intel.py and absoft.py for above
 * Add extra asserts for defensive programming. Most of our problems
   here seem to come from bad values being generated, and the error not
   being caught until later.
     * must call FCompiler.customize() before FCompiler.get_version();
       command/build_ext.py and command/config.py updated
     * verify that commands make sense earlier -- must be None or
       lists of strings

Also,
 * add IA-32 as another pattern to search for in 32-bit Intel
   compiler version.
 * minor formatting
 * add debugging helpers to environment.py:EnvironmentConfig class
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues with undetected Fortran compilers.</title>
<updated>2007-05-31T08:45:30+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2007-05-31T08:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=47478cba842b48c43846d7f343261154b7f16b66'/>
<id>47478cba842b48c43846d7f343261154b7f16b66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do an appropiate behaviour in the distutils commands when new_fcompiler returns None</title>
<updated>2007-05-31T00:51:48+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2007-05-31T00:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aaba782713ef34736f15d016e9b080c2cc46bf47'/>
<id>aaba782713ef34736f15d016e9b080c2cc46bf47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor cleanups in numpy.distutils (style mostly)</title>
<updated>2007-05-21T13:01:20+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2007-05-21T13:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aac06894d155d15aa855f904735ddeeb95335cc4'/>
<id>aac06894d155d15aa855f904735ddeeb95335cc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
