<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils, branch v1.6.2</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 #262 from charris/backport-f2py</title>
<updated>2012-05-04T19:41:19+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2012-05-04T19:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a16a4305313939ffc644bf7201233708ba4e5a9a'/>
<id>a16a4305313939ffc644bf7201233708ba4e5a9a</id>
<content type='text'>
Backport f2py fixes and improvements.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport f2py fixes and improvements.</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add new options extra_f77_compile_args and extra_f90_compile_args.</title>
<updated>2012-04-30T03:39:23+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-08-16T20:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3e9aaeda5f914a34124f1ae4c617a9b40e396294'/>
<id>3e9aaeda5f914a34124f1ae4c617a9b40e396294</id>
<content type='text'>
Add new options extra_f77_compile_args and extra_f90_compile_args to
Configuration.add_extension. Configuration.add_library, and Extension.
These options allow specifying extra compile options for compiling Fortran
sources within a setup.py file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new options extra_f77_compile_args and extra_f90_compile_args to
Configuration.add_extension. Configuration.add_library, and Extension.
These options allow specifying extra compile options for compiling Fortran
sources within a setup.py file.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Improve reporting of fcompiler value.</title>
<updated>2012-04-30T03:38:29+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-08-19T11:57:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=56b3e0c9effb03f82fc4b8d67e3563248c136b09'/>
<id>56b3e0c9effb03f82fc4b8d67e3563248c136b09</id>
<content type='text'>
follow build_ext coding convention in build_clib to catch strange fcompiler
value reported in ml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
follow build_ext coding convention in build_clib to catch strange fcompiler
value reported in ml.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Introduce new options extra_f77_compiler_args and extra_f90_compiler_args.</title>
<updated>2012-04-30T03:36:55+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-08-16T20:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6f703d57b572732e3a5a4f845172404ab683cf02'/>
<id>6f703d57b572732e3a5a4f845172404ab683cf02</id>
<content type='text'>
Introduce new options extra_f77_compiler_args and extra_f90_compiler_args
to Configuration.add_extension. Configuration.add_library, and Extension.
These options allow specifying extra compile options for compiling Fortran
sources within a setup.py file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce new options extra_f77_compiler_args and extra_f90_compiler_args
to Configuration.add_extension. Configuration.add_library, and Extension.
These options allow specifying extra compile options for compiling Fortran
sources within a setup.py file.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: update version match regexp for IBM AIX Fortran compilers.</title>
<updated>2012-04-22T11:05:42+00:00</updated>
<author>
<name>Carlos Valiente</name>
<email>carlos.valiente@ecmwf.int</email>
</author>
<published>2011-12-05T13:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=423bc20cae20950d49da644725085299c3a2c8b9'/>
<id>423bc20cae20950d49da644725085299c3a2c8b9</id>
<content type='text'>
The patched version correctly matches the output of ``xlf -qversion`` on my AIX platform:

  $ uname -a
  AIX c1t0101 3 5 00CF49B14C00
  $ xlf -qversion
  IBM XL Fortran for AIX, V12.1
  Version: 12.01.0000.0000
  $
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patched version correctly matches the output of ``xlf -qversion`` on my AIX platform:

  $ uname -a
  AIX c1t0101 3 5 00CF49B14C00
  $ xlf -qversion
  IBM XL Fortran for AIX, V12.1
  Version: 12.01.0000.0000
  $
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add 'pgfortran' as a valid compiler in the Portland Group</title>
<updated>2012-04-22T11:05:14+00:00</updated>
<author>
<name>tim cera</name>
<email>tcera@sjrwmd.com</email>
</author>
<published>2011-10-20T19:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f48d1420ac5d922403fd390e73d073d8e383d0b6'/>
<id>f48d1420ac5d922403fd390e73d073d8e383d0b6</id>
<content type='text'>
suite of fortran compilers. Adjust the version string command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
suite of fortran compilers. Adjust the version string command.
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: add ufsparse to the libraries search path.</title>
<updated>2012-04-22T11:04:25+00:00</updated>
<author>
<name>Fabian Pedregosa</name>
<email>fabian.pedregosa@inria.fr</email>
</author>
<published>2011-08-28T12:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=27ab2c32c2ae71cf257c256d6ccb206903d57e58'/>
<id>27ab2c32c2ae71cf257c256d6ccb206903d57e58</id>
<content type='text'>
Fixes a build failure on macports when it detected umfpack but was
unable to build the extension module. Equivalent to the
'/usr/include/suitesparse' path under Debian.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a build failure on macports when it detected umfpack but was
unable to build the extension module. Equivalent to the
'/usr/include/suitesparse' path under Debian.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: distutils: provide better support for C++ code on HPUX. Closes #1383.</title>
<updated>2012-04-22T10:59:47+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-03-25T16:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c6a82c02777261c20ad137e40f0eac317158c8ea'/>
<id>c6a82c02777261c20ad137e40f0eac317158c8ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: distutils: update HP compiler flags. Closes #1377.</title>
<updated>2012-04-22T10:59:11+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-03-25T15:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=67111b5adc5a28e73aea22c14c4d67ab357bc07b'/>
<id>67111b5adc5a28e73aea22c14c4d67ab357bc07b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261.</title>
<updated>2012-04-22T10:57:33+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-03-25T14:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b408740c0629eddfabd87df58719bd5f0899e3e1'/>
<id>b408740c0629eddfabd87df58719bd5f0899e3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
