On Thu, Apr 12, 2018, at 14:48 CDT, Stephen DeWitt <[email protected]> wrote:
> Hi Matthias, > Ok, that makes sense. > > I think I have both libdeal.ii and libdeal.ii-dev, at least that's what > apt-get tells me if I try to install libdeal.ii-dev seperately, although I > haven't figured out how to use the dev version rather than the > auto-detected release version. Only the 8.4.1 release is currently packaged for Debian and Ubuntu. Given the fact that you already installed all dependencies, you can simply fetch and build the development version via something like: $ git clone https://github.com/dealii/dealii $ mkdir dealii/build $ cd dealii/build $ cmake -DWITH_MPI=ON .. $ make -j<n> (where <n> is the number of parallel builds.) I will try to fix the binary version installed in Ubuntu. Thanks for reporting! Matthias -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
