[package] name = "boost" version = "1.87.0" description = "Peer-reviewed portable C++ source libraries" url = "https://www.boost.org/" license = "BSL-1.0" [source] url = "https://github.com/boostorg/boost/releases/download/boost-${version}/boost-${version}-b2-nodocs.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "zlib", "bzip2", "xz", "zstd", "python"] build = ["gcc", "make"] [build] system = "custom" configure = """./bootstrap.sh --prefix=/usr --with-python=python3""" make = """./b2 stage -j32 threading=multi link=shared""" install = """./b2 install --prefix=${PKG}/usr"""