Ticket #5 (new enhancement)

Opened 2 years ago

hoc.so for multiple python versions with single neuron install

Reported by: emuller Assigned to: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

Currently, since libnrnpython.la is built by the configure script (lining to the Python C API for the python version specified there), and hoc.so is generated by setup.py, which links against libnrnpython.la, it is not supported to have hoc.so installed for multiple python versions without multiple neuron configure/make/installs. This could be remedied if the "nrniv -python" feature was removed in favour of the hoc.so solution. However, ticket #4 should be resolved first.