You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test in ChemicalKinetics executes successfully on my computer, but fails on the travis server because of missing dependencies (the Sundials library needs to get installed before running the tests). Perhaps BinDeps can help sort this out.
The text was updated successfully, but these errors were encountered:
I got Sundials to build, mostly, with MinGW and posted Windows binaries, but I need some further grepping to hunt down an undefined reference to get one of the libraries to build. For Linux we can probably do basic autotools configure, make. There's a rather simple Homebrew formula for Sundials https://github.com/Homebrew/homebrew/blob/master/Library/Formula/sundials.rb that could potentially be used to make Mac binaries if users aren't expected to have compilers installed.
The test in
ChemicalKinetics
executes successfully on my computer, but fails on the travis server because of missing dependencies (the Sundials library needs to get installed before running the tests). PerhapsBinDeps
can help sort this out.The text was updated successfully, but these errors were encountered: