Ryan Mast
Ryan Mast
Based on usage for a quick survey of packages installed on LC (boost, jsoncpp, cereal, llvm, antlr, theora, SDL) it looks like having all of the headers in a subfolder...
HELICS 3.0 is out now, and it looks like we did get rid of `helics-config`. I think we also updated some of the pkg-config files for HELICS, though we should...
I think more core types and single threaded cores brings up the question of at what point do some of the core types become redundant? Like for the TCP core...
Right now the naming is similar to https://cmake.org/download/ and PyPI wheels. I think some name changes were brought up before, but we didn't want to change it because it didn't...
Should we? There are some package recipes that will need updating to handle a split in naming between the changed naming convention and previous names. If we are breaking the...
If they're writing anything cross-platform to download releases, they are likely already going to have special cases to handle different operating systems. Deciding to get the download with just the...
We'll make the changes for the 2.6 release, since it will require updating package recipes/scripts in a few places.
If GridLab-D wants (or will take) it we could set their repository up with something to automate building installers for releases, and a nightly build running for a (helics-develop?) branch...
Don't worry about it not using swig -- the cached copy of the swig generated files included in the source download should be fine (I don't think you mentioned anything...
I'm having this issue, with html generated by doxygen. In my `conf.py` for RTD I add the output from doxygen using `html_extra_path`. Previously with recommonmark, `## [C++ API (doxygen)](../../doxygen/index.html)` was...