[Ffc] Boost dependency

2011-10-27 Thread Garth N. Wells
Do some recent FFC changes now mean that the generated code depends on ___ Mailing list: https://launchpad.net/~ffc Post to : ffc@lists.launchpad.net Unsubscribe : https://launchpad.net/~ffc More help : https://help.launchpad.net/ListHelp

Re: [Ffc] Boost dependency

2011-10-27 Thread Martin Sandve Alnæs
We tried to make it so the dependency is only when you use the bessel functions. Or Kristian did, anyway. These functions are in tr1 on oneiric, but not on mac, and not in C++11. So boost math tr1 is more portable. Martin Den 27. okt. 2011 16.10 skrev "Garth N. Wells" følgende: > Do some recent