Lucian Smith

Results 113 comments of Lucian Smith

Coming back to this: it occurs to me that this must be already possible with the initial assignment converter: if all initial assignments in the model are converted to doubles,...

(Tagging this as 'bug' because the 5.19.0 docs don't currently build.)

That worked! Or at least, I could make it work. I had to 'FORCE' the expat library settings; apparently I need to FORCE anything in libsbml I want to set...

If I leave them out entirely, they aren't defined, and libsbml won't compile, complaining that it doesn't know where 'zconf.h' is. If I put them in like I had originally,...

I had just made my own branch and used that forever, but I'm now trying to revert back to 'development'. It seems that everything now mostly works, except that the...

I like Frank's solution better than anything else, because libsbml documents can be edited, which could invalidate any internal hashmap any time any object is added or removed, and when...

That's great! Does this happen when you do a 'make install' from libsbml?

So, we should remove the python installation from core libsbml? As it is, with no __init__.py file, it doesn't work.

The current install does not work--it does not copy the required ```__init__.py``` file to the installation directory.

And I guess that brings us back to my initial request. While creating a python-libsbml project is nice and all, if core libsbml is going to claim that it will...