Re: [deal.II] Re: errors when installing dealii-8.4.1 after successful cmake configuation

2017-09-14 Thread Nitish Anand
Thanks for your reply Wolfgang. PETSc-3.5.4 and SLEPc-3.5.4 were the only pairs that finally compiled for me. Now it works well. On Thursday, September 14, 2017 at 3:16:54 PM UTC+2, Wolfgang Bangerth wrote: > > On 09/14/2017 06:13 AM, Nitish Anand wrote: > > /usr/include/slepc/slepceps.h: In

Re: [deal.II] Re: errors when installing dealii-8.4.1 after successful cmake configuation

2017-09-14 Thread Wolfgang Bangerth
On 09/14/2017 06:13 AM, Nitish Anand wrote: /usr/include/slepc/slepceps.h: In function ‘PetscErrorCode EPSViewFromOptions(EPS, PetscObject, const char*)’: /usr/include/slepc/slepceps.h:203:158: error: cannot convert ‘PetscObject {aka _p_PetscObject*}’ to ‘const char*’ for argument ‘2’ to ‘PetscE

[deal.II] Re: errors when installing dealii-8.4.1 after successful cmake configuation

2017-09-14 Thread Nitish Anand
Hi Bruno, I am using PETSc 3.6 with SLEPc 3.6 to compile deal-ii. However, I get the following error: In file included from /home/nitish/Softwares/dealii/include/deal.II/lac/slepc_spectral_transformation.h:29:0, from /home/nitish/Softwares/dealii/include/deal.II/lac/slepc_solve

[deal.II] Re: errors when installing dealii-8.4.1 after successful cmake configuation

2016-06-13 Thread Bruno Turcksin
Hi, we don't support PETSc 3.7 yet https://github.com/dealii/dealii/issues/2677 Use PETSc 3.6 instead. Best, Bruno On Monday, June 13, 2016 at 5:02:50 AM UTC-4, Roc Wang wrote: > > Hi, > >I configured cmake successfully, the detaled cmake configuration is > attached. > >However, I got