Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The installed environment is huge #12

Open
zbynekwinkler opened this issue May 18, 2018 · 4 comments
Open

The installed environment is huge #12

zbynekwinkler opened this issue May 18, 2018 · 4 comments

Comments

@zbynekwinkler
Copy link
Contributor

Could the dependencies be trimmed a bit? The size of the environment on win10 is around 2.3GB. I don't know enough about Freecad but git seems like it might not be needed in the run section (my installation directory for git has 0.5GB).

@looooo
Copy link
Collaborator

looooo commented May 18, 2018

thanks for reporting:
git removed from run-time-deps: b99cc23
also you can try using openblas instead of mkl, allthough last time I tried openblas on windows it wasn't really working.
conda create -n freecad nomkl

@zbynekwinkler
Copy link
Contributor Author

How can I test the commit b99cc23? I am not very well versed with conda (yet?;).

@looooo
Copy link
Collaborator

looooo commented May 18, 2018

Here is a short description:
https://github.com/FreeCAD/FreeCAD_Conda/blob/master/build_windows.md

the difficult part for windows is the visual-studio setup. Someone has also tried vs2017 but I think 2015 is easier.

@zbynekwinkler
Copy link
Contributor Author

I have vs2017 installed. I might try vs2015 to be in line with everyone else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants