Updates for building with NCrystal support (and fix CI) (#3274)

This commit is contained in:
Thomas Kittelmann 2025-02-11 15:18:27 +01:00 committed by GitHub
parent 7e033b25ad
commit 27ce2ceee3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 33 additions and 76 deletions

View file

@ -287,9 +287,8 @@ Prerequisites
Adding this option allows the creation of materials from NCrystal, which
replaces the scattering kernel treatment of ACE files with a modular,
on-the-fly approach. To use it `install
<https://github.com/mctools/ncrystal/wiki/Get-NCrystal>`_ and `initialize
<https://github.com/mctools/ncrystal/wiki/Using-NCrystal#setting-up>`_
NCrystal and turn on the option in the CMake configuration step::
<https://github.com/mctools/ncrystal/wiki/Get-NCrystal>`_ NCrystal and
turn on the option in the CMake configuration step::
cmake -DOPENMC_USE_NCRYSTAL=on ..