Skip to content

v23.12.01

Latest
Compare
Choose a tag to compare
@bakpaul bakpaul released this 22 Mar 09:50

Changes

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

Required dependencies

Windows

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

Linux

  1. Install libopengl0

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

  1. All core dependencies are included in the binaries.

  2. Install Python 3.10 + Numpy + Scipy + pybind11 if you want to use the SofaPython3 plugin or any of its dependers.

     brew install python@3.10
     brew link --force python@3.10
     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_v23.12.01_Linux.run → e3872b7343918a321027b3b947b0e86e28cb76747c1654947cf5f04e3987f7f0
  • SOFA_v23.12.01_Linux.zip → 9b5811eb383994e3a465c3e7f0f3728717f7f014c9e82a9750be973f886dd82d
  • SOFA_v23.12.01_MacOS.zip → f88906a9bdb95b26940423f3f424da83a41b50b06811349c42c507cbed4a62b5
  • SOFA_v23.12.01_Win64.exe → 3423a4bd7c40bd2c78e3ce54efa4ce304524328356c3bf8b510a75fe04078939
  • SOFA_v23.12.01_Win64.zip → fc2cc3451a10b9e200dcde3fe08e6aaea07ea3098e3dff9e60b74878d76838af

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.8.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.8.10 2.6.2 10.0.0 2.2.0 1.2.11 1.6.37 9e 4.3.0