aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/node.scm')
0 files changed, 0 insertions, 0 deletions
ef='/guix/commit/gnu/packages/boost.scm?id=77eb3008e350c069e0ae8df6a91bf0ebdcfc2ac0'>Merge 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.