aboutsummaryrefslogtreecommitdiff
path: root/scripts
ModeNameSize
-rw-r--r--guix.in1908logplainabout
lass='logmsg'> * gnu/packages/boost.scm (mdds): Update to 2.1.1. [source]: Fetch from git. [native-inputs]: New field. Change-Id: I4e71d5c360f4b7305cffd7008e2bbbfcaad2f897 2023-09-10gnu: Remove extraneous imports.Maxim Cournoyer * gnu/packages/perl.scm: Remove (gnu packages hurd) import. * gnu/packages/boost.scm: Likewise. Remove (srfi srfi-1). 2022-09-01gnu: boost: Update to 1.80.0.Greg Hogan * 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> 2022-08-11Merge branch 'staging' into core-updatesMarius Bakke 2022-08-11gnu: mdds: Update to 2.0.3.Marius Bakke * gnu/packages/boost.scm (mdds): Update to 2.0.3. [source](uri): Use HTTPS & .xz tarball. 2022-07-06gnu: Boost: Use #:configure-flags.Marius Bakke * 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. 2022-07-06gnu: Boost: Avoid usage of 'this-package-input'.Marius Bakke * gnu/packages/boost.scm (boost)[arguments]: Use SEARCH-INPUT-FILE instead of THIS-PACKAGE-INPUT & co. (boost-for-mysql)[arguments]: Likewise. 2022-07-06gnu: boost-mpi: OpenMPI is not native.Marius Bakke * gnu/packages/boost.scm (boost-mpi)[native-inputs]: Move OPENMPI ... [inputs]: ... here. 2022-07-06gnu: Boost: Python input is not native.Marius Bakke 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. 2022-07-06gnu: boost, boost-static: Consolidate libboost_python phases.Marius Bakke * gnu/packages/boost.scm (boost)[arguments]: Determine library extension based on #:make-flags in 'provide-libboost_python phase. (boost-static)[arguments]: Remove #:phases. 2022-07-06gnu: boost-mpi: Remove input labels.Marius Bakke * gnu/packages/boost.scm (boost-mpi)[native-inputs]: Use MODIFY-INPUTS and remove labels. [arguments]: Use G-expression. 2022-06-30gnu: Boost: Use G-expressions.Marius Bakke * gnu/packages/boost.scm (boost, boost-static, boost-for-mysql)[arguments]: Rewrite as gexp. Remove label usage. 2022-06-08Merge branch 'master' into core-updatesLudovic Courtès 2022-05-31gnu: Remove boost-with-python2.Maxim Cournoyer * gnu/packages/boost.scm (boost-with-python2): Delete variable. 2022-05-08gnu: boost: Update to 1.79.0.Greg Hogan * 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>