Skip to content

Commit

Permalink
Enable UWUW library when building with DAGMC in CI (#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise authored Jan 7, 2025
1 parent 5ad1a4a commit 8c7200f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/gha-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8c7200f

Please sign in to comment.