UmVirt LFS Package info
DB commit: 6e4df3ea22c3eb21cad56028aab30db41fa6a0c4
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
boost
Boost provides a set of free peer-reviewed portable C++ source libraries. It includes libraries for linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions and unit testing.Package info
Template: 
Codename: boost
Source file: boost-1.87.0-b2-nodocs.tar.xz
Source file size: 50334440
Source file MD5-checkum: c2ffeab30889999f55cf72e1107611aa
Source directory: boost-1.87.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/b/boost-1.87.0-b2-nodocs.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/b/boost-1.87.0-b2-nodocs.tar.xz.md5sum
Dependances: icu, which.
Dependance of: openvdb, websocketpp, asio, LibreCAD, !exempi, clucene, swig, cairomm-gtkmm4, libsigcpp3, Botan, i2pd, libsigcpp, i2pd-qt, cairomm, libtorrent-rasterbar, kea, inkscape, poppler-app, plasma, !libreoffice7, libreoffice.
Patches: *** NO PATCHES FOUND *** 
Addons: *** NO ADDONS FOUND *** 
Nestings *** NO NESTINGS FOUND *** 
Configuration script:
    
case $(uname -m) in
   i?86)
      sed -e "s/defined(__MINGW32__)/& || defined(__i386__)/" \
          -i ./libs/stacktrace/src/exception_headers.h ;;
esac
./bootstrap.sh --prefix=/usr --with-python=python3 
Build script:
    
./b2 stage -j`nproc` threading=multi link=shared
Install script:
    
./b2 install threading=multi link=shared