|
|
|
|
|
by ketozhang
966 days ago
|
|
Here's a packaging guide that answers most of your questions. https://learn.scientific-python.org/development/guides/packa... As a TLDR, you have many options 3rd party build tool (aka build backends). Each build tool have different *static* ways to specify compile options that is native to the language or generic (e.g., CMakeList,s Cargo.toml, 3rd party YAML. When it comes to dynamically specifying your extensions, setuptools is still the only option. |
|