-
Notifications
You must be signed in to change notification settings - Fork 155
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
[BUG]: Install target installs headers into /usr/local/include
rather than the conda env
#1776
Labels
bug
Something isn't working
Comments
Are you recommending that we install to |
It currently installs headers into |
This was referenced Jul 15, 2024
3 tasks
rapids-bot bot
pushed a commit
to nv-morpheus/utilities
that referenced
this issue
Jul 16, 2024
…own function (#74) * The `morpheus_utils_initialize_package_manager` needs to be called prior to calling `project`, however the `CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT` isn't defined until after `project` has been called. * Moves `CMAKE_INSTALL_PREFIX` logic to a new function named `morpheus_utils_initialize_install_prefix` * This change is needed for nv-morpheus/Morpheus#1776 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #74
rapids-bot bot
pushed a commit
to nv-morpheus/MRC
that referenced
this issue
Jul 24, 2024
* Invoke `morpheus_utils_initialize_install_prefix` function after calling `project` * Related to nv-morpheus/Morpheus#1776 Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #485
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
24.06
Which installation method(s) does this occur on?
Docker
Describe the bug.
This happens in the dev container, not sure about other envs.
Minimum reproducible example
docker/run_container_dev.sh CMAKE_CONFIGURE_EXTRA_ARGS="-DMORPHEUS_PYTHON_INPLACE_BUILD=OFF" ./scripts/compile.sh --target install
The text was updated successfully, but these errors were encountered: