Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[CD] update pypi description, setup.py #17681

Merged
merged 2 commits into from
Mar 13, 2020
Merged

Conversation

szha
Copy link
Member

@szha szha commented Feb 25, 2020

Description

update pypi description, setup.py

Checklist

Essentials

Please feel free to remove inapplicable items for your PR.

  • Changes are complete (i.e. I finished coding on this PR)
  • To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

Changes

  • update pypi description to include nightly manifest link
  • update setup.py

@szha szha force-pushed the fix_cd_nightly branch 3 times, most recently from 7c70751 to 550fd21 Compare March 3, 2020 05:46
@leezu
Copy link
Contributor

leezu commented Mar 3, 2020

retriggered unix gpu

@szha szha force-pushed the fix_cd_nightly branch 2 times, most recently from 8d14549 to 5401db5 Compare March 6, 2020 01:37
@@ -27,7 +27,7 @@

if platform.system() == 'Linux':
sys.argv.append('--universal')
sys.argv.append('--plat-name=manylinux1_x86_64')
sys.argv.append('--plat-name=manylinux2010_x86_64')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the symbols in libmxnet.so, for GLIBCXX the highest version used is GLIBCXX_3.4.19 _ZNSt6chrono3_V212system_clock3nowEv and for GLIBC GLIBC_2.16 __poll_chk.

Those versions are not allowed in manylinux2010. However, they are allowed in manylinux2014.

Reference: https://www.python.org/dev/peps/pep-0571/ https://www.python.org/dev/peps/pep-0599/

Until the CD is set up to build correctly for manylinux2010, I suggest to change this line to 2014.

tools/pip/setup.py Outdated Show resolved Hide resolved
@leezu leezu merged commit c5989fa into apache:master Mar 13, 2020
@leezu leezu deleted the fix_cd_nightly branch March 13, 2020 18:56
MoisesHer pushed a commit to MoisesHer/incubator-mxnet that referenced this pull request Apr 10, 2020
* update pypi description, setup.py, use manylinux2010, use unified dist link for nightly

* Use manylinux2014

Co-authored-by: Leonard Lausen <leonard@lausen.nl>
anirudh2290 pushed a commit to anirudh2290/mxnet that referenced this pull request May 29, 2020
* update pypi description, setup.py, use manylinux2010, use unified dist link for nightly

* Use manylinux2014

Co-authored-by: Leonard Lausen <leonard@lausen.nl>
mseth10 pushed a commit to mseth10/incubator-mxnet that referenced this pull request Jun 2, 2020
* update pypi description, setup.py, use manylinux2010, use unified dist link for nightly

* Use manylinux2014

Co-authored-by: Leonard Lausen <leonard@lausen.nl>
mseth10 pushed a commit to mseth10/incubator-mxnet that referenced this pull request Jun 2, 2020
* update pypi description, setup.py, use manylinux2010, use unified dist link for nightly

* Use manylinux2014

Co-authored-by: Leonard Lausen <leonard@lausen.nl>
leezu added a commit that referenced this pull request Jun 9, 2020
* Fix CD (#17776)

* Fix cd/mxnet_lib/dynamic/Jenkins_pipeline.groovy

Fixes a regression in CD introduced by
#17645

* Fix whitespace

* Add NATIVE_ADDITIONAL.md

Fixes a regression in CD introduced by
#16899

* Update other $TYPE_ADDITIONAL.MD

* Fix cd/python/docker

Fixes regression introduced by
#15990

* [CD] update pypi description, setup.py (#17681)

* update pypi description, setup.py, use manylinux2010, use unified dist link for nightly

* Use manylinux2014

Co-authored-by: Leonard Lausen <leonard@lausen.nl>

* reverting .so path as per MAKE flow

Co-authored-by: Leonard Lausen <lausen@amazon.com>
Co-authored-by: Sheng Zha <szha@users.noreply.github.com>
Co-authored-by: Leonard Lausen <leonard@lausen.nl>
leezu added a commit that referenced this pull request Jun 15, 2020
* Fix CD (#17776)

* Fix cd/mxnet_lib/dynamic/Jenkins_pipeline.groovy

Fixes a regression in CD introduced by
#17645

* Fix whitespace

* Add NATIVE_ADDITIONAL.md

Fixes a regression in CD introduced by
#16899

* Update other $TYPE_ADDITIONAL.MD

* Fix cd/python/docker

Fixes regression introduced by
#15990

* [CD] update pypi description, setup.py (#17681)

* update pypi description, setup.py, use manylinux2010, use unified dist link for nightly

* Use manylinux2014

Co-authored-by: Leonard Lausen <leonard@lausen.nl>

* reverting .so path as per MAKE flow

Co-authored-by: Leonard Lausen <lausen@amazon.com>
Co-authored-by: Sheng Zha <szha@users.noreply.github.com>
Co-authored-by: Leonard Lausen <leonard@lausen.nl>
ChaiBapchya pushed a commit to ChaiBapchya/mxnet that referenced this pull request Aug 15, 2020
* Fix CD (apache#17776)

* Fix cd/mxnet_lib/dynamic/Jenkins_pipeline.groovy

Fixes a regression in CD introduced by
apache#17645

* Fix whitespace

* Add NATIVE_ADDITIONAL.md

Fixes a regression in CD introduced by
apache#16899

* Update other $TYPE_ADDITIONAL.MD

* Fix cd/python/docker

Fixes regression introduced by
apache#15990

* [CD] update pypi description, setup.py (apache#17681)

* update pypi description, setup.py, use manylinux2010, use unified dist link for nightly

* Use manylinux2014

Co-authored-by: Leonard Lausen <leonard@lausen.nl>

* reverting .so path as per MAKE flow

Co-authored-by: Leonard Lausen <lausen@amazon.com>
Co-authored-by: Sheng Zha <szha@users.noreply.github.com>
Co-authored-by: Leonard Lausen <leonard@lausen.nl>
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.

2 participants