Hi, looo, your debian/rules file is very complex. You should use debianhelper --buildsystem option. Your debian/rules should looks like : #!/usr/bin/make -f override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=Release \ -DUSE_OCC=ON \ -DUSE_PYTHON=OFF \ -DUSE_GUI=ON \ -DUSE_SUPERBUI...
I think the docker image is a subset of any ubuntu... So any ubuntu should contain at least the dependencies which are included in the docker image. But I am only guessing... It is a trap ! ;) To create a minimal virgin rootfs for ubuntu or other debian like distro, you have to use a tool called de...
Hi loo, I think container is not the most suitable way to build package. Even if I am confident about it, we cannot guarantee that the netgen dependencies are not already installed in the docker image. There is a tool dedicated to build packages in a clean packaging environment : pbuilder I packaged...
No error. I have no idea of what I have done. :mrgreen: You have created a series of different meshes that test most, if not all of FreeCAD's netgen support. ;) And they all work! We now need to see if they build with git-build. Ideally locally as NormandC pointed out earlier in this thread, or on ...
Sorry for not following up on this. Does nglib build on LP? Should I try to build FreeCAD against this package? @gdo35, good to see you back! I can certainly use your help. Dont worry, I did not test it on LP, I need to make sure it builds with pbuilder first. I will surely do that in coming days. ...
Hello ! Happy to come back to the forum. ;) Sorry if I was away for a long time but May and June are generally the worst monthes for me :lol: It extends to July this year... Around 4 months agos, I packaged for ubuntu netgen 5.3.1 and just had time for a small working test : https://forum.freecadweb...