libantioch / antioch

C++ Chemical Kinetics, Thermodynaimics, and Transport Library
https://libantioch.github.io/
Other
22 stars 17 forks source link

Have Travis actually use Eigen when testing #192

Closed pbauman closed 8 years ago

pbauman commented 8 years ago

It wasn't picking it up before, so let's point Antioch at it during Travis testing. @roystgnr mentioned failures with Eigen, so let's see if this picks them up.

pbauman commented 8 years ago

Dammit, looks like Ubuntu Precise uses Eigen 3.0.5-1 and we need >= 3.1.2 (at least, that's what configure says...).

pbauman commented 8 years ago

Looks like Trusty has Eigen 3.2.0-8. According to this page, Travis has Trusty in Beta and we can opt-in. I'll push to this branch to at least try it out and then we can discuss whether we want to keep that or not.

pbauman commented 8 years ago

OK, I can squash the last two commits into 1. I'd be in favor of merging this, if only because we pick up Eigen testing in Travis. I feel like we're a pretty vanilla build here so that the "beta" part of the Trusty servers won't hit us so much. Thoughts @roystgnr, @SylvainPlessis?

roystgnr commented 8 years ago

:+1: after the squash