mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Adding DAGMC to LD_LIBRARY_PATH.
This commit is contained in:
parent
789d66a0b1
commit
095503f85a
1 changed files with 3 additions and 0 deletions
|
|
@ -113,6 +113,9 @@ def build_dagmc():
|
|||
subprocess.check_call(['make','-j'])
|
||||
|
||||
subprocess.check_call(['make','install'])
|
||||
|
||||
# update LB_LIBRARY_PATH (so DAGMC can find MOAB)
|
||||
os.environ['LD_LIBRARY_PATH'] = dagmc_install_dir+"/lib" + ":" + ld_lib_path
|
||||
|
||||
os.chdir(current_dir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue