From fe71184aa5b4e105108a6ca4d87eff54806b7631 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 13 Jul 2022 12:22:24 -0500 Subject: [PATCH 1/2] Correcting CMake variable name in OpenMC installation instructions --- doc/install/openmc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/openmc.rst b/doc/install/openmc.rst index cc403dc5e5..67948cde11 100644 --- a/doc/install/openmc.rst +++ b/doc/install/openmc.rst @@ -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. From fa1f007d510e9f3f9335bacf3ff1848b8aa971a4 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 13 Jul 2022 12:27:11 -0500 Subject: [PATCH 2/2] Changelog --- doc/CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CHANGELOG.rst b/doc/CHANGELOG.rst index 0cbcc6a5e1..f967d3c2d3 100644 --- a/doc/CHANGELOG.rst +++ b/doc/CHANGELOG.rst @@ -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