Installing getfem++ from the source code under Linux and python 3 environment.
I had had a problem installing getfem++ with python 3. And here is the solution Environment OS : Ubuntu 18.04 x64 under Windows Subsystem for Linux (WSL) Python : Python 3.7.6 (under Anaconda) getfem : getfem++ 5.3 1. Install dependencies and Anaconda sudo apt install libatlas-base-dev libblas-dev liblapack-dev libmumps-seq-dev libqhull-dev gfortran https://docs.anaconda.com/anaconda/install/linux/ 2. Download getfem++ from getfem download page http://getfem.org/download.html 3. Build library make (see also http://getfem.org/install/install_linux.html ) 4. Install library sudo make install (see also http://getfem.org/install/install_linux.html ) 5. Check getfem python package location * The file name of the shared library file may differ depending on your python and Linux version. After installing library and I tried to run demo file in (getfem install directory/interface/tests/python). But it immediately displayed an error message No mo...
댓글
댓글 쓰기