Dear Prasad,

I’m glad to hear that you solved your problem. I must say, though, that the 
problem and the solution only seems to me to be tangentially related.  Although 
neither you, I, nor probably anyone else could have guessed from the cryptic 
and nondescript error message, you were probably missing some critical core 
package required to build the library. Many of these dependencies would be 
installed via

sudo apt-get install build-essential  

but it could be that something else is required. Here, for example, is a list 
of the packages assumed to be installed when building deal.II using Candi.

https://github.com/dealii/candi/blob/master/deal.II-toolchain/platforms/supported/ubuntu20.platform#L6-L10

Note through that many of these packages would only be required by the 
dependencies (e.g. Trilinos). The key one there is, again, probably 
build-essential . But this is just speculation - I currently don’t have an 
Ubuntu installation with to test my suspicion. But I thought I’d just share my 
thoughts in case someone else hits the same problem and spots this thread while 
looking for a solution.

Best,
Jean-Paul

> On 03 Jun 2020, at 19:24, Prasad Adhav <prasada001...@gmail.com> wrote:
> 
> 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 
> <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/ 
> <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 dealii+unsubscr...@googlegroups.com 
> <mailto: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
>  
> <https://groups.google.com/d/msgid/dealii/8ff0c50c-0433-4ed3-950b-fb2b1f754f96%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/BB595056-46A2-4732-A1D0-88CAF30CEBBF%40gmail.com.

Reply via email to