Search found 1001 matches

by peterl94
Tue Sep 22, 2020 1:54 am
Forum: Install / Compile
Topic: Wiki Directions for Mac Compile via Homebrew Not working
Replies: 32
Views: 6550

Re: Wiki Directions for Mac Compile via Homebrew Not working

vejmarie, I imagine if you reach out to @bblacey he could add you to the freecad bintray account if you want to host them the same way as the previous bottles (brew test-bot was used to upload them to bintray. I think I still have a script for that laying around somewhere). Or maybe you could add th...
by peterl94
Thu Feb 13, 2020 3:16 am
Forum: Install / Compile
Topic: macOS build instructions - outdated?
Replies: 24
Views: 4805

Re: macOS build instructions - outdated?

jia wrote: Thu Feb 13, 2020 1:58 am We hope @pertel94 will update the home-brew repo
Sorry, that is not likely. I consider Conda to be the official way to install dependencies for FreeCAD now. I have been away from FreeCAD development for too long to contribute anything useful to this discussion, sorry.
by peterl94
Thu Jan 03, 2019 1:43 pm
Forum: Install / Compile
Topic: Py3 Mac app for testing
Replies: 19
Views: 5158

Re: Py3 Mac app for testing

1. when you create the environment use an additional constraint: blas=*=openblas Good to know, thanks. 2. conda ships static libs and shared libs together. I didn't copy the whole environment. I adapted the "MakeMacBundleRelocatable.py" script, which uses otool to only copy referenced lib...
by peterl94
Thu Jan 03, 2019 6:39 am
Forum: Developers corner
Topic: Porting to python3
Replies: 957
Views: 196448

Re: Porting to python3

Found the problem. Not sure why it is not a problem for other platforms. diff --git a/src/Mod/Test/TestPythonSyntax.py b/src/Mod/Test/TestPythonSyntax.py index f529c5e78..f30536689 100644 --- a/src/Mod/Test/TestPythonSyntax.py +++ b/src/Mod/Test/TestPythonSyntax.py @@ -11,7 +11,7 @@ def test_python_...
by peterl94
Thu Jan 03, 2019 6:25 am
Forum: Install / Compile
Topic: Py3 Mac app for testing
Replies: 19
Views: 5158

Re: Py3 Mac app for testing

chrisb wrote: Wed Jan 02, 2019 7:14 pm I sometimes get the error message
I'll see what I can find. I wonder why it is not a problem on linux.
by peterl94
Thu Jan 03, 2019 6:24 am
Forum: Install / Compile
Topic: Py3 Mac app for testing
Replies: 19
Views: 5158

Re: Py3 Mac app for testing

sgrogan wrote: Wed Jan 02, 2019 11:22 pm I think it's mostly libmkl, similar on Win.
Indeed! ~580MB.
by peterl94
Wed Jan 02, 2019 2:45 pm
Forum: Developers corner
Topic: Porting to python3
Replies: 957
Views: 196448

Re: Porting to python3

fixes the problem (note the b at the beginning) Thanks, that did fix it. There is one more: Traceback (most recent call last): File "/Users/peter/FreeCAD/install/FreeCAD.app/Contents/lib/python3.6/unittest/case.py", line 59, in testPartExecutor yield File "/Users/peter/FreeCAD/instal...
by peterl94
Wed Jan 02, 2019 7:02 am
Forum: Install / Compile
Topic: Py3 Mac app for testing
Replies: 19
Views: 5158

Py3 Mac app for testing

Thanks to the great work looo has done with conda packaging, I was able to put together a mac app using python 3.6. I only used conda for installing the dependencies and compiled the app manually. Eventually it would be good to be able to create an app from the freecad conda package. Anyway, here is...
by peterl94
Wed Jan 02, 2019 6:12 am
Forum: Developers corner
Topic: Porting to python3
Replies: 957
Views: 196448

Re: Porting to python3

Are you guys aware of this? Got this error first time testing a macOS py3 build: memoryview: a bytes-like object is required, not 'str' Traceback (most recent call last): File "<string>", line 66, in Initialize File "/Users/peter/FreeCAD/install/FreeCAD.app/Contents/Mod/OpenSCAD/OpenS...
by peterl94
Sat Dec 22, 2018 3:17 pm
Forum: Developers corner
Topic: Release of 0.18
Replies: 780
Views: 202849

Re: Release of 0.18

yorik wrote: Sat Dec 22, 2018 3:11 pm Yeah this is a problem indeed. What could we do about it?
I haven't tried it myself, buy I'm pretty sure looo has conda working for macOS.