# This is a "job" for the Upstart init system to launch 'guix-daemon'. # Drop it in /etc/init to have 'guix-daemon' automatically started. description "Build daemon for GNU Guix" start on runlevel [2345] stop on runlevel [016] task exec @bindir@/guix-daemon --build-users-group=guixbuild ges/boost.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/boost.scm
AgeCommit message (Expand)Author
2020-03-12gnu: Add boost-1.69....* gnu/packages/boost.scm (boost-1.69): New hidden package. Efraim Flashner
2020-02-13gnu: mdds: Update to 1.5.0....* gnu/packages/boost.scm (mdds): Update to 1.5.0. Leo Famulari
2019-11-25gnu: Add boost-static....* gnu/packages/boost.scm (boost-static): New variable. Efraim Flashner
2019-11-10gnu: Add boost-with-python3....* gnu/packages/boost.scm (boost-with-python3): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Giacomo Leidi
2019-07-31gnu: boost: Do not install CMake files....Fixes <https://bugs.gnu.org/36721>. * gnu/packages/boost.scm (boost)[arguments]: Add "--no-cmake-config" to <#:configure-flags>. Marius Bakke
2019-07-02gnu: boost: Remove GCC5 workaround....* gnu/packages/patches/boost-fix-icu-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost)[source](patches): Remove. [arguments]: Do not pass "cxxflags". Marius Bakke
2019-05-02gnu: boost: Update to 1.70.0....* gnu/packages/boost.scm (boost): Update to 1.70.0. Marius Bakke
2019-02-23gnu: Add boost-signals2....* gnu/packages/boost.scm (boost-signals2): New variable. Ricardo Wurmus