Re: [deal.II] Could not find LAPACK library

2016-09-24 Thread Andrew Lambe
e initial versions of BLAS and LAPACK packaged with Ubuntu are sufficient. I ran a clean build and everything works as expected. On Thursday, September 22, 2016 at 1:22:14 PM UTC-4, Andrew Lambe wrote: > > Here it is: > > andrew@andrew-apple-laptop:~/dealii-8.3.0/build$ ls -l /usr/lib/lib

Re: [deal.II] compiling error "No rule to make target"

2016-09-21 Thread Andrew Lambe
That seems to have been the issue. I had to install libblas-dev, liblapack-dev, and libatlas-base-dev but the program installs normally now. Thanks, Andrew On Wednesday, September 21, 2016 at 11:40:59 AM UTC-4, Matthias Maier wrote: > > > On Wed, Sep 21, 2016, at 10:08 CDT, And

Re: [deal.II] Could not find LAPACK library

2016-09-22 Thread Andrew Lambe
> On 09/22/2016 11:13 AM, Andrew Lambe wrote: > > I'm trying to include the bundled UMFPACK package in my deal.II > > installation, but when I switch the options DEAL_II_WITH_LAPACK and > > DEAL_II_WITH_UMFPACK on, I get a weird error from CMake that the LAPACK > >