summaryrefslogtreecommitdiff
path: root/gnu/packages/boost.scm
Commit message (Collapse)AuthorAge
* gnu: Add boost-1.69.Efraim Flashner2020-03-12
| | | | * gnu/packages/boost.scm (boost-1.69): New hidden package.
* gnu: mdds: Update to 1.5.0.Leo Famulari2020-02-13
| | | | * gnu/packages/boost.scm (mdds): Update to 1.5.0.
* gnu: Add boost-static.Efraim Flashner2019-11-25
| | | | * gnu/packages/boost.scm (boost-static): New variable.
* gnu: Add boost-with-python3.Giacomo Leidi2019-11-10
| | | | | | * gnu/packages/boost.scm (boost-with-python3): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: boost: Do not install CMake files.Marius Bakke2019-07-31
| | | | | | | Fixes <https://bugs.gnu.org/36721>. * gnu/packages/boost.scm (boost)[arguments]: Add "--no-cmake-config" to <#:configure-flags>.
* gnu: boost: Remove GCC5 workaround.Marius Bakke2019-07-02
| | | | | | | * 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".
* gnu: boost: Update to 1.70.0.Marius Bakke2019-05-02
| | | | * gnu/packages/boost.scm (boost): Update to 1.70.0.
* gnu: Add boost-signals2.Ricardo Wurmus2019-02-23
| | | | * gnu/packages/boost.scm (boost-signals2): New variable.
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-09
|\
| * gnu: Remove unnecessary build-side module imports.Ludovic Courtès2019-01-07
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/batik.scm, gnu/packages/boost.scm, gnu/packages/calendar.scm, gnu/packages/gl.scm, gnu/packages/lua.scm, gnu/packages/qt.scm, gnu/packages/simulation.scm, gnu/packages/terminals.scm: Remove unnecessary import of (guix build utils). * gnu/packages/emacs.scm: Remove unnecessary imports of (guix ...). * gnu/packages/libcanberra.scm: Use (srfi srfi-1) instead of (guix build utils) for 'alist-delete'. * gnu/packages/wxwidgets.scm: Likewise.
* | gnu: boost: Update to 1.69.0.Marius Bakke2018-12-12
| | | | | | | | | | * gnu/packages/boost.scm (boost): Update to 1.69.0. [source](uri): Add mirror.
* | gnu: Remove special Boost C++14 variant.Marius Bakke2018-12-12
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into stagingMarius Bakke2018-12-09
|\|
| * gnu: Add a C++14 variant of Boost for packages that need it.Leo Famulari2018-12-07
| | | | | | | | | | | | | | | | 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.
* | gnu: Boost: Build with C++14.Leo Famulari2018-12-05
|/ | | | | | | | | 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.
* gnu: mdds: Update to 1.4.3.Marius Bakke2018-11-25
| | | | * gnu/packages/boost.scm (mdds): Update to 1.4.3.
* gnu: boost-for-mysql: Remove unnecessary phase.Efraim Flashner2018-10-17
| | | | | * gnu/packages/boost.scm (boost-for-mysql)[arguments]: Remove custom 'provide-libboost_python phase. Add removed '/bin/sh' substitution.
* Merge branch 'staging' into core-updatesMarius Bakke2018-08-25
|\
| * gnu: boost: Move 1.59.0 definition to boost.scm.Ludovic Courtès2018-08-24
| | | | | | | | | | | | | | | | | | | | | | 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.
* | gnu: boost: Update to 1.68.0.Marius Bakke2018-08-23
| | | | | | | | | | * gnu/packages/boost.scm (boost): Update to 1.68.0. [arguments]: Remove /bin/sh substitution.
* | gnu: boost: Provide libboost_python compatibility symlink.Marius Bakke2018-08-23
| | | | | | | | * gnu/packages/boost.scm (boost)[arguments]: Add phase 'provide-libboost_python'.
* | Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus2018-06-06
|\ \ | |/ |/|
| * gnu: boost: Update to 1.67.0.Tobias Geerinckx-Rice2018-05-01
| | | | | | | | * gnu/packages/boost.scm (boost): Update to 1.67.0.
* | gnu: boost: Re-enable context and coroutine libraries on MIPS.Mark H Weaver2018-05-25
| | | | | | | | | | | | * 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.
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-06
|\ \ | |/ |/|
| * gnu: Use HTTPS for www.boost.org.Tobias Geerinckx-Rice2018-05-01
| | | | | | | | | | | | | | * 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.
* | gnu: boost: Fix ICU support.Mark H Weaver2018-04-10
| | | | | | | | | | | | | | | | * 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
* | Merge branch 'master' into core-updatesMarius Bakke2018-03-29
|\|
| * gnu: Add boost-sync.Maxim Cournoyer2018-03-22
| | | | | | | | | | | | * gnu/packages/boost.scm (boost-sync): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: boost: Simplify phases.Mark H Weaver2018-03-18
| | | | | | | | | | * gnu/packages/boost.scm (boost)[arguments]: Remove unneeded '#t's from 'configure', 'build', and 'install' phases.
* | gnu: Remove boost-1.66.Ricardo Wurmus2018-03-15
| | | | | | | | | | * gnu/packages/boost.scm (boost-1.66): Remove variable. * gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost.
* | gnu: boost: Remove bootstrap phase.Ricardo Wurmus2018-03-15
| | | | | | | | * gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase.
* | Merge branch 'master' into core-updatesRicardo Wurmus2018-03-14
|\|
| * gnu: Add boost@1.66.0.Marius Bakke2018-03-04
| | | | | | | | * gnu/packages/boost.scm (boost-1.66): New public variable.
* | gnu: boost: Update to 1.66.0.Arun Isaac2018-02-19
|/ | | | | | * gnu/packages/boost.scm (boost): Update to 1.66.0. [arguments]: Replace system* with invoke. [home-page]: Update URI.
* gnu: mdds: Update to 1.3.1.Tobias Geerinckx-Rice2018-01-19
| | | | * gnu/packages/boost.scm (mdds): Update to 1.3.1.
* gnu: boost: Add ICU support.Leo Famulari2017-06-11
| | | | * gnu/packages/boost.scm (boost)[inputs]: Add icu4c.
* gnu: boost: Update to 1.64.0.Marius Bakke2017-04-26
| | | | * gnu/packages/boost.scm (boost): Update to 1.64.0.
* gnu: mdds: Upgrade to 1.2.2.Thomas Danckaert2017-03-27
| | | | * gnu/packages/boost.scm (mdds): Upgrade to 1.2.2.
* gnu: boost: Update to 1.63.0.Danny Milosavljevic2017-01-17
| | | | * gnu/packages/boost.scm (boost): Update to 1.63.0.
* gnu: mdds: Replace dead Google Code home-page.Tobias Geerinckx-Rice2016-12-14
| | | | * gnu/packages/boost.scm (mdds)[home-page]: Update it.
* gnu: boost: Add -j for build.Eric Bavier2016-09-22
| | | | | * gnu/packages/boost.scm (boost)[arguments]: Add -j flag for build phase.
* gnu: boost: Upgrade to 1.61.0.Eric Bavier2016-09-22
| | | | | | * gnu/packages/boost.scm (boost): Upgrade to 1.61.0 * gnu/packages/databases.scm (mysql)[arguments]: Compute boost minor version for substitution.
* Merge branch 'core-updates'Mark H Weaver2016-08-04
|\
| * Merge branch 'master' into core-updatesLeo Famulari2016-07-22
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | gnu: boost: Allow for customizable build flags.David Thompson2016-06-14
| | | | | | | | | | | | * gnu/packages/boost.scm (boost)[arguments]: Extract build flags to #:make-flags argument.
* | | Revert "Merge branch 'core-updates'"Mark H Weaver2016-08-04
| | | | | | | | | | | | This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
* | | Rename references to (gnu packages tcsh).ng02016-08-03
| | | | | | | | | | | | | | | | | | | | | * 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).
* | | Merge branch 'core-updates'Ludovic Courtès2016-08-01
| |/ |/|
* | gnu: Update URLs for sourceforge.net.Leo Famulari2016-07-21
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.