boost-1.85.0

Version:

13.3.0

Category:

lib

Cluster:

Vali

Author / Distributor

https://www.boost.org/

Description

Boost provides free peer-reviewed portable C++ source libraries. It is intended to be widely useful and usable across a broad spectrum of applications.

The libraries are:

  • Well-documented and tested

  • Designed to work well with the C++ Standard Library

  • Often candidates for inclusion in the C++ Standard

Boost includes libraries for:

  • Linear algebra

  • Pseudo-random number generation

  • Multithreading

  • Image processing

  • Regular expressions

  • And much more

Documentation

Official documentation: https://www.boost.org/doc/libs/1_85_0/

Examples/Usage

  • Load the Boost module:

$ module load Boost/1.85.0-GCC-13.3.0
  • Check loaded modules:

$ module list
  • List available Boost modules:

$ module avail boost
  • Unload the Boost module:

$ module unload Boost/1.85.0-GCC-13.3.0

Installation

Source code is obtained from Boost