[DONE] conda: update to gcc7 and py3.7

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: [DONE] conda: update to gcc7 and py3.7

Post by looo »

Thanks @normandC. This is very useful.
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: [DONE] conda: update to gcc7 and py3.7

Post by looo »

0.19.pre builds are ready. I hope to build them weekly.
Bildschirmfoto von 2019-03-17 00-38-20.png
Bildschirmfoto von 2019-03-17 00-38-20.png (39.04 KiB) Viewed 610 times
I made some changes to the appimage to still use old builds (py36). Also there is a branch which still uses the old toolchain [1]. So the next appimage should be still py3.6.

[1]https://github.com/looooo/freecad-feedstock/tree/py3.6

btw.: some leftowners of the port are still missing:
- [ ] update vtk pinning to 8.2.0: https://github.com/conda-forge/conda-fo ... k/pull/209
- [ ] update smesh to use vtk8.2.0
- [ ] update freecad to use vtk8.2.0
- [ ] try to build smesh and freecad with latest netgen (not something I would like to do soon)
chrisb
Veteran
Posts: 53933
Joined: Tue Mar 17, 2015 9:14 am

Re: [DONE] conda: update to gcc7 and py3.7

Post by chrisb »

+1
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: [DONE] conda: update to gcc7 and py3.7

Post by triplus »

looo wrote: Sat Mar 16, 2019 1:10 pm 0.18 is available from conda-forge [1]. So FreeCAD is finally back on top of conda (py37). Creating a freecad-env should be as simple as:

Code: Select all

conda create --name freecad freecad -c conda-forge

[1]https://anaconda.org/conda-forge/freeca ... rsion=0.18
Congratulations!
Post Reply