- 22 May, 2018 1 commit
-
-
Matthew Brett authored
-
- 20 May, 2018 1 commit
-
-
Matthew Brett authored
Previous version was using a sub-shell to execute, and therefore not catching errors during execution of the functions that had errors, but did not return non-0 exit codes. Add tests.
-
- 24 Apr, 2018 1 commit
-
-
Andrew Murray authored
-
- 08 Mar, 2018 1 commit
-
-
Alex Rothberg authored
-
- 26 Feb, 2018 1 commit
-
-
Matthew Brett authored
See: https://github.com/pypa/manylinux/issues/160
-
- 08 Feb, 2018 1 commit
-
-
Andrew Murray authored
-
- 30 Jan, 2018 4 commits
-
-
Andrew Murray authored
-
Andrew Murray authored
-
xoviat authored
It appears that is_function actually calls the function (debugged). Why that happens is a mystery to me, but this should ensure that the spinner runs as it is supposed to rather than waiting until pre_build is complete.
-
- 12 Jan, 2018 1 commit
-
-
Andrew Murray authored
-
- 01 Jan, 2018 1 commit
-
-
Andrew Murray authored
-
- 20 Dec, 2017 1 commit
-
-
xoviat authored
It appears that is_function actually calls the function (debugged). Why that happens is a mystery to me, but this should ensure that the spinner runs as it is supposed to rather than waiting until pre_build is complete.
-
- 18 Dec, 2017 1 commit
- 30 Nov, 2017 1 commit
-
-
xoviat authored
Fix "cd" overridden by RVM. Don't try to uninstall virtualenv if pip is not installed.
-
- 20 Nov, 2017 1 commit
-
-
Andrew Murray authored
-
- 19 Nov, 2017 1 commit
-
-
Andrew Murray authored
-
- 11 Nov, 2017 1 commit
-
-
xoviat authored
-
- 10 Nov, 2017 4 commits
- 09 Nov, 2017 2 commits
- 30 May, 2017 1 commit
-
-
Matthew Brett authored
-
- 30 Mar, 2017 1 commit
-
-
Matthew Brett authored
Add tests for fill of pypy versions, give full versions for latest.
-
- 25 Mar, 2017 2 commits
-
-
Kyle Stewart authored
This changes how the the Python implementation is selected. It's now primarily based on enviroment variables. Uses the PYPY_VERSION enviroment variable to determine the version of PyPy to install. An example has been added to the matrix in the readme.
-
Kyle Stewart authored
Dashes were missing from untar on MacOS. Redirect fill_pyver errors to stderr, instead of returning them as the result.
-
- 22 Jan, 2017 2 commits
-
-
Matthew Brett authored
-
Matthew Brett authored
-
- 21 Jan, 2017 1 commit
-
-
Matthew Brett authored
pip will copy the directory it installs from before running the install / wheel build. If the directory is a submodule, then the copy breaks the connection with the containing project, so git commands to get the version will fail. Fix is to re-create the .git directory for submodules. Version of fix in https://github.com/matthew-brett/multibuild/pull/12 with thanks to Hassan Kibirige.
-
- 30 Dec, 2016 1 commit
-
-
Andrew Murray authored
-
- 11 Oct, 2016 1 commit
-
- 18 Aug, 2016 2 commits
-
-
Matthew Brett authored
[skip ci]
-
Matthew Brett authored
-
- 31 Jul, 2016 1 commit
-
-
Matthew Brett authored
library_builders.sh script in fact needs common_utils.sh. Source that script, and put a guard in common_utils.sh to prevent it being sourced more than once.
-
- 18 Jul, 2016 1 commit
-
-
Matthew Brett authored
For getting versions from versions with suffixes.
-
- 04 Jul, 2016 2 commits
-
-
Matthew Brett authored
-
Matthew Brett authored
Always load library builders (for OSX as well as Manylinux).
-
- 29 Jun, 2016 1 commit
-
-
Matthew Brett authored
-