[Numpy-svn] [numpy/numpy] ef3f40: BLD: raise a clearer warning in case of building w...

GitHub noreply at github.com
Sun Apr 22 09:42:10 EDT 2012


  Branch: refs/heads/maintenance/1.6.x
  Home:   https://github.com/numpy/numpy
  Commit: ef3f401fed1564145e370a90c0b512ff55aa3757
      https://github.com/numpy/numpy/commit/ef3f401fed1564145e370a90c0b512ff55aa3757
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  BLD: raise a clearer warning in case of building without cleaning up first.

Occurs only on Python 3.x when a version.py file is already present, due to
copying the whole tree into build/pyk3/.

(backport of cd6d53ff)


  Commit: 6fbddd9c8400744baf110e96c7e2ece854d40644
      https://github.com/numpy/numpy/commit/6fbddd9c8400744baf110e96c7e2ece854d40644
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/ccompiler.py
    M setup.py

  Log Message:
  -----------
  BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.

Also works inside a virtualenv.


  Commit: cc901336aadff7b604b380d09cc94cfecee1984a
      https://github.com/numpy/numpy/commit/cc901336aadff7b604b380d09cc94cfecee1984a
  Author: Pearu Peterson <pearu.peterson at gmail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/command/build_clib.py

  Log Message:
  -----------
  BLD: follow build_ext coding convention in build_clib to catch strange fcompiler value reported in ml.


  Commit: 6a8258f6d3c1924926aa6247c9818905aaec74fe
      https://github.com/numpy/numpy/commit/6a8258f6d3c1924926aa6247c9818905aaec74fe
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  BLD: fix up detection of Intel CPU on OS X in system_info.py.


  Commit: 6088090db899c04754bcec006ab73ea335a8bb05
      https://github.com/numpy/numpy/commit/6088090db899c04754bcec006ab73ea335a8bb05
  Author: Raymond Roberts <rroberts at enthought.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  BLD: add support for the new X11 directory structure on Ubuntu & co.


  Commit: b408740c0629eddfabd87df58719bd5f0899e3e1
      https://github.com/numpy/numpy/commit/b408740c0629eddfabd87df58719bd5f0899e3e1
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/fcompiler/ibm.py

  Log Message:
  -----------
  BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261.


  Commit: 67111b5adc5a28e73aea22c14c4d67ab357bc07b
      https://github.com/numpy/numpy/commit/67111b5adc5a28e73aea22c14c4d67ab357bc07b
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/fcompiler/hpux.py

  Log Message:
  -----------
  BUG: distutils: update HP compiler flags. Closes #1377.


  Commit: c6a82c02777261c20ad137e40f0eac317158c8ea
      https://github.com/numpy/numpy/commit/c6a82c02777261c20ad137e40f0eac317158c8ea
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/unixccompiler.py

  Log Message:
  -----------
  ENH: distutils: provide better support for C++ code on HPUX. Closes #1383.


  Commit: 27ab2c32c2ae71cf257c256d6ccb206903d57e58
      https://github.com/numpy/numpy/commit/27ab2c32c2ae71cf257c256d6ccb206903d57e58
  Author: Fabian Pedregosa <fabian.pedregosa at inria.fr>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  FIX: add ufsparse to the libraries search path.

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.


  Commit: f48d1420ac5d922403fd390e73d073d8e383d0b6
      https://github.com/numpy/numpy/commit/f48d1420ac5d922403fd390e73d073d8e383d0b6
  Author: tim cera <tcera at sjrwmd.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/fcompiler/pg.py

  Log Message:
  -----------
  ENH: Add 'pgfortran' as a valid compiler in the Portland Group
suite of fortran compilers. Adjust the version string command.


  Commit: 423bc20cae20950d49da644725085299c3a2c8b9
      https://github.com/numpy/numpy/commit/423bc20cae20950d49da644725085299c3a2c8b9
  Author: Carlos Valiente <carlos.valiente at ecmwf.int>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/fcompiler/ibm.py

  Log Message:
  -----------
  MAINT: update version match regexp for IBM AIX Fortran compilers.

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
  $


  Commit: addaf3e502484b18a5d91a6c625c946b20ff8dee
      https://github.com/numpy/numpy/commit/addaf3e502484b18a5d91a6c625c946b20ff8dee
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M numpy/distutils/ccompiler.py
    M numpy/distutils/command/build_clib.py
    M numpy/distutils/fcompiler/hpux.py
    M numpy/distutils/fcompiler/ibm.py
    M numpy/distutils/fcompiler/pg.py
    M numpy/distutils/system_info.py
    M numpy/distutils/unixccompiler.py
    M setup.py

  Log Message:
  -----------
  Merge pull request #258 from rgommers/backport-build-fixes

Backport build fixes to 1.6.x


Compare: https://github.com/numpy/numpy/compare/b452014...addaf3e


More information about the Numpy-svn mailing list