Ivan Pozdeev
65316a7e99
Don't use Homebrew outside of MacOS
In Linux, it's not the primary source of packages and
cannot be used without build flag adjustments
thus has caused build failures.
4 anni fa
native-api
4b82f575c7
Append Homebrew custom prefix to search path ( #1957 )
This is needed to find other Python deps (e.g. libintl) in Homebrew if it has
nonstandard prefix (e.g. in Apple M1)
* Re-allow to search Homebrew for zlib everywhere
4 anni fa
native-api
5963dc4f61
Discover Tcl/Tk reliably and use active version ( #2106 )
Link to the active version like other Homebrew deps --
this won't break when another binary-compatible version is installed.
Use a discovery method that doesn't break when other versions are present alongside.
4 anni fa
Ivan Pozdeev
2f8c625a7d
Fix test failures
4 anni fa
tillhainbach
e56962b357
allow tcl-tk as argument or try with homebrew by default Replacement for #1409 ( #1646 )
* feat(python-build): allow tcl-tk as argument or default to homebrew
* refactor(python-build): detect tcl-tk-libs from confugre_opts_arr
4 anni fa
Ivan Pozdeev
d010b4110a
adjust tests
5 anni fa
Mikhail Bulash
4157973301
Find zlib from Xcode or brew on Mojave ( #1353 )
fixes #1219 , #1333
7 anni fa
Yamashita, Yuu
b3ba0fd7e3
Refactor test code of python-build. Use curl during tests by default
8 anni fa
Yamashita, Yuu
c8ad3385c7
Import latest changes from https://github.com/rbenv/ruby-build as of v20180424
8 anni fa
Yamashita, Yuu
098fb9f07a
Rewrite python-build tests with using `PYTHON_BUILD_HTTP_CLIENT`
8 anni fa
Yamashita, Yuu
9ff06f61b6
Fix broken tests
8 anni fa
Yamashita, Yuu
7478310c1b
Fix tests regard to `--enable-unicode`
8 anni fa
Yamashita, Yuu
35ecd398ac
Fix test failure on OS X
9 anni fa
Yamashita, Yuu
9f3f38d312
Add `uname` stubs to avoid test failures on OS X ( #257 )
9 anni fa
Yamashita, Yuu
021b53f924
Stop specifying `--enable-unicode=ucs4` on OS X ( #257 )
9 anni fa
Yamashita, Yuu
0dcce750b9
Use `curl` stub instead of `aria2c` during tests (equiv to rbenv/ruby-build#965 )
10 anni fa
Yamashita, Yuu
b37361b862
Fix broken tests with `--enable-unicode=ucs4` by default
10 anni fa
Yamashita, Yuu
b116f341fe
Use `aria2c` as the download if available ( #534 )
10 anni fa
Yamashita, Yuu
f62ee1a4db
Import changes from ruby-build v20151028
10 anni fa
Yamashita, Yuu
28c40ece8d
Fix broken tests
10 anni fa
Yamashita Yuu
648afe05a9
Import changes from ruby-build v20150519
11 anni fa
Yamashita Yuu
123b3af1a0
Import changes from ruby-build v20150112
11 anni fa
Yamashita Yuu
4a52bfaff9
Fix broken tests
11 anni fa
Yamashita Yuu
b26b83a11f
Import changes from ruby-build v20141028
11 anni fa
Yamashita Yuu
f76309d419
Add tests for MACOSX_DEPLOYMENT_TARGET ( #219 , #220 )
12 anni fa
Yamashita Yuu
29d3df661e
Fix broken tests
12 anni fa
Yamashita Yuu
9dac275567
Import changes from ruby-build v20140524
12 anni fa
Yamashita Yuu
7612f0391d
Don't clober the environment `CPPFLAGS` and `LDFLAGS` (refs #168 )
Because the variables specified via command-line arguments for the
`./configure` will be favored than one in environment variables,
setting those variables in `PACKAGE_CONFIGURE_OPTS_ARRAY` will hide
existing environment variables.
To avoid the problem, stop using `package_option()` to setup those
variables.
12 anni fa
Yamashita Yuu
21f44a130a
Check envvars of `CPPFLAGS` and `LDFLAGS` during tests
12 anni fa
Yamashita Yuu
986db22da8
Import recent changess from ruby-build v20140408
12 anni fa
Yamashita Yuu
719e6db358
Import recent changes from ruby-build 20140204
12 anni fa
Yamashita Yuu
e65a10be51
Add bats test for `python-build`
12 anni fa