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 <andrew....@gmail.com> 
>> 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 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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to