Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Next version
**Changed:**

* Using multi stage Dockerfile to reduce the number of Dockerfile (#813)
* Correction to CMake variable name in OpenMC install instructions (#817)


v3.2.2
Expand Down
2 changes: 1 addition & 1 deletion doc/install/openmc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ From the build directory, run::

$ cmake ../src -DMOAB_DIR=$HOME/dagmc_bld/MOAB \
-DBUILD_TALLY=ON \
-DCMAKE_INSTALL_PATH=$INSTALL_PATH
-DCMAKE_INSTALL_PREFIX=$INSTALL_PATH

If the CMake configuration proceeded successfully, you are now ready to install
DAGMC.
Expand Down