-
Notifications
You must be signed in to change notification settings - Fork 25
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
RRPlugins #670
RRPlugins #670
Conversation
Apart from build issues, there are few other things that needs to be done before merging:
|
The test model plugin is not working in Linux, because loadSBML is not able to load the XML file. Need to look at the issue. Also, after execution python program, there is an error message "free(): invalid pointer Aborted (core dumped)". This also needs to be fixed. For points (1) Integration of both wrapper will a bit tough mainly because of debugging issues in SWIG. For the time being, I am sticking with CPython wrapper and keep the integration of wrapper as the long term goal. |
I looked at all the bits that aren't in the rrplugins/ directory, and there are only a couple changes I would make:
I can make the changes myself if you want. Thank you! |
Fix: Modified the CMakeLists to make it a proper fix. Now we don't need to include the rrVersionInfo.h.
|
I also found this problem in my own branch--logging to debug is OK, but logging to stderr, as you noted, is not. This should make your and my changes compatible.
Thank you for fixing this. Anything else from my side, I need to fix it? |
Looks good! Thank you so much! |
This pull request is done under GSoC 2020. Some major points are as follows: