aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
ports of (guix ...). * gnu/packages/libcanberra.scm: Use (srfi srfi-1) instead of (guix build utils) for 'alist-delete'. * gnu/packages/wxwidgets.scm: Likewise. 2018-12-12gnu: boost: Update to 1.69.0.Marius Bakke * gnu/packages/boost.scm (boost): Update to 1.69.0. [source](uri): Add mirror. 2018-12-12gnu: Remove special Boost C++14 variant.Marius Bakke This is no longer needed since commit a7ff66998f6e0eeb5da485bab7f6e0b55a46651e. * gnu/packages/boost.scm (boost-cxx11): Remove variable. * gnu/packages/audio.scm (supercollider)[inputs]: Change BOOST-CXX11 to BOOST. * gnu/packages/compression.scm (innoextract)[inputs]: Likewise. * gnu/packages/mpd.scm (ncmpcpp)[inputs]: Likewise. * gnu/packages/storage.scm (ceph)[inputs]: Likewise. 2018-12-09Merge branch 'master' into stagingMarius Bakke 2018-12-07gnu: Add a C++14 variant of Boost for packages that need it.Leo Famulari Fixes <https://bugs.gnu.org/33605> and <https://bugs.gnu.org/33610>. * gnu/packages/boost.scm (boost-cxx14): New variable. * gnu/packages/compression.scm (innoextract)[inputs]: Use it. * gnu/packages/mpd.scm (ncmpcpp)[inputs]: Use it. 2018-12-05gnu: Boost: Build with C++14.Leo Famulari Some parts of Boost which are used by other Guix packages require C++14 support. Fixes <https://bugs.gnu.org/33605>. * gnu/packages/boost.scm (boost)[arguments]: Pass 'cxxflags=-std=c++14' to #:make-flags. 2018-11-25gnu: mdds: Update to 1.4.3.Marius Bakke * gnu/packages/boost.scm (mdds): Update to 1.4.3. 2018-10-17gnu: boost-for-mysql: Remove unnecessary phase.Efraim Flashner * gnu/packages/boost.scm (boost-for-mysql)[arguments]: Remove custom 'provide-libboost_python phase. Add removed '/bin/sh' substitution. 2018-08-25Merge branch 'staging' into core-updatesMarius Bakke 2018-08-24gnu: boost: Move 1.59.0 definition to boost.scm.Ludovic Courtès Fixes a regression introduced in commit 7cbf06d8c2935abfc6c688cf3f9b99e0e5393960 where the top-level code of these two modules would depend on each other, leading to "boost: unbound variable" kind of errors in some circumstances. * gnu/packages/databases.scm (boost-for-mysql): Move to... * gnu/packages/boost.scm (boost-for-mysql): ... here. Make public and add 'properties' field. 2018-08-23gnu: boost: Update to 1.68.0.Marius Bakke * gnu/packages/boost.scm (boost): Update to 1.68.0. [arguments]: Remove /bin/sh substitution. 2018-08-23gnu: boost: Provide libboost_python compatibility symlink.Marius Bakke * gnu/packages/boost.scm (boost)[arguments]: Add phase 'provide-libboost_python'. 2018-06-06Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus 2018-05-25gnu: boost: Re-enable context and coroutine libraries on MIPS.Mark H Weaver * gnu/packages/boost.scm (boost)[arguments]: Remove the extra make-flags "--without-context", "--without-coroutine", and "--without-coroutine2" that were previously added on mips64 systems. 2018-05-06Merge branch 'master' into core-updatesMarius Bakke 2018-05-01gnu: Use HTTPS for www.boost.org.Tobias Geerinckx-Rice * gnu/packages/bioinformatics.scm (libgff)[license]: Use HTTPS. * gnu/packages/boost.scm (boost-sync)[license]: Likewise. (boost)[license]: Likewise. [home-page]: Likewise, and use canonical ‘www’ subdomain. 2018-05-01gnu: boost: Update to 1.67.0.Tobias Geerinckx-Rice * gnu/packages/boost.scm (boost): Update to 1.67.0. 2018-04-10gnu: boost: Fix ICU support.Mark H Weaver * gnu/packages/patches/boost-fix-icu-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/boost.scm (boost)[source]: Add the patch. [arguments]: In the custom configure phase, pass --with-icu=[...] to ./bootstrap.sh 2018-03-29Merge branch 'master' into core-updatesMarius Bakke 2018-03-22gnu: Add boost-sync.Maxim Cournoyer * gnu/packages/boost.scm (boost-sync): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2018-03-18gnu: boost: Simplify phases.Mark H Weaver * gnu/packages/boost.scm (boost)[arguments]: Remove unneeded '#t's from 'configure', 'build', and 'install' phases. 2018-03-15gnu: Remove boost-1.66.Ricardo Wurmus * gnu/packages/boost.scm (boost-1.66): Remove variable. * gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost. 2018-03-15gnu: boost: Remove bootstrap phase.Ricardo Wurmus * gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase. 2018-03-14Merge branch 'master' into core-updatesRicardo Wurmus 2018-03-04gnu: Add boost@1.66.0.Marius Bakke * gnu/packages/boost.scm (boost-1.66): New public variable. 2018-02-19gnu: boost: Update to 1.66.0.Arun Isaac * gnu/packages/boost.scm (boost): Update to 1.66.0. [arguments]: Replace system* with invoke. [home-page]: Update URI. 2018-01-19gnu: mdds: Update to 1.3.1.Tobias Geerinckx-Rice * gnu/packages/boost.scm (mdds): Update to 1.3.1. 2017-06-11gnu: boost: Add ICU support.Leo Famulari * gnu/packages/boost.scm (boost)[inputs]: Add icu4c. 2017-04-26gnu: boost: Update to 1.64.0.Marius Bakke * gnu/packages/boost.scm (boost): Update to 1.64.0. 2017-03-27gnu: mdds: Upgrade to 1.2.2.Thomas Danckaert * gnu/packages/boost.scm (mdds): Upgrade to 1.2.2. 2017-01-17gnu: boost: Update to 1.63.0.Danny Milosavljevic * gnu/packages/boost.scm (boost): Update to 1.63.0. 2016-12-14gnu: mdds: Replace dead Google Code home-page.Tobias Geerinckx-Rice * gnu/packages/boost.scm (mdds)[home-page]: Update it. 2016-09-22gnu: boost: Add -j for build.Eric Bavier * gnu/packages/boost.scm (boost)[arguments]: Add -j flag for build phase. 2016-09-22gnu: boost: Upgrade to 1.61.0.Eric Bavier * gnu/packages/boost.scm (boost): Upgrade to 1.61.0 * gnu/packages/databases.scm (mysql)[arguments]: Compute boost minor version for substitution. 2016-08-04Merge branch 'core-updates'Mark H Weaver 2016-08-04Revert "Merge branch 'core-updates'"Mark H Weaver This reverts commit 455859a50f88f625d13fc2f304111f02369b366b. 2016-08-03Rename references to (gnu packages tcsh).ng0 * gnu/packages/algebra.scm, gnu/packages/boost.scm, gnu/packages/maths.scm, gnu/packages/tex.scm, gnu/packages/vim.scm: Change broken references to module (gnu packages tcsh) to (gnu packages shells). 2016-08-01Merge branch 'core-updates'Ludovic Courtès