aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu.scm')
0 files changed, 0 insertions, 0 deletions
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