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

2017-04-03 Thread Timo Heister
Lisa, if you update your distribution, you need to wipe your build directories and reconfigure and recompile all dependencies. Can you please make sure you did that? On Mon, Apr 3, 2017 at 10:04 AM, Lisa Collins wrote: > Hello, > > After upgrading from Ubuntu 14.04

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

2017-04-03 Thread Lisa Collins
Hello, After upgrading from Ubuntu 14.04 to 16.04, I faced similar problem: make[2]: *** No rule to make target '/usr/lib/libmpi_f90.so', needed by 'test_step'. Stop. CMakeFiles/Makefile2:227: recipe for target 'CMakeFiles/test_step.dir/all' failed make[1]: *** [CMakeFiles/test_step.dir/all]

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, Andrew Lambe

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

2016-09-21 Thread Matthias Maier
On Wed, Sep 21, 2016, at 10:08 CDT, Andrew Lambe wrote: > This seems odd since there is a file liblapack.so in the /usr/lib/ > directory. liblapack.so is typically a symlink to a versioned shared library liblapack.so.X. It might simply be a stale symlink (pointing