On 04/27/2018 01:28 AM,
cxmai...@gmail.com wrote:
> @davydden But after I finish configure the dealii:
>
> |
> sudo cmake -DCMAKE_INSTALL_PREFIX=/home/chenxi/DealIInew
It's generally a bad idea to do anything with 'sudo'. In your case, you
are installing into your home directory, so it is not even necessary here.
> But I still got some warnings:
>
>
> |
> WARNING:Target"deal_II.g"requests linking to directory
> "/usr/lib/x86_64-linux-gnu/hdf5/serial/lib".Targetsmay link only to
> libraries.CMakeisdropping the item.
I don't know where they come from, but these are just warnings. You can
ignore them. As long as....
> But it works when I use make install to install dealii
...it works, you should be fine. Can you run any of the tutorial programs?
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/