Re: [deal.II] Re: Deal.ii insttallation issues

2020-04-09 Thread Malik Tahiyat
Dear Professor Bangerth,

Thank you very much for your reply. Removing all and redoing everything 
definitely did the trick. Everything seems to work now.

I only did the following changes though I am not sure how useful they are: 
1. I used tar xvf instead of gunzip & tar 
2. while naming directory using home/projects/deal_installed was giving an 
error. Shifting to ~/projects.deal_installed had success

Thank you so much everyone for your kind support.


On Thursday, April 9, 2020 at 5:59:15 PM UTC-4, Wolfgang Bangerth wrote:
>
> On 4/9/20 3:26 PM, Malik Tahiyat wrote: 
> > 
> > I am very confused what the problem is. The issue happens with the 
> install 
> > prefix line. 
>
> Start from scratch. Delete the directory that you are currently working 
> in, 
> copy the .tar.gz file, and then write down *every* command you issue and 
> error 
> you get as a result. Then show us this list of commands + errors. Maybe 
> one of 
> us will see what the problem is! 
>
> Best 
>   W. 
>
> -- 
>  
> Wolfgang Bangerth  email: bang...@colostate.edu 
>  
> www: http://www.math.colostate.edu/~bangerth/ 
>
>

-- 
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/d2ce3daf-954f-4cc6-8341-132801b58388%40googlegroups.com.


Re: [deal.II] Re: Deal.ii insttallation issues

2020-04-09 Thread Wolfgang Bangerth

On 4/9/20 3:26 PM, Malik Tahiyat wrote:


I am very confused what the problem is. The issue happens with the install 
prefix line.


Start from scratch. Delete the directory that you are currently working in, 
copy the .tar.gz file, and then write down *every* command you issue and error 
you get as a result. Then show us this list of commands + errors. Maybe one of 
us will see what the problem is!


Best
 W.

--

Wolfgang Bangerth  email: bange...@colostate.edu
   www: http://www.math.colostate.edu/~bangerth/

--
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/67349542-973f-e5ba-5d70-101b44523f2f%40colostate.edu.


Re: [deal.II] Re: Deal.ii insttallation issues

2020-04-09 Thread Bruno Turcksin
I have you tried writing the full path instead of using ~ I am not
sure CMake knows how to expand it.

Le jeu. 9 avr. 2020 à 17:27, Malik Tahiyat
 a écrit :
>
> I did try it actually before. Still no results.
>
> I am very confused what the problem is. The issue happens with the install 
> prefix line.
>
> On Thu, Apr 9, 2020, 5:18 PM Bruno Turcksin  wrote:
>>
>> I wonder if there is a problem because of the . in the directory name.
>> Can you try to rename the directories?
>>
>>
>> Le jeu. 9 avr. 2020 à 16:27, Malik Tahiyat
>>  a écrit :
>> >
>> > Yes it does.
>> >
>> > On Thu, Apr 9, 2020, 2:49 PM Bruno Turcksin  
>> > wrote:
>> >>
>> >> Le jeu. 9 avr. 2020 à 14:34, Malik Tahiyat
>> >>  a écrit :
>> >> >
>> >> > I get the error : "Make Error: The source directory 
>> >> > "/home/malik/dealii-9.1.1" does not exist." in step 3
>> >> Does "/home/malik/dealii-9.1.1" contain a CMakeLists.txt file?
>> >>
>> >> Bruno
>> >>
>> >> --
>> >> 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/CAGVt9eNQiUPUSaYjozNx7t4KaPLfyvNu8JuypFVu62DsWHyzmw%40mail.gmail.com.
>> >
>> > --
>> > 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 a topic in the 
>> > Google Groups "deal.II User Group" group.
>> > To unsubscribe from this topic, visit 
>> > https://groups.google.com/d/topic/dealii/MPtPbN7yc2k/unsubscribe.
>> > To unsubscribe from this group and all its topics, send an email to 
>> > dealii+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/dealii/CAA_-CQaoi%2BKid%3D%2B2jFQYAxpquSi-eb-zHmiT7aGPhh5uxtCHug%40mail.gmail.com.
>>
>> --
>> 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/CAGVt9eM6GE4tEe9qQUZ8_%2B1Pwxns_dnXdddKoxU%2Bh5praq7izA%40mail.gmail.com.
>
> --
> 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 a topic in the Google 
> Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/dealii/MPtPbN7yc2k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> dealii+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dealii/CAA_-CQZ7rb8%3D1pKKgQZLYDjTusSmMm_viERMNBP8z1THihObOg%40mail.gmail.com.

-- 
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/CAGVt9ePUMwka5rYfQ8iqs7SJ3ga%3DKcvP4Z2hQHFLaGpse1kdUg%40mail.gmail.com.


Re: [deal.II] Re: Deal.ii insttallation issues

2020-04-09 Thread Malik Tahiyat
I did try it actually before. Still no results.

I am very confused what the problem is. The issue happens with the install
prefix line.

On Thu, Apr 9, 2020, 5:18 PM Bruno Turcksin 
wrote:

> I wonder if there is a problem because of the . in the directory name.
> Can you try to rename the directories?
>
>
> Le jeu. 9 avr. 2020 à 16:27, Malik Tahiyat
>  a écrit :
> >
> > Yes it does.
> >
> > On Thu, Apr 9, 2020, 2:49 PM Bruno Turcksin 
> wrote:
> >>
> >> Le jeu. 9 avr. 2020 à 14:34, Malik Tahiyat
> >>  a écrit :
> >> >
> >> > I get the error : "Make Error: The source directory
> "/home/malik/dealii-9.1.1" does not exist." in step 3
> >> Does "/home/malik/dealii-9.1.1" contain a CMakeLists.txt file?
> >>
> >> Bruno
> >>
> >> --
> >> 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/CAGVt9eNQiUPUSaYjozNx7t4KaPLfyvNu8JuypFVu62DsWHyzmw%40mail.gmail.com
> .
> >
> > --
> > 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 a topic in the
> Google Groups "deal.II User Group" group.
> > To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dealii/MPtPbN7yc2k/unsubscribe.
> > To unsubscribe from this group and all its topics, send an email to
> dealii+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/dealii/CAA_-CQaoi%2BKid%3D%2B2jFQYAxpquSi-eb-zHmiT7aGPhh5uxtCHug%40mail.gmail.com
> .
>
> --
> 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/CAGVt9eM6GE4tEe9qQUZ8_%2B1Pwxns_dnXdddKoxU%2Bh5praq7izA%40mail.gmail.com
> .
>

-- 
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/CAA_-CQZ7rb8%3D1pKKgQZLYDjTusSmMm_viERMNBP8z1THihObOg%40mail.gmail.com.


Re: [deal.II] Re: Deal.ii insttallation issues

2020-04-09 Thread Bruno Turcksin
I wonder if there is a problem because of the . in the directory name.
Can you try to rename the directories?


Le jeu. 9 avr. 2020 à 16:27, Malik Tahiyat
 a écrit :
>
> Yes it does.
>
> On Thu, Apr 9, 2020, 2:49 PM Bruno Turcksin  wrote:
>>
>> Le jeu. 9 avr. 2020 à 14:34, Malik Tahiyat
>>  a écrit :
>> >
>> > I get the error : "Make Error: The source directory 
>> > "/home/malik/dealii-9.1.1" does not exist." in step 3
>> Does "/home/malik/dealii-9.1.1" contain a CMakeLists.txt file?
>>
>> Bruno
>>
>> --
>> 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/CAGVt9eNQiUPUSaYjozNx7t4KaPLfyvNu8JuypFVu62DsWHyzmw%40mail.gmail.com.
>
> --
> 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 a topic in the Google 
> Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/dealii/MPtPbN7yc2k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> dealii+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dealii/CAA_-CQaoi%2BKid%3D%2B2jFQYAxpquSi-eb-zHmiT7aGPhh5uxtCHug%40mail.gmail.com.

-- 
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/CAGVt9eM6GE4tEe9qQUZ8_%2B1Pwxns_dnXdddKoxU%2Bh5praq7izA%40mail.gmail.com.


Re: [deal.II] Re: Deal.ii insttallation issues

2020-04-09 Thread Malik Tahiyat
Yes it does.

On Thu, Apr 9, 2020, 2:49 PM Bruno Turcksin 
wrote:

> Le jeu. 9 avr. 2020 à 14:34, Malik Tahiyat
>  a écrit :
> >
> > I get the error : "Make Error: The source directory
> "/home/malik/dealii-9.1.1" does not exist." in step 3
> Does "/home/malik/dealii-9.1.1" contain a CMakeLists.txt file?
>
> Bruno
>
> --
> 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/CAGVt9eNQiUPUSaYjozNx7t4KaPLfyvNu8JuypFVu62DsWHyzmw%40mail.gmail.com
> .
>

-- 
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/CAA_-CQaoi%2BKid%3D%2B2jFQYAxpquSi-eb-zHmiT7aGPhh5uxtCHug%40mail.gmail.com.


Re: [deal.II] Re: Deal.ii insttallation issues

2020-04-09 Thread Bruno Turcksin
Le jeu. 9 avr. 2020 à 14:34, Malik Tahiyat
 a écrit :
>
> I get the error : "Make Error: The source directory 
> "/home/malik/dealii-9.1.1" does not exist." in step 3
Does "/home/malik/dealii-9.1.1" contain a CMakeLists.txt file?

Bruno

-- 
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/CAGVt9eNQiUPUSaYjozNx7t4KaPLfyvNu8JuypFVu62DsWHyzmw%40mail.gmail.com.