UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

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.89.0-b2-nodocs.tar.xz
Source directory: boost-1.89.0
Package URL: boost-1.89.0-b2-nodocs.tar.xz
Package md5-checksum URL: boost-1.89.0-b2-nodocs.tar.xz.md5sum
Dependances: icu, which.
Dependance of: openvdb, websocketpp, asio, LibreCAD, !exempi, i2pd, libsigcpp, i2pd-qt, cairomm, libtorrent-rasterbar, kea, Imath, clucene, swig, cairomm-gtkmm4, libsigcpp3, Botan, 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