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

1.x: Stop packaging GPL libquadmath.so #19055

Merged
merged 3 commits into from
Sep 1, 2020
Merged

Conversation

leezu
Copy link
Contributor

@leezu leezu commented Aug 31, 2020

Backport #19053

leezu added 2 commits August 31, 2020 21:48
libquadmath.so is GPL and must not be distributed by Apache projects. Users will need to ensure that libquadmath.so is present on their systems if they use binary builds of MXNet. libquadmath.so has not yet undergone any ABI changes, thus all versions of libquadmath.so are ABI compatible and user just needs to install system version of libquadmath.so.

libgfortran.so can be packaged thanks to GCC Runtime Library Exception.

See https://www.apache.org/legal/resolved.html#category-x
@leezu leezu requested a review from samskalicky August 31, 2020 22:00
@leezu leezu requested a review from szha as a code owner August 31, 2020 22:00
@mxnet-bot
Copy link

Hey @leezu , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [centos-cpu, centos-gpu, unix-cpu, website, clang, sanity, miscellaneous, unix-gpu, windows-gpu, edge, windows-cpu]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@leezu
Copy link
Contributor Author

leezu commented Aug 31, 2020

This (and any other PR on 1.x) is blocked by pypa/setuptools#2352

@leezu leezu merged commit d144edd into apache:v1.x Sep 1, 2020
@leezu leezu deleted the removegpldeps branch September 1, 2020 18:03
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.

4 participants