-
Notifications
You must be signed in to change notification settings - Fork 204
REFACTOR: Delete LD_LIBRARY_PATH definition #6883
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6883 +/- ##
===========================================
- Coverage 83.51% 28.50% -55.01%
===========================================
Files 246 246
Lines 77863 77875 +12
===========================================
- Hits 65025 22201 -42824
- Misses 12838 55674 +42836 🚀 New features to boost your workflow:
|
SMoraisAnsys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this great changes @Samuelopez-ansys I left minor comments.
@svandenb-dev I think this might also be something of interest for pyedb's repo :)
Co-authored-by: Sébastien Morais <[email protected]>
Description
PyAEDT needs to define LD_LIBRARY_PATH to work in Linux, but this can ba avoided if PyAEDT loads the needed DLLs. This is needed because this variable is used by other libraries like vtk, and it is starting to have too many conflicts.
Issue linked
Close #6878
Checklist