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 to 16.04, I faced similar pro
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] E
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 > wrot
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 to a
nonexistent file).
Hav
This is probably a really simple question to answer, but I haven't found
the fix yet.
I recently upgraded my Ubuntu distribution to 16.04 and I'm trying to
recompile deal.II (version 8.3) for the new OS. Note that I'm using version
3.4 of CMake which comes packaged with Ubuntu 16.04. Everything