Skip to content

Commit

Permalink
setup.py: configure RX3D for hoc_module
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Mar 16, 2023
1 parent e631662 commit 8e38104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def setup_package():
"-DNRN_ENABLE_CORENEURON=" + ("ON" if Components.CORENRN else "OFF"),
"-DNRN_ENABLE_INTERVIEWS=" + ("ON" if Components.IV else "OFF"),
"-DIV_ENABLE_X11_DYNAMIC=" + ("ON" if Components.IV else "OFF"),
"-DNRN_ENABLE_RX3D=OFF", # Never build within CMake
"-DNRN_ENABLE_RX3D=" + ("ON" if Components.RX3D else "OFF"),
"-DNRN_ENABLE_MPI=" + ("ON" if Components.MPI else "OFF"),
"-DNRN_ENABLE_MPI_DYNAMIC=" + ("ON" if Components.MPI else "OFF"),
"-DNRN_ENABLE_PYTHON_DYNAMIC=ON",
Expand Down

0 comments on commit 8e38104

Please sign in to comment.