rjhogan / Adept-2

Combined array and automatic differentiation library in C++
http://www.met.reading.ac.uk/clouds/adept/
Apache License 2.0
163 stars 29 forks source link

Autotools and template fixes #2

Closed kbthomp1 closed 6 years ago

kbthomp1 commented 6 years ago

I encountered the template issues with gcc v7.2.0. I'd also suggest that the test directory be added to the autotools build system, so that make check doesn't rely on the build occurring at the top level, but I didn't include those in this PR.

rjhogan commented 6 years ago

Thanks - now merged. I'm not keen to remove "test" from Makefile.am since then "make check" cannot be run from the top level. Also there was a ".template value," applied to a non-template in BinaryOperation.h. So I reverted these two changes.