Dear Muhammad, This is not really a deal.II related question, but I’ll try to help you anyway.
CMake is telling you that you don’t have a Fortran compiler installed, so you should install one. You should be able to do this with “sudo apt install gfortran “. I hope that this help you. Best, Jean-Paul > On 04 Mar 2019, at 11:34, Muhammad Adil <[email protected]> wrote: > > > Hello everyone, > I am trying to run a code on version dealii-8.2.1. And I need to install the > another library of complex_bessel. > > I am executing the following commands from Readme file > > Compilation instructions > > The library uses CMake for compilation. The user should thus install CMake on > their machine. On Ubuntu and other Debian-based OSes, this can be done by > running > > sudo apt-get install cmake > The user should then run > > bash build.sh > which will create a build/ directory and run make automatically. When you are > ready to install the files, just run > > cd build > sudo make install > The library will be installed to /usr by default. To change it, you will have > to run cmake manually like so: > > cmake -DCMAKE_INSTALL_PREFIX=/path/of/install/dir > > But I am getting errors as in the attached file. > Will you please someone tell me whats wrong with this? > > Muhammad Adil > PhD Student > National Chiao Tung University > Hsinchu Taiwan > > -- > The deal.II project is located at http://www.dealii.org/ > <http://www.dealii.org/> > For mailing list/forum options, see > https://groups.google.com/d/forum/dealii?hl=en > <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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > <IMG22(9).png> -- 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.
