Results 267 comments of lorenz

it could be a nice addition for the part-workbench too to make helical extrusions easier.

https://github.com/looooo/freecad.frametools/commit/af8f4b0c506ba097678de1b68dcf60f8a2be0e9c but does it check if there is already a SciPy installed? I don't want to install SciPy if it is already installed in a bundle via another package-manager

yaml should be included in the appimage. Which version of FreeCAD are you using?

Yes if someone finds the time to do so, go ahead. But this workbench is more a sandbox for my self for testing some things. So this is not really...

I guess conda-forge updated the libraries which allow to use newer glibc version. I did not do anything in this regard :). There is also the other workaround, which I...

https://github.com/conda-forge/staged-recipes/pull/28539

Thanks for the fast resopnse! Ninja is nice as it is available for all platforms. Would have been nice if the compilation worked with ninja. Also all the build systems...

I have some other questions: - Are there some tests to test the build? - what are the .mod (Binaries/mod) files for? Should they be included in the package?

I am running these tests now: ``` mystran Build_Test_Cases/statics/bar_tube.bdf mystran Build_Test_Cases/statics/cquad4_pcomp.bdf mystran Build_Test_Cases/statics/cshear.bdf mystran Build_Test_Cases/statics/ctria3_pshell_center.bdf mystran Build_Test_Cases/statics/missing_continuation.bdf ``` but it fails with: ``` (%PREFIX%) %SRC_DIR%>mystran Build_Test_Cases/statics/cquad4_pcomp.bdf Optional Initialization file: MYSTRAN.INI...

so far I was succesfully in building mystran for linux64, osx64 and win. Now trying to cross compile for linux-aarch64 and osx-arm. On osx-arm I am running into this issue:...