-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Remove
MORPHEUS_USE_CONDA
option; Add warning if `CONDA_PRE…
…FIX` not found (#2171) * 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](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: - Will Killian (https://github.com/willkill07) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #2171
- Loading branch information
1 parent
cc3305e
commit 159fc7d
Showing
6 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule utilities
updated
4 files
+8 −0 | CHANGELOG.md | |
+2 −2 | ci/release/update-version.sh | |
+5 −10 | cmake/morpheus_utils/environment_config/rapids_cmake/register_api.cmake | |
+0 −1 | cmake/morpheus_utils/package_config/mrc/Configure_mrc.cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters