Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-08-15 Thread Wolfgang Bangerth
On 8/14/21 5:00 PM, Mohammad Mahtabi wrote: I had the same issue and had installed both 9.3.0 and 9.2.0 versions of dealii from the source. After seeing your comment gave a shot to 9.1.1 and the error was resolved and the installation of the PRISMS-plasticity was successful. I should mention

Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-08-14 Thread Mohammad Mahtabi
Thank you Chen, I had the same issue and had installed both 9.3.0 and 9.2.0 versions of dealii from the source. After seeing your comment gave a shot to 9.1.1 and the error was resolved and the installation of the PRISMS-plasticity was successful. I should mention that I was installing on CentO

Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-05-26 Thread Wolfgang Bangerth
On 5/26/21 8:16 AM, SANKET KULKARNI wrote: dealii is installed successfully, I want to install prisms-plasticity software and it is showing the following errors. Sanket, that is a question you should probably ask the PRISMS people. But the proximal cause is that PRISMS Plasticity requires a sp

Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-05-26 Thread 陈敏
Hi Sanket.Kulkarni, Please check your deal.ii version, if it correspond with the deal.ii version that prisms-plasticity used. Since the header “…/tria_boundary_lib.h” have been removed in deal.ii 9.2.0. Best, Chen On Wed, May 26, 2021 at 22:16 SANKET KULKARNI wrote: > Hello, > dealii is instal

Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-05-25 Thread Matthias Maier
If you are happy with version 9.2 you could also add the following PPA: https://launchpad.net/~ginggs/+archive/ubuntu/deal.ii-9.2.0-backports and then simply install via sudo apt install libdeal.ii-dev libdeal.ii-doc cmake make g++ See https://github.com/dealii/dealii/issues/11529 This ver

Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-05-25 Thread Wolfgang Bangerth
On 5/25/21 1:51 PM, SANKET KULKARNI wrote: I am not able to figure out how to resolve this issue since I am naive in the Linux environment. Please can you help with this? My CMake command is working fine. But the make install command is showing errors. Sanket, what Marc is saying is that where

Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-05-25 Thread SANKET KULKARNI
Hello, I am not able to figure out how to resolve this issue since I am naive in the Linux environment. Please can you help with this? My CMake command is working fine. But the make install command is showing errors. On Mon, May 24, 2021 at 2:19 PM Marc Fehling wrote: > Sanket, > > you need to s

Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-05-24 Thread Marc Fehling
Sanket, you need to specify an installation directory with a cmake parameter as explained here . `/PATH/TO/DEALII/INSTALLATION` is just a placeholder. Best, Marc On Monday, May 24, 2021 at 12:06:02 PM UTC-6 sanketku...@gmail.com wrote:

Re: [deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-05-21 Thread Marc Fehling
Hi Sanket, Yes, you need to install g++. For ubuntu, I would encourage you to install a group of essential compilation packages via ``` sudo apt install build-essential ``` It contains the necessary compilers and a few more important tools. Best, Marc On 5/21/21 5:10 PM, SANKET KULKARNI

[deal.II] Re: Unable to Build Dealii on WSL Ubuntu 18.04

2021-05-21 Thread Marc Fehling
Hello, from your error message it appears to me that you have an `openmpi` wrapper installed on your system which doesn't know anything about the `gcc` compilers. Are you sure you have them installed? Marc On Friday, May 21, 2021 at 12:15:56 PM UTC-6 sanketku...@gmail.com wrote: > Hello, > I