Skip to content
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

Use BinDeps to install Sundials before travis test #6

Closed
papamarkou opened this issue Feb 27, 2014 · 2 comments
Closed

Use BinDeps to install Sundials before travis test #6

papamarkou opened this issue Feb 27, 2014 · 2 comments

Comments

@papamarkou
Copy link
Contributor

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.

@tkelman
Copy link
Contributor

tkelman commented May 28, 2014

Some discussion on this here https://groups.google.com/forum/#!topic/julia-users/9H3rjxsQT-0

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.

@acroy
Copy link
Contributor

acroy commented Jun 12, 2014

I guess we can close this issue since we now have BinDeps integration via #12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants