Ticket #323 (new enhancement)
Opened 4 years ago
Allow conditional compilation environment in distutils
| Reported by: | ehuss | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | wishlist |
| Component: | Build System | Keywords: | |
| Cc: |
Description
The following patch allows you to pass in variables for the conditional compilation feature from distutils. This allows you to do fairly complex autoconf-type checks from setup.py and pass the results in to the compiler.
Part of this patch involves adding the CompilationOptions? object to the Context object instead of passing the options around all over the place.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

