Search found 713 matches

by vejmarie
Sat Nov 14, 2020 4:55 pm
Forum: Packaging
Topic: Discussion: State of the snap (Snap Packaging)
Replies: 111
Views: 78616

Re: Addon manager not working in v0.19 beta snap

I have installed the beta of v0.19 as I wanted to play with Assembly 4. I am on Kubuntu 20.04 so I can't the freecad-daily PPA. So I have installed with snap. When I open the add-on manager I can see all the packages, but if I click to "Install selected" the program hangs at "Cloning...
by vejmarie
Fri Nov 13, 2020 9:21 pm
Forum: Packaging
Topic: Discussion: State of the snap (Snap Packaging)
Replies: 111
Views: 78616

Re: Discussion: State of the snap (Snap Packaging)

With a snap installation from the beta channel on Mint 20, I'm also unable to install Addons. Well, at least the Assembly4 addon. The Addon Manager is able to show the description of Assembly4, but installation is stuck at "Cloning module". Git is on my path. My user has write access to ~...
by vejmarie
Thu Nov 12, 2020 2:58 am
Forum: Developers corner
Topic: Travis failing on all Pull Requests
Replies: 34
Views: 5784

Re: Travis failing on all Pull Requests

We need to let the kill happens to fill up the build cache. Normally it is gently killed. You can restart it by submitting a slight change into your PR. It will go far much faster. If it goes up to the end (and it will), travis cache from master shall fill up and stay up to date avoiding that we ke...
by vejmarie
Wed Nov 11, 2020 11:08 pm
Forum: Packaging
Topic: Discussion: State of the snap (Snap Packaging)
Replies: 111
Views: 78616

Re: Discussion: State of the snap (Snap Packaging)

that is weird because it did work on my system. Can you check if you have git installed ? The path reported are the right one by the way which is good.
by vejmarie
Wed Nov 11, 2020 11:05 pm
Forum: Developers corner
Topic: Travis failing on all Pull Requests
Replies: 34
Views: 5784

Re: Travis failing on all Pull Requests

We need to let the kill happens to fill up the build cache. Normally it is gently killed. You can restart it by submitting a slight change into your PR. It will go far much faster. If it goes up to the end (and it will), travis cache from master shall fill up and stay up to date avoiding that we kep...
by vejmarie
Wed Nov 11, 2020 2:46 pm
Forum: Developers corner
Topic: MacOS / Homebrew : git team
Replies: 2
Views: 1274

MacOS / Homebrew : git team

Hi, @kkremitzki had the great idea to create an homebrew team ( https://github.com/FreeCAD/homebrew-freecad ) into our git repo as to revive this MacOS way of distributing FreeCAD. Currently, @kkremitzki and @vejmarie are part of the team, feel free to ping us through this forum entry if you want to...
by vejmarie
Mon Nov 02, 2020 4:19 pm
Forum: Install / Compile
Topic: MacOS build instructions
Replies: 14
Views: 6032

Re: MacOS build instructions

I deeper looked at your issue it looks like that the missing path are here within your CMAKE command -DCMAKE_PREFIX_PATH="/usr/local/opt/qt/lib/cmake/;/usr/local/Cellar/nglib/v6.2.2007/Contents/Resources;/usr/local/Cellar/vtk@8.2/8.2.0_1/lib/cmake/" And it shall works with latest homebrew ...
by vejmarie
Mon Nov 02, 2020 3:45 pm
Forum: Install / Compile
Topic: MacOS build instructions
Replies: 14
Views: 6032

Re: MacOS build instructions

So, brew install freecad seemed to build it from source! Maybe the thing to do is use homebrew to handle building everything, but somehow get it to build a branch that I've modified locally if I want to mess around/"do development"? Anyways, progress, maybe? can you force nglib installati...
by vejmarie
Tue Oct 27, 2020 5:46 pm
Forum: Developers corner
Topic: Travis failing on all Pull Requests
Replies: 34
Views: 5784

Re: Travis failing on all Pull Requests

Ok, this MacOS build works now https://travis-ci.org/github/FreeCAD/FreeCAD/jobs/739338702 A lot of effort into this. The challenge is the build time on mac and Travis. It is terribly slow. But it did generated a full build with the cache. I have not our travis account credential but I believe it mi...
by vejmarie
Sun Oct 25, 2020 5:21 am
Forum: Developers corner
Topic: Homebrew MacOS
Replies: 1
Views: 397

Re: Homebrew MacOS

Formulas have been updated and PR issued. I rebuilt also the bottle, and everything shall be working after we have re-integrated the PR. Might be great if I could get github PR acceptance for homebrew-freecad ;)