-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge of to_nest() and nest_install() #503
Comments
See also #480 |
One potential solution could be:
Side points:
|
Are there plans to make NESTML not NEST specific? Given the name this seems like a strange idea ^^" |
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to_nest()
requires the user to specify the directory where generated code will be written into. The same directory needs to be specified as a parameter toinstall_nest()
. If these functions are merged, and the user does not particularly care where the model is generated, there should be no need to specify a target path.The target location should default to a place where NEST can find the generated
.so
file without additional specification ofLD_LIBRARY_PATH
. Possibly,nest-config
should be interrogated for the requisite path.The text was updated successfully, but these errors were encountered: