summaryrefslogtreecommitdiff
path: root/gnu/packages/boost.scm
Commit message (Collapse)AuthorAge
...
* gnu: boost: Update to 1.60.0.Eric Bavier2016-01-12
| | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: boost: Use modify-phases.Eric Bavier2016-01-12
| | | | * gnu/packages/boost.scm (boost)[arguments]: Use modify-phases.
* gnu: boost: Patch to avoid -m32 flag on mips.Andreas Enge2015-07-13
| | | | | | * 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.
* gnu: boost: Update to 1.58.0.Andreas Enge2015-07-13
| | | | * gnu/packages/boost.scm (boost): Update to 1.58.0.
* Revert "gnu: boost: Update to 1.58.0."Mark H Weaver2015-07-10
| | | | This reverts commit 16de69c950c473cc3d386cd7569bd1d6051614b6.
* gnu: mdds: Update to 0.12.1.Andreas Enge2015-07-09
| | | | * gnu/packages/boost.scm (mdds): Update to 0.12.1.
* gnu: boost: Update to 1.58.0.Andreas Enge2015-07-08
| | | | * gnu/packages/boost.scm (boost): Update to 1.58.0.
* gnu: Add mdds.Andreas Enge2015-04-26
| | | | * gnu/packages/boost.scm (mdds): New variable.
* gnu: boost: Add $libdir to the RUNPATH of libraries.Ludovic Courtès2015-04-10
| | | | | * gnu/packages/boost.scm (boost)[arguments]: Add -Wl,-rpath=... to BUILD-FLAGS. Remove 'check' phase and use #:tests? #f instead.
* gnu: boost: Update to 1.57.0.Andreas Enge2015-03-14
| | | | * gnu/packages/boost.scm (boost): Update to 1.57.0.
* gnu: boost: Fix target-system check.Mark H Weaver2015-01-06
| | | | * gnu/packages/boost.scm (boost): Fix target-system check.
* gnu: boost: Add zlib to the inputs.John Darrington2014-10-07
| | | | * gnu/packages/boost.scm (boost): Add zlib to inputs.
* Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.Mark H Weaver2014-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: boost: Omit context and coroutines libraries on mips64el.Mark H Weaver2014-07-24
| | | | | * gnu/packages/boost.scm (boost): Omit context and coroutines libraries on mips64el.
* gnu: Add Boost.John Darrington2014-02-04
* gnu/packages/boost.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add boost.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>