Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

PR: Testing Scipy install using system site packages. - #4

Open
tuopuu wants to merge 6 commits into
masterfrom
use_scipy_site_package
Open

PR: Testing Scipy install using system site packages.#4
tuopuu wants to merge 6 commits into
masterfrom
use_scipy_site_package

Conversation

@tuopuu

@tuopuu tuopuu commented Jul 22, 2016

Copy link
Copy Markdown
Contributor

No description provided.

@tuopuu

tuopuu commented Jul 22, 2016

Copy link
Copy Markdown
Contributor Author

@mehdisadeghi , @kitchoi According to some discussions in forums it's possible to configure Travis to use system site packages for some Python libraries instead of 1) compiling these libraries from source, 2) using ccache, or 3) using Miniconda. Problem with compiling the library is that it might be very slow. Also, using ccache can be slow (in the order of minutes to tens of minutes) depending on the size of the file that is downloaded. Miniconda is fast (see #3 ), but since many developers working in SimPhoNy are not using it, using it here would just result to a different environment (compared to their development systems) for testing the code integration.

If you're interested, please, try the compiling_from_scratch_approach to create the cache file for SciPy, and check how slow it is in use. It would be great if we could have a better control of the version number of the library that way.

Other than that, I'd like to hear your opinion on using Miniconda vs. system site packages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant