build SOFA on the Centos 7.0 system? #5496
-
|
Hi everyone! I want to build SOFA on the Centos 7.0 system, but I noticed such a sentence on the build page in the document: "SOFA policy is to support only the latest Ubuntu LTS." The Centos system is our workstation, and its computing speed is faster than the ubuntu I'm currently using. So I want to know if it is feasible to build SOFA on the Centos 7.0 system? If it doesn't work, are there any suggested methods? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hello, Problem is, in your case, that Centos7 is quite out-dated and its development packages are (very) old.
So the solution for you are:
I would suggest:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi, Lines 24 to 30 in ab70568 If you need other SOFA plugins that are not supported yet in this file, you can try to install its conda package or if not available, compile it from source, but in this case, you should install them inside your conda environment at cmake configure: cmake -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX.
|
Beta Was this translation helpful? Give feedback.
If you haven't installed a conda distribution in your system yet, consider using conda-forge supported distributions (such as miniforge https://github.com/conda-forge/miniforge?tab=readme-ov-file#requirements-and-installers ) and avoid anaconda ones.