On Tue, May 25, 2010 at 12:12 PM, Garth N. Wells <[email protected]> wrote: > > > On 25/05/10 11:06, Johannes Ring wrote: >> >> On Sat, May 22, 2010 at 2:39 PM, Garth N. Wells<[email protected]> wrote: >>> >>> The dolfin::Extrapolation class now depends on Armadillo, >>> >>> http://arma.sourceforge.net/ >>> >>> For Debian/Ubuntu users, 'apt-get install libarmadillo-dev' is all that's >>> needed. >>> >>> Johannes: can you add a check to the build system, and make >>> libarmadillo-dev >>> a dependency for the Debian/Ubuntu packages? >> >> I have this almost ready, however I was just wondering whether the >> dependency on Armadillo should be optional or not? I guess it's not >> optional but it would be good to get it confirmed before I add the >> check. >> > > It's a bit messy making things optional with ifdefs and the like, and it > complicates testing, so let's make it required.
OK, it is now added as a required dependency. Note that I have only tested it with Armadillo 0.6.10 (yet). Johannes > Garth > >> Johannes >> >>> Harish: can you take care of updating DORSAL? >>> >>> Garth >>> >>> >>> _______________________________________________ >>> Mailing list: https://launchpad.net/~dolfin >>> Post to : [email protected] >>> Unsubscribe : https://launchpad.net/~dolfin >>> More help : https://help.launchpad.net/ListHelp >>> > > _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

