Marius Bakke
5cde458bd5
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.
2020-01-11 18:59:22 +01:00
Giacomo Leidi
2ac164a810
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>
2020-01-08 21:56:05 +01:00
Marius Bakke
02fef9619b
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.
2020-01-08 21:56:05 +01:00
Marius Bakke
9d5aa00906
Merge branch 'master' into core-updates
2019-12-05 17:57:35 +01:00
Efraim Flashner
31872b3e75
gnu: Add boost-static.
...
* gnu/packages/boost.scm (boost-static): New variable.
2019-11-25 14:08:31 +02:00
Mathieu Othacehe
154d97abdd
Merge remote-tracking branch master into core-updates
2019-11-16 09:34:27 +01:00
Mathieu Othacehe
a4c04bee7b
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.
2019-11-15 17:32:25 +01:00
Giacomo Leidi
12156a459c
gnu: Add boost-with-python3.
...
* gnu/packages/boost.scm (boost-with-python3): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-10 23:50:37 +01:00
Marius Bakke
941ef1a1e5
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>.
2019-07-31 14:41:36 +02:00
Marius Bakke
e7a42c4abb
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".
2019-07-02 21:17:53 +02:00
Marius Bakke
f1e9999b5f
gnu: boost: Update to 1.70.0.
...
* gnu/packages/boost.scm (boost): Update to 1.70.0.
2019-05-02 00:38:53 +02:00
Ricardo Wurmus
71154fe737
gnu: Add boost-signals2.
...
* gnu/packages/boost.scm (boost-signals2): New variable.
2019-02-23 13:40:19 +01:00
Efraim Flashner
0e28967250
Merge remote-tracking branch 'origin/master' into staging
2019-01-09 10:52:41 +02:00
Ludovic Courtès
6fd5a80dbe
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.
2019-01-07 14:41:00 +01:00
Marius Bakke
b8e43e61a3
gnu: boost: Update to 1.69.0.
...
* gnu/packages/boost.scm (boost): Update to 1.69.0.
[source](uri): Add mirror.
2018-12-12 20:49:15 +01:00
Marius Bakke
4cb9b72633
gnu: Remove special Boost C++14 variant.
...
This is no longer needed since commit a7ff66998f
.
* 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.
2018-12-12 20:49:14 +01:00
Marius Bakke
fbb7b04a85
Merge branch 'master' into staging
2018-12-09 00:18:32 +01:00
Leo Famulari
b9103c827c
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.
2018-12-07 19:42:59 -05:00
Leo Famulari
a7ff66998f
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.
2018-12-05 14:16:17 -05:00
Marius Bakke
07d4200c1c
gnu: mdds: Update to 1.4.3.
...
* gnu/packages/boost.scm (mdds): Update to 1.4.3.
2018-11-25 17:04:10 +01:00
Efraim Flashner
da39ff5898
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.
2018-10-17 10:55:26 +03:00
Marius Bakke
839167ff9d
Merge branch 'staging' into core-updates
2018-08-25 16:44:07 +02:00
Ludovic Courtès
444488fc1b
gnu: boost: Move 1.59.0 definition to boost.scm.
...
Fixes a regression introduced in commit
7cbf06d8c2
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.
2018-08-24 00:36:04 +02:00
Marius Bakke
3ea66dadf6
gnu: boost: Update to 1.68.0.
...
* gnu/packages/boost.scm (boost): Update to 1.68.0.
[arguments]: Remove /bin/sh substitution.
2018-08-23 14:56:03 +02:00
Marius Bakke
bd65ecf460
gnu: boost: Provide libboost_python compatibility symlink.
...
* gnu/packages/boost.scm (boost)[arguments]: Add phase 'provide-libboost_python'.
2018-08-23 14:56:02 +02:00
Ricardo Wurmus
8709624756
Merge branch 'origin/core-updates-next' into core-updates
2018-06-06 23:01:48 +02:00
Mark H Weaver
0ff4e49a95
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.
2018-05-25 14:07:28 -04:00
Marius Bakke
12bd588346
Merge branch 'master' into core-updates
2018-05-06 15:56:24 +02:00
Tobias Geerinckx-Rice
a2cfe19041
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.
2018-05-01 06:51:15 +02:00
Tobias Geerinckx-Rice
ca2c342181
gnu: boost: Update to 1.67.0.
...
* gnu/packages/boost.scm (boost): Update to 1.67.0.
2018-05-01 06:39:40 +02:00
Mark H Weaver
713c975ac0
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
2018-04-10 00:46:22 -04:00
Marius Bakke
5576cfabf3
Merge branch 'master' into core-updates
2018-03-29 17:34:41 +02:00
Maxim Cournoyer
7624300c84
gnu: Add boost-sync.
...
* gnu/packages/boost.scm (boost-sync): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-22 12:30:39 +01:00
Mark H Weaver
196fb12cb8
gnu: boost: Simplify phases.
...
* gnu/packages/boost.scm (boost)[arguments]: Remove unneeded '#t's from
'configure', 'build', and 'install' phases.
2018-03-18 00:48:55 -04:00
Ricardo Wurmus
058ad040d6
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.
2018-03-15 12:53:17 +01:00
Ricardo Wurmus
df216847c5
gnu: boost: Remove bootstrap phase.
...
* gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase.
2018-03-15 12:52:51 +01:00
Ricardo Wurmus
8c72ed923d
Merge branch 'master' into core-updates
2018-03-14 17:37:20 +01:00
Marius Bakke
bbce53c4b3
gnu: Add boost@1.66.0.
...
* gnu/packages/boost.scm (boost-1.66): New public variable.
2018-03-04 17:54:40 +01:00
Arun Isaac
baef70bb86
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.
2018-02-19 21:50:10 -05:00
Tobias Geerinckx-Rice
13de2b70b8
gnu: mdds: Update to 1.3.1.
...
* gnu/packages/boost.scm (mdds): Update to 1.3.1.
2018-01-19 02:45:17 +01:00
Leo Famulari
bd590b965e
gnu: boost: Add ICU support.
...
* gnu/packages/boost.scm (boost)[inputs]: Add icu4c.
2017-06-11 22:08:46 -04:00
Marius Bakke
4a4e60f433
gnu: boost: Update to 1.64.0.
...
* gnu/packages/boost.scm (boost): Update to 1.64.0.
2017-04-26 17:35:20 +02:00
Thomas Danckaert
57144094b8
gnu: mdds: Upgrade to 1.2.2.
...
* gnu/packages/boost.scm (mdds): Upgrade to 1.2.2.
2017-03-27 20:15:36 +02:00
Danny Milosavljevic
4c9c8a294e
gnu: boost: Update to 1.63.0.
...
* gnu/packages/boost.scm (boost): Update to 1.63.0.
2017-01-17 21:34:39 +01:00
Tobias Geerinckx-Rice
62d652a710
gnu: mdds: Replace dead Google Code home-page.
...
* gnu/packages/boost.scm (mdds)[home-page]: Update it.
2016-12-14 21:59:40 +01:00
Eric Bavier
1a0ae573c7
gnu: boost: Add -j for build.
...
* gnu/packages/boost.scm (boost)[arguments]: Add -j flag for build
phase.
2016-09-22 22:34:04 -05:00
Eric Bavier
6941965526
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.
2016-09-22 22:33:37 -05:00
Mark H Weaver
536fc5f8cd
Merge branch 'core-updates'
2016-08-04 08:17:05 -04:00
Mark H Weaver
0832787e5c
Revert "Merge branch 'core-updates'"
...
This reverts commit 455859a50f
.
2016-08-04 08:16:38 -04:00
ng0
b7194849ad
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).
2016-08-03 16:22:31 +02:00