Changes
Changelog: https://github.com/sofa-framework/sofa/blob/v24.06/CHANGELOG.md#v240600
Diff with v23.12: v23.12...v24.06
Required dependencies
Windows
- Install Microsoft Visual C++ 2022 Redistributable.
- Install Python 3.10 + Numpy + Scipy + pybind11 if you want to use the SofaPython3 plugin or any of its dependers.
Download and install Python 3.10 (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.9.1
Linux
-
Install libopengl0
sudo apt install libopengl0
-
Install Python 3.10 + Numpy + Scipy + pybind11 if you want to use the SofaPython3 plugin or any of its dependers.
sudo apt install python3.10-dev python3.10-distutils pybind11-dev curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py python3.10 /tmp/get-pip3.py python3.10 -m pip install --upgrade pip python3.10 -m pip install numpy scipy pybind11==2.9.1
MacOS
-
All core dependencies are included in the binaries.
-
Install Python 3.10 + Numpy + Scipy + pybind11 if you want to use the SofaPython3 plugin or any of its dependers.
brew install [email protected] brew link --force [email protected] 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_v24.06.00_Linux.run →
c7b3a44498845b7558bd2acae664f4349582a159b820482827610679058e42cf
- SOFA_v24.06.00_Linux.zip →
9d515e2f25f657c744821be8a5361e22803c18947b33af7a0b357c259202236a
- SOFA_v24.06.00_MacOS.zip →
5be15622ff75fae962390f0d3837147fba73897cd205c7a69c41220102106e06
- SOFA_v24.06.00_Win64.exe →
28a3483726e53e6799219c840757f82b4ca89ed77ba649e781c42c01a8e2b3c7
- SOFA_v24.06.00_Win64.zip →
06c704106d68174ed290e9db218508847a8ba72295a9f5c4faabe83d2bd946b1
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.10.10 | 2.9.1 | 9.0.0 | 1.13 | 1.2.8 | 1.6.18 | 6b | 4.0.9 |
Linux | 5.12.12 | 1.71.0 | 3.3.7 | 3.10.10 | 2.9.1 | 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.10.10 | 2.6.2 | 10.0.0 | 2.2.0 | 1.2.11 | 1.6.37 | 9e | 4.3.0 |