Search found 6196 matches
- Tue Dec 15, 2020 10:02 pm
- Forum: Packaging
- Topic: 32 Bit AppImage?
- Replies: 2
- Views: 204
Re: 32 Bit AppImage?
I noticed that the only AppImage files that exist are for 64 bit distributions. I have a server that's running a 32 bit Linux distribution and I don't want to upgrade the whole thing just to add FreeCAD functionality. Do 32 bit AppImages exist? If not, what's the easiest way to build them? Hello ch...
- Tue Dec 15, 2020 7:08 pm
- Forum: Install / Compile
- Topic: Ubuntu instructions lead to missing libboost-python-dev
- Replies: 4
- Views: 170
- Tue Dec 15, 2020 6:37 pm
- Forum: Install / Compile
- Topic: Ubuntu instructions lead to missing libboost-python-dev
- Replies: 4
- Views: 170
Re: Ubuntu instructions lead to missing libboost-python-dev
FreeCAD can use libboost-python or Pybind11
The PPA uses the second. You need to add the additional CMake flag
if using Pybind11
The PPA uses the second. You need to add the additional CMake flag
Code: Select all
-DFREECAD_USE_PYBIND11=ON
- Mon Dec 14, 2020 10:33 pm
- Forum: Packaging
- Topic: v19 help files
- Replies: 2
- Views: 104
- Sat Dec 12, 2020 6:53 pm
- Forum: Install / Compile
- Topic: FreeCad 0.19, where to download?
- Replies: 28
- Views: 46018
Re: FreeCad 0.19, where to download?
Basically yes. If a support library has a bug one might work better for you than the other. I plan to build the 0.19 stable release (when it happens) with the Conda dependencies.Accessdenied wrote: ↑Fri Dec 11, 2020 10:41 amOk, then no matter what version to use? No advantages in one of them for simple user?
- Sat Dec 12, 2020 5:49 pm
- Forum: Packaging
- Topic: LibPack for Windows "Python packages"
- Replies: 86
- Views: 2572
Re: LibPack for Windows "Python packages"
I think I have a working debug numpy 0.19.4? https://github.com/sgrogan/FreeCAD/releases/tag/numpy_d I had to remove numpy from the Libpack site-packages directory, then from a powershell window opened in the Libpack bin directory ./python -m pip install cython ./python_d.exe -m pip install --no-use...
- Fri Dec 11, 2020 1:03 pm
- Forum: Packaging
- Topic: LibPack for Windows "Python packages"
- Replies: 86
- Views: 2572
Re: LibPack for Windows "Python packages"
@loooo has done this already https://github.com/freecad/freecad-addons
- Thu Dec 10, 2020 10:59 pm
- Forum: Packaging
- Topic: LibPack for Windows "Python packages"
- Replies: 86
- Views: 2572
Re: LibPack for Windows "Python packages"
I think that FC 0.19 should become ready, thus I appreciate that we develop here a final LibPack for it. It should only contain components that can be used by the user. So if the shaft wizard cannot be updated, maybe we should exclude it from FC 0.19? What do you think? For me the shaft wizard is w...
- Thu Dec 10, 2020 10:45 pm
- Forum: Install / Compile
- Topic: FreeCad 0.19, where to download?
- Replies: 28
- Views: 46018
Re: FreeCad 0.19, where to download?
Shouldn't any actual differences be also mentioned? Like that Conda build contains now the Assembly3 and Glider WB? And that Conda is OCCT 7.4.0 and LP is OCCT 7.3.0? The library version differences are much greater than just OCCT . Conda is maintained by a community and package upgrades are contin...
- Thu Dec 10, 2020 10:33 pm
- Forum: Developers corner
- Topic: Problem with travis-ci?
- Replies: 18
- Views: 623
Re: Problem with travis-ci?
If I remember correctly, when the build does not end successfully, the cache is not stored. So ccache would not kick-in. @triplus added some stuff to the travis.yaml that is supposed to kill the build before we reach our time limit and store the cache. I have seen this work for the windows build. A...