Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Build Netgen on Linux (CentOS)

More
5 years 5 months ago #1196 by sgomes
Hello,

I have been trying to install Netgen on my work computer - the OS is CentOS Linux 7.

The most recent version uses python 3.7 which is not available here - so I downloaded version 6.2.1807.
It does seem to install correctly and I can generate meshes, but I cannot do anything else. I think it might be a problem related to submodules (it seems like it doesn't get the right ones?)

Another thing I noticed is that when I launch it, it doesn't load the OCC module, or the ngsolve library (which happens when I run it on my windows laprop) - the process stops before this.

Is there anything different I should be doing?

Thanks!
Susana
More
5 years 5 months ago #1197 by matthiash
Hi Susana,

I assume you compiled Netgen from source? If so, the Python version does not matter, this is only relevant for prebuilt binaries for Windows and MacOS.

Did you follow the instructions here?
ngsolve.org/docu/latest/install/installlinux.html

To update the submodules properly, execute the following:
Code:
git submodule update --init --recursive || true git submodule sync --recursive git submodule update --init --recursive

Best,
Matthias
More
5 years 5 months ago #1199 by sgomes
Thanks Matthias, that worked!

It wasn't completely clear from the documentation, but this solved the problem.

Best,
Susana
More
2 years 5 months ago #4018 by point41
Hello,

I am trying to build ngsolve on CentOS 7 and keep running into problems. Does anyone have a working build for CentOS 7 they would be able to share (ngsolve-install) ? Better yet, does anyone have a working installation script for CentOS 7 similar to the standard one for Ubuntu on the ngsolve website ngsolve.org/docu/latest/install/installlinux.html ?

Appreciate any help

Thanks and regards,

Valery
More
2 years 5 months ago #4027 by matthiash
Hi Valery,

Which version of python3 are your using on your system? (python3 --version)

We are currently working on pip-packages for netgen and ngsolve, a preliminary release will be available this week (at least for linux).

Best,
Matthias
More
2 years 5 months ago #4028 by point41
Hi Matthias,

Thanks for the reply.

I have Python 3.6.8 installed and actually managed to get the build to work in the mean time. Most of the problems I had were related to looking up the appropriate package name and version for all the required libraries, so constructing the equivalent of the Ubuntu command below for CentOS. A bit non-trivial since many of the package names are different between Ubuntu and CentOS:

sudo apt-get update && sudo apt-get -y install python3 python3-distutils python3-tk libpython3-dev libxmu-dev tk-dev tcl-dev cmake git g++ libglu1-mesa-dev liblapacke-dev

Anyway, I have a working build on CentOS 7 now and if anyone would like it I will be glad to post a link to download the directory ngsolve-install

Thanks and regards,

Valery
Time to create page: 0.155 seconds