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 <[email protected]> wrote: > 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] Error 2 > Makefile:83: recipe for target 'all' failed > make: *** [all] Error 2 > > The code was working before this upgrade. > (note: I compiled deal_ii with MPI, P4EST and Trilinos packages enabled.) > > Thanks. > Lisa > > > > On Wednesday, September 21, 2016 at 6:55:31 PM UTC+2, Andrew Lambe wrote: >> >> 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 <[email protected]> >>> 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 to a >>> nonexistent file). >>> >>> Have you installed the packages libblas-dev and liblapack-dev? >>> >>> >>> > If I type 'locate liblapack.so' in my terminal, I get this result: >>> > >>> > /etc/alternatives/liblapack.so.3 >>> > /etc/alternatives/liblapack.so.3gf >>> > /usr/lib/liblapack.so.3 >>> > /usr/lib/liblapack.so.3gf >>> > /usr/lib/lapack/liblapack.so.3 >>> > /usr/lib/lapack/liblapack.so.3.6.0 >>> > /usr/lib/openblas-base/liblapack.so.3 >>> > /var/lib/dpkg/alternatives/liblapack.so.3 >>> > -- > The deal.II project is located at > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.dealii.org_&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=7eYZeCgya_UVJXORSzDwPUlrRdBRcaAyZQ16vQDZTUE&s=piKs3pHklmJSFWoDsMD39JpOFIki4HYWpaMsNThDKg8&e= > > For mailing list/forum options, see > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_forum_dealii-3Fhl-3Den&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=7eYZeCgya_UVJXORSzDwPUlrRdBRcaAyZQ16vQDZTUE&s=VW9l71naiBrQ2IHPGovqmTn15G-HqfctRxWKqFjYths&e= > > --- > 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://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=7eYZeCgya_UVJXORSzDwPUlrRdBRcaAyZQ16vQDZTUE&s=2RF2Th1gv6D-bAWMPw4I0tO7FRdlWcbEBzCoOT2eSdw&e= > . -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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.
