Commit graph

10 commits

Author SHA1 Message Date
SongGuyang
a57de0e224
support build different python wheel in setup.py (#16998) 2021-07-16 13:01:48 +08:00
mwtian
2e8d8fba02
[Build] Another attempt at building Python 3.9 MacOS wheels (#16347)
* Test rollforward python 3.9

* Upgrade setproctitle in thirdparty

* Update cython requirement to match those in wheel build scripts.

* Fix MANIFEST.in

* Fix file copying in setup.py
2021-06-10 10:20:30 -07:00
Ian Rodney
9bdd2cbe49
Revert "Revert "[Core] minor refactor for usability of runtime_env (#15965)" (#15985)" (#15987) 2021-05-21 14:57:44 -07:00
Simon Mo
cce5007285
Revert "[CI] Remove wheel renaming code path. (#15952)" (#15954)
This reverts commit 42bbde2987.
2021-05-20 15:44:53 -07:00
Simon Mo
42bbde2987
[CI] Remove wheel renaming code path. (#15952)
pypa/manylinux2014_x86_64 was updated 05-20-2021 and the wheels
produced already have manylinux in them. So the renaming will
only change the name to `manymanylinux20142014`.
2021-05-20 12:21:46 -07:00
Edward Oakes
c5e7ed5671
Revert "Add support for Python 3.9 (#12613)" (#15003)
This reverts commit 208cde8d9b.
2021-03-30 08:38:54 -05:00
Akash Patel
208cde8d9b
Add support for Python 3.9 (#12613) 2021-03-29 11:57:06 -07:00
chaokunyang
bea0031491
fix linux wheel build (#9896) 2020-11-17 15:49:42 +08:00
Ian Rodney
22bbbc3171
[wheel] Fix Manylinux2014 Build (#11811) 2020-11-04 14:50:38 -08:00
Barak Michener
05c4e3fb2a
[build] Build wheels with manylinux2014 (#11621)
* necessary changes

* Split bazel install

* manylinux2014

* change references to manylinux2014

* Fix lint

* port alex's docker build changes

* fix config issue

* remove extra manylinux2010 requirement script

* revert SHA overwrite

* wip

* incompatible_linklibs

* fix nits
2020-11-03 19:36:32 -08:00
Renamed from python/build-wheel-manylinux1.sh (Browse further)