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

Do not modify LD_LIBRARY_PATH when setting install_path #17

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

schmoelder
Copy link
Contributor

@schmoelder schmoelder commented Jun 17, 2024

Previously, it was required to add <root>/lib to LD_LIBRARY_PATH because CADET-Core was not setting the RPATH correctly. This was fixed in CADET v4.4.0
Since the lib path was simply appended to os.environ['LD_LIBRARY_PATH'] this could lead to inconsistent behaviour when trying to compare different versions of CADET-Core and other versions were not properly removed.

Previously, it was required to add <root>/lib to LD_LIBRARY_PATH because
CADET-Core was not setting the RPATH correctly. This was fixed in CADET
v4.4.0
Since the lib path was simply appended to os.environ['LD_LIBRARY_PATH']
this could lead to inconsistent behaviour when trying to compare
different versions of CADET-Core and other versions were not properly
removed.
@schmoelder schmoelder requested a review from ronald-jaepel June 17, 2024 15:21
@ronald-jaepel ronald-jaepel merged commit f0d1a86 into master Jun 19, 2024
3 checks passed
@schmoelder schmoelder deleted the fix/remove_ld_library_path branch November 29, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants