summaryrefslogtreecommitdiff
path: root/gnu/packages/boost.scm
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into stagingMarius Bakke2018-12-091-0/+10
|\|
| * gnu: Add a C++14 variant of Boost for packages that need it.•••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. Leo Famulari2018-12-071-0/+10
* | gnu: Boost: Build with C++14.•••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. Leo Famulari2018-12-051-0/+1
|/
* gnu: mdds: Update to 1.4.3.•••* gnu/packages/boost.scm (mdds): Update to 1.4.3. Marius Bakke2018-11-251-2/+2
* gnu: boost-for-mysql: Remove unnecessary phase.•••* gnu/packages/boost.scm (boost-for-mysql)[arguments]: Remove custom 'provide-libboost_python phase. Add removed '/bin/sh' substitution. Efraim Flashner2018-10-171-0/+11
* Merge branch 'staging' into core-updatesMarius Bakke2018-08-251-0/+16
|\
| * gnu: boost: Move 1.59.0 definition to boost.scm.•••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. Ludovic Courtès2018-08-241-0/+16
* | gnu: boost: Update to 1.68.0.•••* gnu/packages/boost.scm (boost): Update to 1.68.0. [arguments]: Remove /bin/sh substitution. Marius Bakke2018-08-231-3/+2
* | gnu: boost: Provide libboost_python compatibility symlink.•••* gnu/packages/boost.scm (boost)[arguments]: Add phase 'provide-libboost_python'. Marius Bakke2018-08-231-1/+12
* | Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus2018-06-061-2/+2
|\ \ | |/ |/|
| * gnu: boost: Update to 1.67.0.•••* gnu/packages/boost.scm (boost): Update to 1.67.0. Tobias Geerinckx-Rice2018-05-011-2/+2
* | gnu: boost: Re-enable context and coroutine libraries on MIPS.•••* 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. Mark H Weaver2018-05-251-10/+1
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-061-3/+3
|\ \ | |/ |/|
| * gnu: Use HTTPS for www.boost.org.•••* 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. Tobias Geerinckx-Rice2018-05-011-3/+3
* | gnu: boost: Fix ICU support.•••* 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 Mark H Weaver2018-04-101-4/+9
* | Merge branch 'master' into core-updatesMarius Bakke2018-03-291-0/+36
|\|
| * gnu: Add boost-sync.•••* gnu/packages/boost.scm (boost-sync): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer2018-03-221-0/+36
* | gnu: boost: Simplify phases.•••* gnu/packages/boost.scm (boost)[arguments]: Remove unneeded '#t's from 'configure', 'build', and 'install' phases. Mark H Weaver2018-03-181-8/+5
* | gnu: Remove boost-1.66.•••* gnu/packages/boost.scm (boost-1.66): Remove variable. * gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost. Ricardo Wurmus2018-03-151-14/+0
* | gnu: boost: Remove bootstrap phase.•••* gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase. Ricardo Wurmus2018-03-151-0/+2
* | Merge branch 'master' into core-updatesRicardo Wurmus2018-03-141-0/+14
|\|
| * gnu: Add boost@1.66.0.•••* gnu/packages/boost.scm (boost-1.66): New public variable. Marius Bakke2018-03-041-0/+14
* | gnu: boost: Update to 1.66.0.•••* gnu/packages/boost.scm (boost): Update to 1.66.0. [arguments]: Replace system* with invoke. [home-page]: Update URI. Arun Isaac2018-02-191-16/+17
|/
* gnu: mdds: Update to 1.3.1.•••* gnu/packages/boost.scm (mdds): Update to 1.3.1. Tobias Geerinckx-Rice2018-01-191-2/+3
* gnu: boost: Add ICU support.•••* gnu/packages/boost.scm (boost)[inputs]: Add icu4c. Leo Famulari2017-06-111-3/+5
* gnu: boost: Update to 1.64.0.•••* gnu/packages/boost.scm (boost): Update to 1.64.0. Marius Bakke2017-04-261-2/+2
* gnu: mdds: Upgrade to 1.2.2.•••* gnu/packages/boost.scm (mdds): Upgrade to 1.2.2. Thomas Danckaert2017-03-271-3/+4
* gnu: boost: Update to 1.63.0.•••* gnu/packages/boost.scm (boost): Update to 1.63.0. Danny Milosavljevic2017-01-171-2/+2
* gnu: mdds: Replace dead Google Code home-page.•••* gnu/packages/boost.scm (mdds)[home-page]: Update it. Tobias Geerinckx-Rice2016-12-141-1/+1
* gnu: boost: Add -j for build.•••* gnu/packages/boost.scm (boost)[arguments]: Add -j flag for build phase. Eric Bavier2016-09-221-1/+3
* gnu: boost: Upgrade to 1.61.0.•••* gnu/packages/boost.scm (boost): Upgrade to 1.61.0 * gnu/packages/databases.scm (mysql)[arguments]: Compute boost minor version for substitution. Eric Bavier2016-09-221-2/+2
* Merge branch 'core-updates'Mark H Weaver2016-08-041-40/+40
|\
| * Merge branch 'master' into core-updates•••Resolved conflicts: * gnu/packages/scheme.scm: Conflict in import of (guix licenses). On master, "#:hide (openssl)" was used. On core-updates, "#:select (some licenses)" was used. The latter won the conflict. * gnu/packages/version-control.scm (git)[arguments]: Whitespace conflict in 'install-shell-completion. Leo Famulari2016-07-221-1/+1
| |\
| * | gnu: boost: Allow for customizable build flags.•••* gnu/packages/boost.scm (boost)[arguments]: Extract build flags to #:make-flags argument. David Thompson2016-06-141-40/+40
* | | Revert "Merge branch 'core-updates'"•••This reverts commit 455859a50f88f625d13fc2f304111f02369b366b. Mark H Weaver2016-08-041-40/+40
* | | Rename references to (gnu packages tcsh).•••* 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). ng02016-08-031-1/+1
* | | Merge branch 'core-updates'Ludovic Courtès2016-08-011-40/+40
| |/ |/|
* | gnu: Update URLs for sourceforge.net.•••* gnu/packages/admin.scm: Update URLs pointing to sourceforge.net. * gnu/packages/audacity.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/bioinformatics.scm: Likewise. * gnu/packages/boost.scm: Likewise. * gnu/packages/cdrom.scm: Likewise. * gnu/packages/code.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/cups.scm: Likewise. * gnu/packages/djvu.scm: Likewise. * gnu/packages/docbook.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/flashing-tools.scm: Likewise. * gnu/packages/fonts.scm: Likewise. * gnu/packages/fontutils.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/ghostscript.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnucash.scm: Likewise. * gnu/packages/graphviz.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/libusb.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/lirc.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/mcrypt.scm: Likewise. * gnu/packages/mp3.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/onc-rpc.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/pdf.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/photo.scm: Likewise. * gnu/packages/popt.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/rdesktop.scm: Likewise. * gnu/packages/screen.scm: Likewise. * gnu/packages/swig.scm: Likewise. * gnu/packages/tcl.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/web.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xml.scm: Likewise. Leo Famulari2016-07-211-1/+1
|/
* gnu: 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 Bavier2016-01-121-4/+5
* gnu: boost: Use modify-phases.•••* gnu/packages/boost.scm (boost)[arguments]: Use modify-phases. Eric Bavier2016-01-121-24/+23
* gnu: 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 Enge2015-07-131-1/+2
* gnu: boost: Update to 1.58.0.•••* gnu/packages/boost.scm (boost): Update to 1.58.0. Andreas Enge2015-07-131-2/+2
* Revert "gnu: boost: Update to 1.58.0."•••This reverts commit 16de69c950c473cc3d386cd7569bd1d6051614b6. Mark H Weaver2015-07-101-2/+2
* gnu: mdds: Update to 0.12.1.•••* gnu/packages/boost.scm (mdds): Update to 0.12.1. Andreas Enge2015-07-091-2/+2
* gnu: boost: Update to 1.58.0.•••* gnu/packages/boost.scm (boost): Update to 1.58.0. Andreas Enge2015-07-081-2/+2
* gnu: Add mdds.•••* gnu/packages/boost.scm (mdds): New variable. Andreas Enge2015-04-261-0/+22
* gnu: 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ès2015-04-101-10/+13
* gnu: boost: Update to 1.57.0.•••* gnu/packages/boost.scm (boost): Update to 1.57.0. Andreas Enge2015-03-141-6/+7
* gnu: boost: Fix target-system check.•••* gnu/packages/boost.scm (boost): Fix target-system check. Mark H Weaver2015-01-061-2/+2
* gnu: boost: Add zlib to the inputs.•••* gnu/packages/boost.scm (boost): Add zlib to inputs. John Darrington2014-10-071-0/+2