lorenz
lorenz
@scottmudge I used a patch for external smesh: https://github.com/looooo/freecad-feedstock/blob/master/recipe/patches/smesh.patch I guess your fix will replace this patch.
I try to set up a conda-package for windows. But I have encountered some problems...(triangle.c need a which is not available on windows) Are there any resources how to build...
I didn't know there is already staged-recipe setup. I have setup one for linux some time ago: https://github.com/booya-at/openglider_conda_recipes/tree/master/meshpy Recently I have updated to boost 1.64 and also tried to get...
Once it is working on windows I will try to create a pull request. On windows the boost-library is called: `libboost_python3-vc140-mt-1_64.lib` I don't think the script is able to detect...
I tried to find the boost-directories with cmake. But the tests are not working because of some linking problems. To me the used directories are looking good: ``` INCLUDE_DIRS: ['~/conda/conda-bld/meshpy_1498226119091/_b_env_placehold.../include',...
after wasting a lot of time, I have made meshpy build on linux with using cmake. On windows the boost-libraries-dirs should be ok now, but there are some other problems,...
ok I think I have a working windows build. The workaround is described here: https://github.com/alecthomas/entityx_python/issues/4 @inducer maybe you can have a look if it is possible to merge my changes:...
thanks for merging this into this branch. I know some things were not perfect yet, and this is because I did not understand your build fully... It was only an...
You can also check the boost version and support python3 only if it is higher than 1.64. Boost-python is anyway a quite difficult dependency. Have you ever thought about updating...
This property (construct) was added because the boolean operation is quite time-consuming. It's not ideal. If you have a better idea, please share.