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

Include lib/libopenblas.so.0 on CD #18356

Merged
merged 1 commit into from
May 19, 2020
Merged

Include lib/libopenblas.so.0 on CD #18356

merged 1 commit into from
May 19, 2020

Conversation

leezu
Copy link
Contributor

@leezu leezu commented May 18, 2020

The cmake staticbuild script doesn't link openblas statically, but rather
provides the so file to be included in the distribution. This is intentional, as
it simplifies the build script, but was missed when switching the CD to rely on
cmake.

Fixes #18293

The cmake staticbuild script doesn't link openblas statically, but rather
provides the so file to be included in the distribution. This is intentional, as
it simplifies the build script, but was missed when switching the CD to rely on
cmake.
@leezu leezu requested a review from szha as a code owner May 18, 2020 19:53
@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, windows-gpu, unix-gpu, website, edge, centos-gpu, sanity, unix-cpu, clang, windows-cpu, miscellaneous]


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 May 18, 2020

@mxnet-bot run ci [centos-cpu]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [centos-cpu]

Copy link
Contributor

@mseth10 mseth10 left a comment

Choose a reason for hiding this comment

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

LGTM

@leezu leezu merged commit 47b0bdd into apache:master May 19, 2020
@leezu leezu deleted the fixopenblas branch May 22, 2020 19:36
AntiZpvoh pushed a commit to AntiZpvoh/incubator-mxnet that referenced this pull request Jul 6, 2020
The cmake staticbuild script doesn't link openblas statically, but rather
provides the so file to be included in the distribution. This is intentional, as
it simplifies the build script, but update of Jenkinsifle was missed when
switching the CD to rely on cmake.
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.

CD: Missing openblas
3 participants