summaryrefslogtreecommitdiff
path: root/gnu/packages/boost.scm
AgeCommit message (Expand)Author
2016-01-12gnu: boost: Update to 1.60.0....* gnu/packages/boost.scm (boost): Update to 1.60.0. [source]: Remove patch. * gnu/packages/patches/boost-mips-avoid-m32.patch: Delete patch * gnu-system.am (dist_patch_DATA): Remove patch. Also fix dependent packages: * gnu/packages/patches/csound-header-ordering.patch: New patch. * gnu/packages/audio.scm (csound)[source]: Use it. [arguments]: Add 'set-flags phase. * gnu/packages/patches/libcmis-fix-test-onedrive.patch: New patch. * gnu/packages/libreoffice.scm (libcmis)[source]: Use it. (libreoffice)[arguments]: Add LDFLAGS to #:configure-flags. (librevenge)[inputs]: Move boost from here... [propogated-inputs]: to here. [arguments]: Add LDFLAGS to #:configure-flags. * gnu/packages/patches/openimageio-boost-1.60.patch: New patch. * gnu/packages/graphics.scm (openimageio): Use it. * gnu-system.am (dist_patch_DATA): Add patches. Eric Bavier
2016-01-12gnu: boost: Use modify-phases....* gnu/packages/boost.scm (boost)[arguments]: Use modify-phases. Eric Bavier
2015-07-13gnu: boost: Patch to avoid -m32 flag on mips....* gnu/packages/patches/boost-mips-avoid-m32.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/boost.scm (boost): Use it. Andreas Enge
2015-07-13gnu: boost: Update to 1.58.0....* gnu/packages/boost.scm (boost): Update to 1.58.0. Andreas Enge
2015-07-10Revert "gnu: boost: Update to 1.58.0."...This reverts commit 16de69c950c473cc3d386cd7569bd1d6051614b6. Mark H Weaver
2015-07-09gnu: mdds: Update to 0.12.1....* gnu/packages/boost.scm (mdds): Update to 0.12.1. Andreas Enge
2015-07-08gnu: boost: Update to 1.58.0....* gnu/packages/boost.scm (boost): Update to 1.58.0. Andreas Enge
2015-04-26gnu: Add mdds....* gnu/packages/boost.scm (mdds): New variable. Andreas Enge
2015-04-10gnu: boost: Add $libdir to the RUNPATH of libraries....* gnu/packages/boost.scm (boost)[arguments]: Add -Wl,-rpath=... to BUILD-FLAGS. Remove 'check' phase and use #:tests? #f instead. Ludovic Courtès
2015-03-14gnu: boost: Update to 1.57.0....* gnu/packages/boost.scm (boost): Update to 1.57.0. Andreas Enge
2015-01-06gnu: boost: Fix target-system check....* gnu/packages/boost.scm (boost): Fix target-system check. Mark H Weaver
2014-10-07gnu: boost: Add zlib to the inputs....* gnu/packages/boost.scm (boost): Add zlib to inputs. John Darrington
2014-09-23Use #:prefix instead of #:renamer with 'symbol-prefix-proc'....* gnu/packages/abiword.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/backup.scm, gnu/packages/bittorrent.scm, gnu/packages/boost.scm, gnu/packages/compression.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/dc.scm, gnu/packages/emacs.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/gimp.scm, gnu/packages/gkrellm.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnutls.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm, gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/image.scm, gnu/packages/indent.scm, gnu/packages/inkscape.scm, gnu/packages/lesstif.scm, gnu/packages/links.scm, gnu/packages/lisp.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm, gnu/packages/maths.scm, gnu/packages/mp3.scm, gnu/packages/openssl.scm, gnu/packages/ots.scm, gnu/packages/pciutils.scm, gnu/packages/pcre.scm, gnu/packages/pdf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/slim.scm, gnu/packages/ssh.scm, gnu/packages/texlive.scm, gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wv.scm, gnu/packages/xiph.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/yasm.scm, gnu/packages/zip.scm, guix/build/cmake-build-system.scm, guix/build/perl-build-system.scm, guix/build/python-build-system.scm, guix/download.scm: Replaces uses of #:renamer and 'symbol-prefix-proc' with #:prefix. Mark H Weaver
2014-07-24gnu: boost: Omit context and coroutines libraries on mips64el....* gnu/packages/boost.scm (boost): Omit context and coroutines libraries on mips64el. Mark H Weaver
2014-02-04gnu: Add Boost....* gnu/packages/boost.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add boost.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington