ML4GW / pinto

Job environment management and execution tool
0 stars 3 forks source link

making ld lib override optional #39

Closed alecgunny closed 1 year ago

alecgunny commented 1 year ago

Adds an option to project configs that turns on or off appending the base conda lib directory to the LD_LIBRARY_PATH. It would look like

[tool.pinto]
conda = {append_base_ld_library_path = true}  # default is false