Skip to content

Commit

Permalink
Merge pull request numpy#24766 from rgommers/note-on-dotsrc-format
Browse files Browse the repository at this point in the history
DOC: add a note on the ``.c.src`` format to the distutils migration page
  • Loading branch information
mattip authored Sep 21, 2023
2 parents d0c6cdf + d49fd72 commit 95d35dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/reference/distutils_status_migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ present in ``setuptools``:
- Per-compiler build flag customization (e.g. `-O3` and `SSE2` flags are default)
- a simple user build config system, see `site.cfg.example <https://github.com/numpy/numpy/blob/master/site.cfg.example>`__
- SIMD intrinsics support
- Support for the NumPy-specific ``.src`` templating format for ``.c``/``.h`` files

The most widely used feature is nested ``setup.py`` files. This feature may
perhaps still be ported to ``setuptools`` in the future (it needs a volunteer
Expand Down

0 comments on commit 95d35dc

Please sign in to comment.