On Tue, Jul 22, 2014 at 12:38 PM, Johannes Ring <[email protected]> wrote: > On Tue, Jul 22, 2014 at 12:29 PM, Benjamin Kehlet <[email protected]> wrote: >> The only argument I see for waiting is that we don't have >> Debian/Ubuntu packages available from the FEniCS PPA. I know Johannes >> had a look at that, but I don't know the details. He can - if not on >> holiday - comment more on this. > > The Debian packages for mshr are more or less ready. I will try to do > some testing and upload them to a PPA today.
I have uploaded packages to the FEniCS experimental PPA. Installing the "fenics" meta package will now also install the mshr packages. The following command will add the necessary PPAs and install the packages: sudo add-apt-repository -y ppa:fenics-packages/fenics && \ sudo add-apt-repository -y ppa:fenics-packages/fenics-exp && \ sudo apt-get update && \ sudo apt-get -y install fenics Downgrading to the packages from the FEniCS PPA can be done by running sudo ppa-purge ppa:fenics-packages/fenics-exp Note that the new packages are currently only available for Ubuntu 14.04 (trusty). Johannes _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
