itt-ustutt / num-dual

Generalized (hyper-) dual numbers in rust
Other
53 stars 6 forks source link

Separate python wheel #35

Closed g-bauer closed 2 years ago

g-bauer commented 2 years ago

Use a separate directory build_wheel where the python extension module is build. This change is needed since it is currently not possible to use a crate that produces both a rlib and a cdylib on macos.