thliebig / CSXCAD

A C++ library to describe geometrical objects and their physical or non-physical properties.
http://openEMS.de
GNU Lesser General Public License v3.0
34 stars 38 forks source link

Python interface build process cannot find necessary headers #38

Closed aWZHY0yQH81uOYvH closed 7 months ago

aWZHY0yQH81uOYvH commented 10 months ago

Certain python distributions (namely the one provided by Homebrew on macOS) do not provide the system include paths when building the python bindings, resulting in build failure.

See https://github.com/thliebig/openEMS-Project/discussions/167#discussioncomment-7903125 for more details.

Possible fixes

Also https://github.com/thliebig/openEMS/issues/135