summaryrefslogtreecommitdiff
path: root/gnu/packages/boost.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: boost-for-mysql: Fix building.•••Co-authored with Jonathan Brielmaier <jonathan.brielmaier@web.de> * gnu/packages/boost.scm (boost-for-mysql)[arguments]: Replace inherited 'configure, phase remove references to python and update the substitute regex for boost-1.59. Absorb 'more-bin-sh-patching into 'configure.Adjust make-flags to always pass '--without-python'. [native-inputs]: Remove python. Efraim Flashner2020-05-211-6/+35
* gnu: Remove boost@1.69.•••* gnu/packages/boost.scm (boost-1.69): Remove variable. Marius Bakke2020-05-111-23/+0
* gnu: boost-static: Adjust for Python 3 migration in Boost.•••* gnu/packages/boost.scm (boost-static)[arguments]: Adjust libboost_python27.a file name to take the Python 3 counterpart in the provide_libboost_python phase. Marius Bakke2020-04-191-3/+11
* Merge branch 'master' into core-updatesMarius Bakke2020-03-141-1/+24
|\
| * gnu: Add boost-1.69.•••* gnu/packages/boost.scm (boost-1.69): New hidden package. Efraim Flashner2020-03-121-1/+24
* | Merge branch 'master' into core-updatesMarius Bakke2020-02-141-2/+2
|\|
| * gnu: mdds: Update to 1.5.0.•••* gnu/packages/boost.scm (mdds): Update to 1.5.0. Leo Famulari2020-02-131-2/+2
* | gnu: boost: Fix build with Python 3.8.•••* gnu/packages/boost.scm (boost)[arguments]: Drop "m" suffix of Python 3 header location. Marius Bakke2020-01-241-5/+0
* | gnu: Add deprecation notice for 'boost-with-python3'.•••* gnu/packages/boost.scm (boost-with-python3): New public variable. Marius Bakke2020-01-221-0/+3
* | gnu: boost: Add upstream patch.•••* gnu/packages/boost.scm (version-with-underscores, boost-patch): New procedures. (boost)[source](uri): Remove LET binding for VERSION-WITH-UNDERSCORES. [source](patches): New field. Marius Bakke2020-01-111-5/+20
* | gnu: Boost: Use Python 3 by default.•••* gnu/packages/boost.scm (boost)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER. [arguments]: Add #:modules and #:imported-modules. Adjust phases 'configure' and 'provide-libboost_python.so' to be agnostic of Python version. * gnu/packages/boost.scm (boost-with-python3): Rename to ... * gnu/packages/boost.scm (boost-with-python2): ... this. [arguments]: Remove. [native-inputs]: Inherit from BOOST, but replace the "python" input with PYTHON-2. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Giacomo Leidi2020-01-081-58/+42
* | gnu: Boost: Update to 1.72.0.•••* gnu/packages/patches/boost-dumpversion.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost): Update to 1.72.0. [source](uri): Remove defunct mirror. [source](patches): Remove. [arguments]: Adjust /bin/sh substitutions. Remove obsolete workaround. Marius Bakke2020-01-081-17/+8
* | Merge branch 'master' into core-updatesMarius Bakke2019-12-051-0/+17
|\|
| * gnu: Add boost-static.•••* gnu/packages/boost.scm (boost-static): New variable. Efraim Flashner2019-11-251-0/+17
* | Merge remote-tracking branch master into core-updatesMathieu Othacehe2019-11-161-0/+50
|\|
| * gnu: Add boost-with-python3.•••* gnu/packages/boost.scm (boost-with-python3): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Giacomo Leidi2019-11-101-0/+50
* | gnu: boost: Fix cross-compilation.•••* gnu/packages/patches/boost-dumpversion.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/boost.scm (boost)[source]: Apply it, [native-inputs]: add python unless cross-compiling, [arguments]: pass cross-compilation mandatory flags and fill a user-config.jam file pointing to cross-compiler. Disable python support that is broken when cross-compiling. Disable provide-libboost_python when cross-compiling. Mathieu Othacehe2019-11-151-13/+46
|/
* gnu: 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 Bakke2019-07-311-0/+5
* gnu: 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 Bakke2019-07-021-3/+1
* gnu: boost: Update to 1.70.0.•••* gnu/packages/boost.scm (boost): Update to 1.70.0. Marius Bakke2019-05-021-2/+2
* gnu: Add boost-signals2.•••* gnu/packages/boost.scm (boost-signals2): New variable. Ricardo Wurmus2019-02-231-1/+29
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-091-2/+1
|\
| * gnu: Remove unnecessary build-side module imports.•••* 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. Ludovic Courtès2019-01-071-2/+1
* | gnu: boost: Update to 1.69.0.•••* gnu/packages/boost.scm (boost): Update to 1.69.0. [source](uri): Add mirror. Marius Bakke2018-12-121-6/+9
* | gnu: Remove special Boost C++14 variant.•••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. Marius Bakke2018-12-121-10/+0
* | 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