lorenz
lorenz
As far as I understand `f2c` should be a build-dependency, but as mystran downloads a version of f2c and does some custom builds of it, it's compiled for the wrong...
no, I changed this to make / mingw32-make. Not using ninja anymore. Btw.: ninja is not a replacement for cmake. So far the builds went fine and packages are available...
Sure. Conda is a package-manager for different platforms. Most packages are available for windows, linux-64, linux-aarch64 (arm-linux eg: rapberry-pi's), osx-64 and osx-arm (the new M1...M3 chips). Another feature of the...
@ceanwang I am not sure how to build without f2c. Can you give some more information?
https://github.com/MYSTRANsolver/MYSTRAN/pull/92/commits/dfd10a38a9c5c2b9c4215f612acd006c285dec60
another thing that came up while trying to build mystran: It would be nice if binaries are installed into $PREFIX/bin: `install(TARGETS mystran DESTINATION${CMAKE_INSTALL_PREFIX}/bin)` Currently only the superlu libraries are installed...
it depends on how freecad is installed. If freecad is installed via a package-manager (conda, apt, ...) you can install a workbench with: `pip install -e .` which will link...
I can't help with this issue, but I guess freecad developers would love to see this implemented. Maybe there is a possibility to fund this. @luzpaz maybe you can help...
@SherSpidey I played with a capping algorithm some years ago. I ended up with this python code: https://github.com/coin3d/pivy/blob/master/examples/utils/GlClipPlane.py but I am not sure if this can help you.
glClipPlan in coin3d: https://github.com/coin3d/coin/blob/81dcd9f649ea34be409acbcdacdb877b88f52225/src/elements/GL/SoGLClipPlaneElement.cpp#L142L143