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

Misc Conda Improvements #1462

Merged
merged 128 commits into from
Jan 31, 2024

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Jan 10, 2024

Description

  • Update examples to use package relative paths where possible allowing users of the Morpheus conda package to run examples.
  • Install pyarrow-hotfix via conda rather than pip
  • Ensure pyarrow-hotfix is installed during conda build enabling stubs to be generated.
  • Fix version restriction for sqlalchemy in meta.yaml
  • Fix type-o in dependencies.yaml causing duplicate entries for the click package.
  • Add examples target to dependencies.yaml.
  • Specify a version for sysroot_linux-64, prevents older kernel headers from being installed causing glibc link errors.
  • Update docker/build_conda_packages.sh to create .conda-bld dir if it doesn't already exist

Closes #1461

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

mdemoret-nv and others added 30 commits July 26, 2023 19:43
…apf. Remove usage of older YAPF_EXCLUDE_FLAGS work-around
@dagardner-nv dagardner-nv removed the skip-ci Optionally Skip CI for this PR label Jan 11, 2024
@dagardner-nv dagardner-nv removed the Merge After Dependencies PR is completed and reviewed but depends on another PR; do not merge out of order label Jan 22, 2024
@dagardner-nv dagardner-nv self-assigned this Jan 24, 2024
Copy link
Contributor

@mdemoret-nv mdemoret-nv left a comment

Choose a reason for hiding this comment

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

Changes look good, but can we make sure all references to pyarrow-hotfix (or pyarrow_hotfix) are removed. I believe there is one in setup.py.

@mdemoret-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 949279f into nv-morpheus:branch-24.03 Jan 31, 2024
9 checks passed
rapids-bot bot pushed a commit that referenced this pull request Feb 1, 2024
* Adds a conda build CI step

Requires PR #1462 to be merged first

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1466
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement to existing functionality non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Test/verify morpheus conda package
2 participants