Skip to content

Commit

Permalink
Exclude broken GprReactor from CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschalz committed Mar 23, 2023
1 parent 0dad16d commit 0391c27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ SET(STUB_INCLUDE_DIRS ${STUB_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS})
MESSAGE(STATUS "Finding and including submodules.")

# Find Niels Lohmann's 'JSON for Modern C++' package
FIND_PACKAGE(nlohmann_json REQUIRED)
#FIND_PACKAGE(nlohmann_json REQUIRED)

# The line below does not work!
# For unknown reasons, CMake does not find the include directories
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ using constant overall stage separation factors while Ref 2 gives a new
physically founded approach to calculating said separation factors.

## GprReactor
:rotating_light: Please note that this module does not work at the moment.
I do not manage to correctly include the JSON dependency in the build system and
will have to investigate this further or even remove this package entirely.
For updates see [issue #6](https://github.com/Nuclear-Verification-and-Disarmament/miso_enrichment/issues/6).

### Requirements
This facility needs Niels Lohmann's [JSON for Modern C++](https://json.nlohmann.me/)
library. It can be downloaded from his [GitHub repository](https://github.com/nlohmann/json)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USE_CYCLUS("misoenrichment" "enrichment_calculator")
USE_CYCLUS("misoenrichment" "miso_helper")
USE_CYCLUS("misoenrichment" "flexible_input")

USE_CYCLUS("misoenrichment" "gpr_reactor")
#USE_CYCLUS("misoenrichment" "gpr_reactor")

INSTALL_CYCLUS_MODULE("misoenrichment" "./")

Expand Down

0 comments on commit 0391c27

Please sign in to comment.