it v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/boost.scm
AgeCommit message (Expand)Author
2023-09-10gnu: Remove extraneous imports....* gnu/packages/perl.scm: Remove (gnu packages hurd) import. * gnu/packages/boost.scm: Likewise. Remove (srfi srfi-1). Maxim Cournoyer
2022-09-01gnu: boost: Update to 1.80.0....* gnu/packages/boost.scm (boost): Update to 1.80.0. [source](patches): Add new and remove old upstream patches. Signed-off-by: Marius Bakke <marius@gnu.org> Greg Hogan
2022-08-11Merge branch 'staging' into core-updatesMarius Bakke
2022-08-11gnu: mdds: Update to 2.0.3....* gnu/packages/boost.scm (mdds): Update to 2.0.3. [source](uri): Use HTTPS & .xz tarball. Marius Bakke
2022-07-06gnu: Boost: Use #:configure-flags....* gnu/packages/boost.scm (boost)[arguments]: Add #:configure-flags. Adjust configure phase accordingly. Split out shell patching to separate phase. While at it, remove obsolete GNU/Hurd substitution. (boost-for-mysql)[arguments]: Adjust accordingly. Marius Bakke
2022-07-06gnu: Boost: Avoid usage of 'this-package-input'....* gnu/packages/boost.scm (boost)[arguments]: Use SEARCH-INPUT-FILE instead of THIS-PACKAGE-INPUT & co. (boost-for-mysql)[arguments]: Likewise. Marius Bakke
2022-07-06gnu: boost-mpi: OpenMPI is not native....* gnu/packages/boost.scm (boost-mpi)[native-inputs]: Move OPENMPI ... [inputs]: ... here. Marius Bakke
2022-07-06gnu: Boost: Python input is not native....Even though it is not referenced, and not used when cross-compiling, the architecture should match. * gnu/packages/boost.scm (boost)[native-inputs]: Move PYTHON-MINIMAL-WRAPPER ... [inputs]: ... here. * gnu/packages/boost.scm (boost-for-mysql)[native-inputs, inputs]: Adjust accordingly. Marius Bakke
2022-07-06gnu: boost, boost-static: Consolidate libboost_python phases....* gnu/packages/boost.scm (boost)[arguments]: Determine library extension based on #:make-flags in 'provide-libboost_python phase. (boost-static)[arguments]: Remove #:phases. Marius Bakke
2022-07-06gnu: boost-mpi: Remove input labels....* gnu/packages/boost.scm (boost-mpi)[native-inputs]: Use MODIFY-INPUTS and remove labels. [arguments]: Use G-expression. Marius Bakke
2022-06-30gnu: Boost: Use G-expressions....* gnu/packages/boost.scm (boost, boost-static, boost-for-mysql)[arguments]: Rewrite as gexp. Remove label usage. Marius Bakke
2022-06-08Merge branch 'master' into core-updatesLudovic Courtès
2022-05-31gnu: Remove boost-with-python2....* gnu/packages/boost.scm (boost-with-python2): Delete variable. Maxim Cournoyer
2022-05-08gnu: boost: Update to 1.79.0....* gnu/packages/boost.scm (boost): Update to 1.79.0. [source](patches): Add new and remove old upstream patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2022-03-28gnu: boost: Update to 1.78.0....* gnu/packages/boost.scm (boost): Update to 1.78.0. [source](patches): Add upstream patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan