mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Building DAGMC tally library.
This commit is contained in:
parent
095503f85a
commit
a928ef0f31
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ def build_dagmc():
|
|||
mkcd('build')
|
||||
|
||||
dagmc_install_dir = home_dir + "/" + 'DAGMC'
|
||||
cmake_cmd = ['cmake', '../dagmc', '-DCMAKE_INSTALL_PREFIX='+dagmc_install_dir]
|
||||
cmake_cmd = ['cmake', '../dagmc', '-DCMAKE_INSTALL_PREFIX='+dagmc_install_dir, '-DBUILD_TALLY=ON']
|
||||
subprocess.check_call(cmake_cmd)
|
||||
|
||||
subprocess.check_call(['make','-j'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue