[Numpy-svn] [numpy/numpy] df259d: DEP: Remove scons related files and code.

GitHub noreply at github.com
Tue Jan 15 18:30:59 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: df259db01ecf69d518fffd398dd6fb5cf60f1ba1
      https://github.com/numpy/numpy/commit/df259db01ecf69d518fffd398dd6fb5cf60f1ba1
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M doc/HOWTO_RELEASE.rst.txt
    R numpy/compat/setupscons.py
    R numpy/core/SConscript
    R numpy/core/SConstruct
    R numpy/core/scons_support.py
    M numpy/core/setup_common.py
    R numpy/core/setupscons.py
    M numpy/distutils/command/build_ext.py
    R numpy/distutils/command/scons.py
    M numpy/distutils/core.py
    M numpy/distutils/misc_util.py
    R numpy/distutils/setupscons.py
    R numpy/f2py/setupscons.py
    R numpy/fft/SConscript
    R numpy/fft/SConstruct
    R numpy/fft/setupscons.py
    R numpy/lib/SConscript
    R numpy/lib/SConstruct
    R numpy/lib/setupscons.py
    R numpy/linalg/SConscript
    R numpy/linalg/SConstruct
    R numpy/linalg/setupscons.py
    R numpy/ma/setupscons.py
    R numpy/matrixlib/setupscons.py
    R numpy/numarray/SConscript
    R numpy/numarray/SConstruct
    R numpy/numarray/setupscons.py
    R numpy/oldnumeric/setupscons.py
    R numpy/random/SConscript
    R numpy/random/SConstruct
    R numpy/random/setupscons.py
    R numpy/setupscons.py
    R numpy/testing/setupscons.py
    R setupscons.py
    R setupsconsegg.py
    R tools/win32build/cpucaps/SConstruct
    R tools/win32build/cpuid/SConstruct

  Log Message:
  -----------
  DEP: Remove scons related files and code.

This removes files and code supporting scons builds. After this change
numpy will only support builds using distutils or bento. The removal of
scons has been discussed on the list several times and a decision has been
made that scons support is no longer needed. This was originally discussed
for numpy 1.7 and because the distutils and bento methods are still
available we are skipping the usual deprecation period.


  Commit: 89c7d59d92f43ba97fc4a1d3b221869ebfbf20e0
      https://github.com/numpy/numpy/commit/89c7d59d92f43ba97fc4a1d3b221869ebfbf20e0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M doc/release/1.8.0-notes.rst

  Log Message:
  -----------
  DOC: Document removal of SCons support in doc/release/1.8-notes.rst.


  Commit: 7c286a408f116acc9121a989f5613ec69ee89d34
      https://github.com/numpy/numpy/commit/7c286a408f116acc9121a989f5613ec69ee89d34
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    A tools/win32build/cpucaps/SConstruct
    A tools/win32build/cpuid/SConstruct

  Log Message:
  -----------
  BUG: Need to keep SCons support in cpucaps and cpuid.

These tools are not directly related to numpy builds.


  Commit: 8f37eccd23e140fa7cc06f35e8126df6cb19a67a
      https://github.com/numpy/numpy/commit/8f37eccd23e140fa7cc06f35e8126df6cb19a67a
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M doc/HOWTO_RELEASE.rst.txt

  Log Message:
  -----------
  BUG: Need to keep pointer to using scons in HOWTO_RELEASE.rst.txt.


  Commit: 3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb
      https://github.com/numpy/numpy/commit/3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-01-14 (Mon, 14 Jan 2013)

  Changed paths:
    M MANIFEST.in
    M doc/summarize.py
    M numpy/testing/noseclasses.py
    M release.sh

  Log Message:
  -----------
  DEP: Remove more references to scons related files.

These references were in MANIFEST.in, doc/summarize.py, release.sh, and
numpy/testing/noseclasses.py and involved scons files that have been
removed, mostly setupscons.py and setupsconsegg.py that were in the top
level.


  Commit: 27690e33fa2202ecb1bca338ff38320de84b27ea
      https://github.com/numpy/numpy/commit/27690e33fa2202ecb1bca338ff38320de84b27ea
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-01-15 (Tue, 15 Jan 2013)

  Changed paths:
    M MANIFEST.in
    M doc/release/1.8.0-notes.rst
    M doc/summarize.py
    R numpy/compat/setupscons.py
    R numpy/core/SConscript
    R numpy/core/SConstruct
    R numpy/core/scons_support.py
    M numpy/core/setup_common.py
    R numpy/core/setupscons.py
    M numpy/distutils/command/build_ext.py
    R numpy/distutils/command/scons.py
    M numpy/distutils/core.py
    M numpy/distutils/misc_util.py
    R numpy/distutils/setupscons.py
    R numpy/f2py/setupscons.py
    R numpy/fft/SConscript
    R numpy/fft/SConstruct
    R numpy/fft/setupscons.py
    R numpy/lib/SConscript
    R numpy/lib/SConstruct
    R numpy/lib/setupscons.py
    R numpy/linalg/SConscript
    R numpy/linalg/SConstruct
    R numpy/linalg/setupscons.py
    R numpy/ma/setupscons.py
    R numpy/matrixlib/setupscons.py
    R numpy/numarray/SConscript
    R numpy/numarray/SConstruct
    R numpy/numarray/setupscons.py
    R numpy/oldnumeric/setupscons.py
    R numpy/random/SConscript
    R numpy/random/SConstruct
    R numpy/random/setupscons.py
    R numpy/setupscons.py
    M numpy/testing/noseclasses.py
    R numpy/testing/setupscons.py
    M release.sh
    R setupscons.py
    R setupsconsegg.py

  Log Message:
  -----------
  Merge pull request #2914 from charris/remove-scons-support

Remove scons support


Compare: https://github.com/numpy/numpy/compare/ee6c66a2a71f...27690e33fa22


More information about the Numpy-svn mailing list