Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding zlib TPL #21

Merged
merged 2 commits into from
Aug 4, 2020
Merged

Adding zlib TPL #21

merged 2 commits into from
Aug 4, 2020

Conversation

mdavis36
Copy link
Collaborator

@mdavis36 mdavis36 commented Aug 4, 2020

Summary

Explicitly adding zlib TPL to fix missing compress2 symbol when MPI=Off

This is necessary because MPI links it's own zlib in, so when compiling without MPI the zlib compress2 symbol is undefined.

Copy link
Collaborator

@jmikeowen jmikeowen left a comment

Choose a reason for hiding this comment

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

This looks good to me.

@mdavis36 mdavis36 merged commit 7fc2316 into master Aug 4, 2020
@mdavis36 mdavis36 deleted the bugfix/zlib-tpl branch August 4, 2020 23:31
jmikeowen pushed a commit that referenced this pull request Nov 5, 2020
* commit '69e4dbfb2f474a0c9f1c60caf74022c12954fb2b':
  Fixes for downloading pip modules as a separate stage.
  Locking the version of numpy-stl that works with our Python 2.7.* series.
  Splitting up pip download and pip install as separate stages, so if the pip modules have already been downloaded we can skip that step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants