Make NRN_INSTALL_PYTHON_PREFIX configurable#3654
Merged
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3654 +/- ##
==========================================
- Coverage 68.02% 68.01% -0.01%
==========================================
Files 686 686
Lines 110907 110907
==========================================
- Hits 75439 75433 -6
- Misses 35468 35474 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✔️ f5cac16 -> Azure artifacts URL |
Contributor
|
✔️ f5cac16 -> artifacts URL |
mgeplf
approved these changes
Oct 30, 2025
JCGoran
added a commit
that referenced
this pull request
Nov 10, 2025
* generalize setting `RPATH` for Python components * expose `NRN_INSTALL_PYTHON_PREFIX` as a CMake cache variable
JCGoran
added a commit
that referenced
this pull request
Nov 13, 2025
* generalize setting `RPATH` for Python components * expose `NRN_INSTALL_PYTHON_PREFIX` as a CMake cache variable
JCGoran
added a commit
that referenced
this pull request
Nov 14, 2025
* generalize setting `RPATH` for Python components * expose `NRN_INSTALL_PYTHON_PREFIX` as a CMake cache variable
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This is mostly useful for Spack builds (for instance, in EBRAINS 2.0), otherwise the path is set to the current default.
Changes:
RPATHfor Python componentsNRN_INSTALL_PYTHON_PREFIXas a CMake cache variable