mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Enable UWUW library when building with DAGMC in CI (#3246)
This commit is contained in:
parent
5ad1a4aa1e
commit
8c7200fad3
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ def install(omp=False, mpi=False, phdf5=False, dagmc=False, libmesh=False, ncrys
|
|||
|
||||
if dagmc:
|
||||
cmake_cmd.append('-DOPENMC_USE_DAGMC=ON')
|
||||
cmake_cmd.append('-DOPENMC_USE_UWUW=ON')
|
||||
dagmc_path = os.environ.get('HOME') + '/DAGMC'
|
||||
cmake_cmd.append('-DCMAKE_PREFIX_PATH=' + dagmc_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue