Enable UWUW library when building with DAGMC in CI (#3246)

This commit is contained in:
Patrick Shriwise 2025-01-07 17:31:25 -06:00 committed by GitHub
parent 5ad1a4aa1e
commit 8c7200fad3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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