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

Bugfix: Remove MORPHEUS_USE_CONDA option; Add warning if CONDA_PREFIX not found #2171

Merged

Conversation

willkill07
Copy link
Member

@willkill07 willkill07 commented Feb 5, 2025

Closes #2154

Description

  • Removes MORPHEUS_USE_CONDA CMake option
  • Update external/utilities submodule
  • Update scripts for building/configuring

This PR changes the configuration behavior slightly. If CONDA_PREFIX is found, it will automatically configure to include looking for packages within conda. If not found, a WARNING message will be presented. Since conda is the preferred method for building Morpheus/MRC/etc, this was found to be a reasonable solution in discussion with David G.

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.

@willkill07 willkill07 requested review from a team as code owners February 5, 2025 18:29
@willkill07 willkill07 force-pushed the will-update-morpheus-conda branch from efeb244 to 33887b9 Compare February 5, 2025 18:30
@willkill07 willkill07 added bug Something isn't working breaking Breaking change labels Feb 5, 2025
@willkill07
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 159fc7d into nv-morpheus:branch-25.06 Feb 5, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: MORPHEUS_USE_CONDA should default to ON
2 participants