Skip to content

v24.12.00

Latest
Compare
Choose a tag to compare
@hugtalbot hugtalbot released this 16 Jan 12:54
23efcef

Changes

Changelog: https://github.com/sofa-framework/sofa/blob/v24.12/CHANGELOG.md#v241200
Diff with v24.06: v24.06...v24.12

Required dependencies

Windows

  1. Install Microsoft Visual C++ 2022 Redistributable.
  2. 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 run python -V && python -m pip install numpy scipy pybind11==2.11.1

Linux

  1. Install libopengl0

     sudo apt install libopengl0 
    
  2. 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.9.1
    

Note: Linux is also distributed for Python 3.10 make sure to use the proper version of Python

MacOS

  1. All core dependencies are included in the binaries.

  2. Install Python 3.12 + 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.12.00_Win64.exe → 61b94e9f3ba31cf73f79087e778f19fd3a44e7a62b12d90233d2c3a48dbe210a
  • SOFA_v24.12.00_Win64.zip → a9509ff757fc9b458779ae3a9cad9cd512bd4189bfa2634344a0caf839aada90
  • SOFA_v24.12.00_Linux-Python_3.12.run → f92f7a037f1ed2f22c59dc6289f344728032cc47b4801035d9477a49bae9fd37
  • SOFA_v24.12.00_Linux-Python_3.12.zip → 78eb25457cbdb72fb46181e95ce7c5cb91ed2fa268107e6cf5a86f7882e9d50a
  • SOFA_v24.12.00_Linux-Python_3.10.run → cde69bc0dcd2c7bb204054cf4246ae7f97ee29349ea6c4b390a4491884a6e1d5
  • SOFA_v24.12.00_Linux-Python_3.10.zip → 0f95a0a043dd3d72ec2a73866486654d35585c342f49dab7bb0ae599065e171d
  • SOFA_v24.12.00_MacOS.zip → 22ba0c1c2785d323ca0d8c68cf378c8afb2bb78087b3f51cc4bfd78db8bc843d

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.11.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.12.8 2.11.1 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.11.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.12.4 2.12.0 10.0.0 2.2.0 1.2.11 1.6.37 9e 4.3.0