Search found 1001 matches

by peterl94
Sun Nov 25, 2018 12:30 am
Forum: Install / Compile
Topic: [conda] compile calculix for osx and windows
Replies: 27
Views: 3910

Re: [conda] compile calculix for osx and windows

I've always just used the homebrew package built using this formula: https://github.com/brewsci/homebrew-sci ... lix-ccx.rb
by peterl94
Sat Oct 27, 2018 4:44 pm
Forum: Developers corner
Topic: Release of 0.18
Replies: 780
Views: 202872

Re: Release of 0.18

FYI, the project at work that is taking up all my time and brain space has a deadline of Jan 1st, so as long as 0.18 is released after that, I’ll have time to get the macOS situation in order.
by peterl94
Fri Oct 26, 2018 1:15 pm
Forum: Install / Compile
Topic: Notice: minimum macOS version will be 10.12
Replies: 5
Views: 1356

Re: Notice: minimum macOS version will be 10.12

Interesting. Did you clone from https://code.qt.io/qt/qtwebkit.git? I guess it is only a problem with qt 5.11 then. https://github.com/FreeCAD/homebrew-freecad/issues/95
by peterl94
Sat Oct 20, 2018 9:36 pm
Forum: Install / Compile
Topic: Notice: minimum macOS version will be 10.12
Replies: 5
Views: 1356

Notice: minimum macOS version will be 10.12

Homebrew generally only provides compiled packages for three macOS versions. Now that there is mojave, it means support for 10.11 El Capitan is being dropped. That is why the travis builds are failing. Unfortunately, I don't have time to do the necessary work. If there is anyone here that does have ...
by peterl94
Wed Sep 26, 2018 1:47 am
Forum: FEM
Topic: Help with install on OS X
Replies: 7
Views: 1765

Re: Help with install on OS X

The calculix homebrew formula was in homebrew-science which has been deprecated by homebrew. However, you can still access it from the brewsci fork.

Code: Select all

brew tap brewsci/science
brew install calculix-ccx
by peterl94
Tue Sep 25, 2018 3:48 am
Forum: Install / Compile
Topic: Build failure on travis
Replies: 1
Views: 376

Re: Build failure on travis

I'm going to first rule out the usual suspect of a homebrew library version mismatch. I started the update yesterday, but won't have the compiled packages up until tomorrow. The macOS builds will continue to fail until then.
by peterl94
Fri Sep 21, 2018 2:24 pm
Forum: Install / Compile
Topic: No module named WebGui on Mac OS
Replies: 2
Views: 2910

Re: No module named WebGui on Mac OS

Qtwebkit is installed separately, and so cmake doesn't find it with just the qt prefix. You also need to add the path to qtwebkit.

Code: Select all

-DCMAKE_PREFIX_PATH="/usr/local/Cellar/qt/5.11.2/lib/cmake;/usr/local/Cellar/qtwebkit/5.212-72cfbd_2/lib/cmake"
by peterl94
Sat Aug 25, 2018 6:47 pm
Forum: Install / Compile
Topic: FreeCAD for MacOS now more than 100 commits behind
Replies: 41
Views: 5379

Re: FreeCAD for MacOS now more than 100 commits behind

Ah sorry, I wasn't paying attention. I see the commit depth wouldn't be an issue for the 0.17 branch anyway. You could even update the reference commit to the current head of master. Unfortunately, brew update is run for every build (I'm tempted to remove this), so it is impossible to create a histo...