Search found 6196 matches
- Thu Dec 10, 2020 3:27 pm
- Forum: Install / Compile
- Topic: FreeCad 0.19, where to download?
- Replies: 28
- Views: 46013
Re: FreeCad 0.19, where to download?
What is the difference between Conda and LP? NOTE: The Conda Win based build are packaged from here: https://github.com/FreeCAD/FreeCAD-AppImage They should be the Windows equivalent of the Conda based .AppImage and .dmg FreeCADLibs_12.1.6_x64_VC15.7z is not required to run the binaries provided he...
- Wed Dec 09, 2020 9:41 pm
- Forum: Install / Compile
- Topic: Uniform link to latest development version
- Replies: 3
- Views: 211
Re: Uniform link to latest development version
We need the right name for the tag. We can create this now and run both FreeCAD-master/0.19_pre in parallel and then 0.19_pre just goes away at the next release. Using this and "latest" for the stable release we may be able to greatly simplify management of the links.
- Wed Dec 09, 2020 9:35 pm
- Forum: Help on using FreeCAD
- Topic: [Feature request/Enhancing] : smart dimension constraint
- Replies: 8
- Views: 260
Re: [Feature request/Enhancing] : smart dimension constraint
I actually used the forums Duck,Duck,Go search.
Code: Select all
https://duckduckgo.com/?q=smart+dimension&sa=Search&sites=forum.freecadweb.org&ia=web
- Wed Dec 09, 2020 9:33 pm
- Forum: Developers corner
- Topic: Problem with travis-ci?
- Replies: 18
- Views: 623
Re: Problem with travis-ci?
Oh, I see it's been done for Windows, but not for linux and OS X: We used to deploy a .dmg for OSX from these builds. If we get the builds working again in a reasonable time we could re-implement this. I'm actually making the Win builds locally. We could do this on Travis but it would add 10-15 min...
- Wed Dec 09, 2020 9:31 pm
- Forum: Developers corner
- Topic: Problem with travis-ci?
- Replies: 18
- Views: 623
Re: Problem with travis-ci?
IMO, we should (tmp.) disable the macOS builds again. +1 There are 2 problems; The first is like @abdullah mentions it take too long to install the dependencies. @bblacey created the https://github.com/FreeCAD/FreeCAD-ports-cache to overcome this. Although I still do not understand it all, it essen...
- Wed Dec 09, 2020 7:41 pm
- Forum: Help on using FreeCAD
- Topic: [Feature request/Enhancing] : smart dimension constraint
- Replies: 8
- Views: 260
- Wed Dec 09, 2020 6:51 pm
- Forum: Packaging
- Topic: LibPack for Windows "Python packages"
- Replies: 86
- Views: 2572
- Tue Dec 08, 2020 10:11 pm
- Forum: Developers corner
- Topic: Newby needs help to get the project running
- Replies: 14
- Views: 535
Re: Newby needs help to get the project running
What version of the Libpack are you using?
- Tue Dec 08, 2020 9:11 pm
- Forum: Packaging
- Topic: LibPack for Windows "Python packages"
- Replies: 86
- Views: 2572
Re: LibPack for Windows "Python packages"
I think certain modules do https://numpy.org/devdocs/user/building.html
I found this https://discuss.python.org/t/pip-pyproj ... uilds/3766
don't know what happens if it can't find a fortran compiler.
- Tue Dec 08, 2020 9:04 pm
- Forum: Packaging
- Topic: LibPack for Windows "Python packages"
- Replies: 86
- Views: 2572
Re: LibPack for Windows "Python packages"
I am getting an assertion failure when running self test from the test framework wb for a debug build, release doesn't have it. Capture.PNG I don't have a D: so I think a hard coded path somehow? Edit: maybe it doesn't work because the NetGen in the Libpack was compiled against OCC 7.4 and the Libpa...