[Numpy-svn] [numpy/numpy] d79123: DOC: Corrected allowed keywords in add_(installed_...

GitHub noreply at github.com
Fri Aug 26 19:33:23 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: d791236019f9498479172495bc658da8adc9556c
      https://github.com/numpy/numpy/commit/d791236019f9498479172495bc658da8adc9556c
  Author: Oleksandr Pavlyk <oleksandr.pavlyk at intel.com>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M numpy/distutils/misc_util.py

  Log Message:
  -----------
  DOC: Corrected allowed keywords in add_(installed_)library

Docstring listed extra_f77_compiler_args and extra_f90_compiler_args
as allowed keywords, but per command/build_clib.py, lines 193-194
the recognized keywords are in fact extra_f77_compile_args and
extra_f90_compile_args.

The keyword extra_compiler_args, although non-confirmant both for
fortran keywords and to the keywords of add_extension, is consistent
with the implementation (see line 200 of build_clib.py).


  Commit: eeb4e17a165e90430a01936914afb2bbeb34acc7
      https://github.com/numpy/numpy/commit/eeb4e17a165e90430a01936914afb2bbeb34acc7
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M numpy/distutils/misc_util.py

  Log Message:
  -----------
  Merge pull request #7979 from oleksandr-pavlyk/bugfix/add_library-docstring

DOC: Corrected allowed keywords in add_(installed_)library


Compare: https://github.com/numpy/numpy/compare/6d04b385a6ed...eeb4e17a165e


More information about the Numpy-svn mailing list