Building DAGMC tally library.

This commit is contained in:
shriwise 2018-07-07 08:07:51 -05:00 committed by pshriwise
parent 095503f85a
commit a928ef0f31

View file

@ -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'])