AU
AU
Use the `conda-forge` build: `conda install -c conda-forge ocp=7.7.2`.
The conclusion here is that one needs to use abi compatible builds of OCP/OCCT/VTK. The most robust way is to install on any distro/shell is to directly download `micromamba`, not...
I actually doubt that this is a toolchain issue. Could you first verify that you can compile the released generated sources with your toolchain to confirm/reject my doubt?
https://github.com/CadQuery/OCP/releases/tag/7.7.2.0 , `OCP_src*`
Interesting, in the version that was used (occt 7.7.2 available in in the conda-forge channel) I see this: ```c++ //! creation of spatial fillets on a solid. class ChFi3d {...
Yes, that sounds more like it. If this one overload is blocking, I can update `ocp.toml` to wrap it manually and make a new release. Otherwise, please share the stdout...
@efferre79 any thoughts/updates? > [...] I can update `ocp.toml` to wrap it manually and make a new release. Otherwise, please share the stdout of your pywrap call. Note that I'll...
In the log dump that you shared you have this: ``` 0%| | 0/314 [00:00
Maybe #140 solves the issue, let's see
AFAIK `CXX_INCLUDES` has no special meaning as a cmake variable and is not used. Are you maybe confusing it with an env variable?