Changes 📓
Changelog: https://github.com/sofa-framework/sofa/blob/v26.06/CHANGELOG.md#v260600
Diff with v25.12: v25.12...v26.06
Required dependencies 🔗
Windows
- Install Microsoft Visual C++ 2022 Redistributable.
- Install Python 3.12 + Numpy + Scipy + pybind11 if you want to use the SofaPython3 plugin or any of its dependers.
Download and install Python 3.12 (amd64).
Make sure to enable PIP installation and addition to PATH.
Then, open a console and runpython -V && python -m pip install numpy scipy pybind11==2.12.0
Linux
-
Install libopengl0
sudo apt install libopengl0 -
Install Python 3.12 + Numpy + Scipy + pybind11 if you want to use the SofaPython3 plugin or any of its dependers.
sudo apt install python3.12-dev python3.12-distutils pybind11-dev curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py python3.12 /tmp/get-pip3.py python3.12 -m pip install --upgrade pip python3.12 -m pip install numpy scipy pybind11==2.12.0
❗ Note: Linux is also distributed for Python 3.10 make sure to use the proper version of Python
MacOS
-
All core dependencies are included in the binaries.
-
Install Python 3.12 + Numpy + Scipy + pybind11 if you want to use the SofaPython3 plugin or any of its dependers.
brew install python@3.12 brew link --force python@3.12 python3 -m pip install --upgrade pip python3 -m pip install numpy scipy brew install pybind11
Check SHA256 checksums 🔒
Feel free to check SHA256 checksums of our official binaries:
- SOFA_v25.12.00_Win64.exe →
3332ee66a6d6bfbcc14af7505063d9b66a969f291e6bd018c76423602c19885a - SOFA_v25.12.00_Win64.zip →
b60889416a70e0f18638995ba53f1fadcdb1eef9c8a9936a1ed31f3523fca7b5 - SOFA_v25.12.00_Linux_Python3.12.run →
840d44dcaa3955fadf7ba16a04013f704cab705aee0477bd563b3dd9bb27494f - SOFA_v25.12.00_Linux_Python3.12.zip →
2a5c80dd012a433c36bae11ed06df701eb447387b6d2657410b2ef76ff2e32be - SOFA_v25.12.00_Linux_Python3.10.run →
c2220f529dd233455beabf07e7b65315f9029125ca6079399c954ffa686b6597 - SOFA_v25.12.00_Linux_Python3.10.zip →
129211fd01781bdd5ba3f28f1c3617a2f3792a71b62dc609cf866eec4ac745e2 - SOFA_v25.12.00_MacOS.zip →
23406dc6b520beee015aa2f2497f9d83d89cb03a3765f3b107e36d84c7db472e
Compare these sha with yours:
- Windows : on Powershell
Get-FileHash path/to/file - Ubuntu : in a terminal
sha256sum path/to/file - MacOS : in a terminal
shasum -a 256 /path/to/file
Info for developers 💻
SOFA binaries were generated using the following libraries:
| Qt | Boost | Eigen | Python | pybind11 | TinyXML2 | Glew | Zlib | libPNG | libJPEG | libTIFF | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 5.12.12 | 1.74.0 | 3.4.0 | 3.12.1 | 2.12.0 | 9.0.0 | 1.13 | 1.2.8 | 1.6.18 | 6b | 4.0.9 |
| Linux (Python 3.12) | 5.12.12 | 1.71.0 | 3.3.7 | 3.12.8 | 2.12.0 | 9.0.0 | 2.2.0 | 1.2.11 | 1.6.37 | 8c | 4.3.0 |
| Linux (Python 3.10) | 5.12.12 | 1.71.0 | 3.3.7 | 3.10.12 | 2.12.0 | 9.0.0 | 2.2.0 | 1.2.11 | 1.6.37 | 8c | 4.3.0 |
| MacOS | 5.12.8 | 1.76.0 | 3.4.0 | 3.12.4 | 2.12.0 | 10.0.0 | 2.2.0 | 1.2.11 | 1.6.37 | 9e | 4.3.0 |