Skip to content

Commit

Permalink
setup.py: configure RX3D for hoc_module (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu authored and JCGoran committed Jan 12, 2024
1 parent 49fa38e commit 32c5c7c
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 @@ -450,7 +450,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 32c5c7c

Please sign in to comment.