I was able to solve the issue by installing *trilinos-all-dev.*

~$ *sudo apt-get update -y*
~$ *sudo apt-get install -y trilinos-all-dev*

Download Deal.ii
Moved it to bin

~/bin$ *tar -xvf deal.II-9.1.1.tar.gz*
~/bin/dealii-9.1.1$ *mkdir build*
~/bin/dealii-9.1.1$ *cd build*
~/bin/dealii-9.1.1/build$ *cmake 
-DCMAKE_INSTALL_PREFIX=/home/prasad/bin/deal.II ..*
~/bin/dealii-9.1.1/build$ *make install*
~/bin/dealii-9.1.1/build$ *make test*

prasad@XDEM-laptop:~/bin/dealii-9.1.1/build$ make test 
Scanning dependencies of target test 
Running quicktests... 
Test project /home/prasad/bin/dealii-9.1.1/build/tests/quick_tests 
   Start 1: step.debug 
   Start 2: step.release 
   Start 3: affinity.debug 
   Start 4: tbb.debug 
   Start 5: lapack.debug 
   Start 6: umfpack.debug 
   Start 7: boost_zlib.debug 
   Start 8: gmsh.debug 
1/8 Test #5: lapack.debug .....................   Passed   34.73 sec 
2/8 Test #4: tbb.debug ........................   Passed   38.34 sec 
3/8 Test #8: gmsh.debug .......................   Passed   44.55 sec 
4/8 Test #7: boost_zlib.debug .................   Passed   44.97 sec 
5/8 Test #3: affinity.debug ...................   Passed   44.98 sec 
6/8 Test #6: umfpack.debug ....................   Passed   48.18 sec 
7/8 Test #2: step.release .....................   Passed   52.11 sec 
8/8 Test #1: step.debug .......................   Passed   54.85 sec 

100% tests passed, 0 tests failed out of 8 

Total Test time (real) =  54.85 sec 
Built target test


On Monday, April 27, 2020 at 11:27:31 AM UTC+2, Prasad Adhav wrote:
>
> Hello,
>
> I am trying to install deal.ii for the first time.
> I followed the instructions on the readme page(
> https://www.dealii.org/current/readme.html)
>
> I use the following for cmake and it worked fine:
>
> prasad@XDEM-laptop:~/Downloads/dealii-9.1.1/build$ cmake 
> -DCMAKE_INSTALL_PREFIX=/home/
> prasad/Downloads/dealii-9.1.1/dealii_install/ ..
>
> Then I tried to do `make`, `make info` and `make install`, I get a similar 
> error as follows:
> prasad@XDEM-laptop:~/Downloads/dealii-9.1.1/build$ make info 
> make: *** No rule to make target 'info'.  Stop.
>
> prasad@XDEM-laptop:~/Downloads/dealii-9.1.1/build$ make install 
> make: *** No rule to make target 'install'.  Stop.
>
> I apologize if this was already posted, in my search I did not find any 
> questions similar to this.
> Can anyone help with this?
> Thank you.
>
>
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/8ff0c50c-0433-4ed3-950b-fb2b1f754f96%40googlegroups.com.

Reply via email to