guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 495192e9b18347a9a1cea7368b03338c75398d95
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Apr 18 15:29:38 2025 +0000

    gnu: boost: Update to 1.89.0.
    
    * gnu/packages/boost.scm (boost-for-source-highlight): Rename this ...
    (boost-1.83): ... to this.
    * gnu/packages/pretty-print.scm (source-highlight): Update accordingly.
    
    * gnu/packages/boost.scm (boost): Update to 1.89.0.
    [source]: Remove patches.
    
    * gnu/packages/boost.scm (mdds)
    [propagated-inputs]: Replace boost with boost-1.83.
    
    * gnu/packages/astronomy.scm (aoflagger),
    * gnu/packages/embedded.scm (cc-tool),
    * gnu/packages/games.scm (0adi, vcmi),
    * gnu/packages/image.scm (gpick),
    * gnu/packages/maths.scm (highfive),
    * gnu/packages/plotutils.scm (asymptote)
    [native-inputs]: Replace boost with boost-1.83.
    
    * gnu/packages/audio.scm (guitarix),
    * gnu/packages/bioinformatics.scm (ataqv, bless, express, isolator,
    metabat, rsem, salmon),
    * gnu/packages/code.scm (sourcetrail),
    * gnu/packages/compression.scm (innoextract),
    * gnu/packages/cpp.scm (lager),
    * gnu/packages/crypto.scm (cryfs),
    * gnu/packages/electronics.scm (prjpeppercorn, pulseview),
    * gnu/packages/engineering.scma (cadabra2, libigl),
    * gnu/packages/file-systems.scm (snapper),
    * gnu/packages/finance.scm (ledger),
    * gnu/packages/game-development.scm (dds),
    * gnu/packages/games.scm (colobot, fifengine, knightsgame, leela-zero,
    supertux, wesnoth, wesnoth-server),
    * gnu/packages/geo.scm (gplates),
    * gnu/packages/gnucash.scm (gnucash),
    * gnu/packages/i2p.scm (i2pd),
    * gnu/packages/image-viewers.scm (luminance-hdr),
    * gnu/packages/networking.scm (kismet),
    * gnu/packages/photo.scm (hugin),
    * gnu/packages/pretty-print.scm (source-highlight),
    * gnu/packages/serialization.scm (avro-cpp),
    * gnu/packages/version-control.scm (gource),
    * gnu/packages/video.scm (aegisub, mkvtoolnix),
    * gnu/packages/web.scm (websocketpp)
    [inputs]: Replace boost with boost-1.83.
    
    * gnu/packages/libreoffice.scm (libcmis): Update to 0.6.2-00a85bf6.
    
    * gnu/packages/libreoffice.scm (librevenge): Update to 0.0.5.
    [arguments]<#:configure-flags>: Remove reference to boost system
    component for which the compatibility stub has been removed.
    
    Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
---
 gnu/packages/astronomy.scm        |  2 +-
 gnu/packages/audio.scm            |  2 +-
 gnu/packages/bioinformatics.scm   | 14 +++---
 gnu/packages/boost.scm            | 15 ++-----
 gnu/packages/code.scm             |  2 +-
 gnu/packages/compression.scm      |  2 +-
 gnu/packages/cpp.scm              |  2 +-
 gnu/packages/crypto.scm           |  2 +-
 gnu/packages/electronics.scm      |  4 +-
 gnu/packages/embedded.scm         |  2 +-
 gnu/packages/engineering.scm      |  4 +-
 gnu/packages/file-systems.scm     |  2 +-
 gnu/packages/finance.scm          |  2 +-
 gnu/packages/game-development.scm |  2 +-
 gnu/packages/games.scm            | 18 ++++----
 gnu/packages/geo.scm              |  2 +-
 gnu/packages/gnucash.scm          |  2 +-
 gnu/packages/i2p.scm              |  2 +-
 gnu/packages/image-viewers.scm    |  2 +-
 gnu/packages/image.scm            |  2 +-
 gnu/packages/libreoffice.scm      | 95 ++++++++++++++++++++-------------------
 gnu/packages/maths.scm            |  2 +-
 gnu/packages/networking.scm       |  2 +-
 gnu/packages/photo.scm            |  2 +-
 gnu/packages/plotutils.scm        |  2 +-
 gnu/packages/pretty-print.scm     |  2 +-
 gnu/packages/serialization.scm    |  2 +-
 gnu/packages/version-control.scm  |  2 +-
 gnu/packages/video.scm            |  4 +-
 gnu/packages/web.scm              |  2 +-
 30 files changed, 97 insertions(+), 103 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index aa71223f55..b2356a8c00 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -257,7 +257,7 @@ reused in several astronomical applications, such as 
@code{wsclean},
                          (string-append (getcwd) "/external/aocommon")))))))
       (native-inputs
        (list aocommon
-             boost
+             boost-1.83
              pkg-config
              python
              pybind11))
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d5d7042447..bbf63e4a1b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2866,7 +2866,7 @@ partial release of the General MIDI sound set.")
                     (("'rU'") "'r'")))))))
     (inputs
      (list libsndfile
-           boost
+           boost-1.83
            curl
            avahi
            eigen
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ecc89ac8ff..02633c8b13 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5686,7 +5686,7 @@ confidence to have in an alignment.")
     (native-inputs
      (list perl))
     (inputs
-     (list openmpi boost sparsehash pigz zlib))
+     (list openmpi boost-1.83 sparsehash pigz zlib))
     (supported-systems '("x86_64-linux"))
     (home-page "https://sourceforge.net/p/bless-ec/wiki/Home/";)
     (synopsis "Bloom-filter-based error correction tool for NGS reads")
@@ -8536,7 +8536,7 @@ dynamic programming or a variety of heuristics.")
                 (("#include \"update_check.h\"") "")
                 (("check_version\\(PACKAGE_VERSION\\);") "")))))))
     (inputs
-     (list boost bamtools protobuf zlib))
+     (list boost-1.83 bamtools protobuf zlib))
     (home-page "http://bio.math.berkeley.edu/eXpress";)
     (synopsis "Streaming quantification for high-throughput genomic 
sequencing")
     (description
@@ -9977,7 +9977,7 @@ experiments and provide highly stable thresholds based on 
reproducibility.")
                  (("isnan") "std::isnan")
                  (("isinf") "std::isinf")))))))
       (inputs
-       (list boost hdf5 zlib))
+       (list boost-1.83 hdf5 zlib))
       (home-page "https://github.com/dcjones/isolator";)
       (synopsis "Tools for the analysis of RNA-Seq experiments")
       (description "Isolator analyzes RNA-Seq experiments.  Isolator has a
@@ -10591,7 +10591,7 @@ form of assemblies or reads.")
                (("set\\(Boost.*") "")
                (("add_dependencies.*") "")))))))
     (inputs
-     (list zlib perl samtools htslib boost))
+     (list zlib perl samtools htslib boost-1.83))
     (home-page "https://bitbucket.org/berkeleylab/metabat";)
     (synopsis
      "Reconstruction of single genomes from complex microbial communities")
@@ -11212,7 +11212,7 @@ phylogenies.")
                            "rsem-run-ebseq"
                            "rsem-run-prsem-testing-procedure"))))))))
     (inputs
-     (list bash-minimal boost r-minimal perl htslib-1.3 zlib))
+     (list bash-minimal boost-1.83 r-minimal perl htslib-1.3 zlib))
     (home-page "https://deweylab.biostat.wisc.edu/rsem/";)
     (synopsis "Estimate gene expression levels from RNA-Seq data")
     (description
@@ -17294,7 +17294,7 @@ The following file formats are supported:
                 (("SALMON_QUASI_INDEX_COMMAND")
                  "SALMON_QUASI_INDEX_CMD")))))))
     (inputs
-     (list boost
+     (list boost-1.83
            bzip2
            cereal
            curl
@@ -21729,7 +21729,7 @@ on the needs of the user.")
        (modify-phases %standard-phases
          (delete 'configure))))
     (inputs
-     (list boost htslib ncurses zlib))
+     (list boost-1.83 htslib ncurses zlib))
     (native-inputs
      (list lcov))
     (home-page "https://github.com/ParkerLab/ataqv";)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index b41b911d08..9b4e77cb4d 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -69,22 +69,15 @@
 (define-public boost
   (package
     (name "boost")
-    (version "1.83.0")
+    (version "1.89.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archives.boost.io/release/";
                                   version "/source/boost_"
                                   (version-with-underscores version) 
".tar.bz2"))
-              (patches
-                (append
-                 (search-patches "boost-fix-duplicate-definitions-bug.patch")
-                 (list (boost-patch
-                        "0001-unordered-fix-copy-assign.patch" version
-                        
"09j61m5xh7099k5na9i43x5rra51znf7vm2nyh89yqpizcll9q66"))))
-              (patch-flags '("-p2"))
               (sha256
                (base32
-                "13iviiwk1srpw9dmiwabkxv56v0pl0zggjp8zxy1419k5zzfsy34"))))
+                "0yhcb8dn7g5k9dfr54j99wpd4qwk59g1lpp8z0ag7d114si3z8w5"))))
     (build-system gnu-build-system)
     (inputs
      (append
@@ -208,7 +201,7 @@ across a broad spectrum of applications.")
     (license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt";
                                 "Some components have other similar 
licences."))))
 
-(define-public boost-for-source-highlight
+(define-public boost-1.83
   (hidden-package (package (inherit boost)
     (name "boost")
     (version "1.83.0")
@@ -399,7 +392,7 @@ signals and slots system.")
     (build-system gnu-build-system)
     (native-inputs (list autoconf automake))
     (propagated-inputs
-      (list boost)) ; inclusion of header files
+      (list boost-1.83)) ; inclusion of header files
     (home-page "https://gitlab.com/mdds/mdds";)
     (synopsis "Multi-dimensional C++ data structures and indexing algorithms")
     (description "Mdds (multi-dimensional data structure) provides a
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 77cfa905ea..4912a24109 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -1032,7 +1032,7 @@ extensions over the standard utility.")
                                           "/share/sourcetrail/user/projects")))
                                 (copy-recursively src dst)
                                 (delete-file-recursively src))))))))
-    (inputs (list boost
+    (inputs (list boost-1.83
                   clang-19
                   expected-lite
                   qt5compat
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 6c43fc577b..52e6f3b2be 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2349,7 +2349,7 @@ single-member files which can't be decompressed in 
parallel.")
    (build-system cmake-build-system)
    (arguments
     `(#:tests? #f))
-   (inputs (list boost xz))
+   (inputs (list boost-1.83 xz))
    (native-inputs (list pkg-config))
    (home-page "https://constexpr.org/innoextract/";)
    (synopsis "Tool for extracting Inno Setup installers")
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7842dd863c..a1822dd5c7 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2661,7 +2661,7 @@ composable sequential transformations.")
                           (lambda _
                             (delete-file-recursively "test/event_loop")))
                         (replace 'check (assoc-ref gnu:%standard-phases 
'check)))))
-   (inputs (list boost immer zug))
+   (inputs (list boost-1.83 immer zug))
    (native-inputs (list catch2 cereal))
    (home-page "https://sinusoid.es/lager";)
    (synopsis "Library for value-oriented design")
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 1182abf5b0..3e4c85737c 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1570,7 +1570,7 @@ non-encrypted files.")
     (native-inputs
      (list pkg-config python-wrapper))
     (inputs
-     (list boost curl fuse-2 range-v3 spdlog))
+     (list boost-1.83 curl fuse-2 range-v3 spdlog))
     (home-page "https://www.cryfs.org/";)
     (synopsis "Encrypted FUSE filesystem for the cloud")
     (description "CryFS encrypts your files, so you can safely store them 
anywhere.
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a21201e7b7..c1414eece1 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1327,7 +1327,7 @@ chip database for NG-Ultra architecture from NanoXplore.")
                 (copy-recursively "tools"
                                   (string-append datadir "/tools"))))))))
     (inputs
-     (list boost))
+     (list boost-1.83))
     (synopsis "GateMate FPGAs bitstream tools")
     (description
      "@code{Prjpeppercorn} includes programming tools for GateMate
@@ -1470,7 +1470,7 @@ formats.")
     (native-inputs
      (list pkg-config qttools-5))
     (inputs
-     (list boost
+     (list boost-1.83
            glib
            glibmm
            libsigrok
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index b0064f4a1e..cad01c38bf 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -2134,7 +2134,7 @@ TS-4900 family.  The included commands are:
     (build-system gnu-build-system)
     (inputs (list libusb))
     (native-inputs (list pkg-config
-                         boost
+                         boost-1.83
                          automake
                          autoconf
                          libtool))
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index e0f0697652..55d6055633 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -4145,7 +4145,7 @@ perform various useful functions such as:
     ;;      We would need to patch the CMake recipe to build a shared library
     ;;      with all of these.
     (inputs
-     `(("boost" ,boost)
+     `(("boost" ,boost-1.83)
        ("cgal" ,cgal)
        ("eigen" ,eigen)
        ("embree" ,embree-3)
@@ -5240,7 +5240,7 @@ and mogan.")
     (native-inputs
      (list pkg-config))
     (inputs
-     (list glibmm-2.66 gmp python boost gtkmm-3 sqlite python-gmpy2 
python-sympy
+     (list glibmm-2.66 gmp python boost-1.83 gtkmm-3 sqlite python-gmpy2 
python-sympy
            python-mpmath python-matplotlib texlive-dvipng
            `(,util-linux "lib")))
     (synopsis "Computer algebra system geared towards field theory")
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 7db74f796a..e261113081 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1504,7 +1504,7 @@ APFS.")
            libxml2
            json-c
            acl
-           boost
+           boost-1.83
            ncurses/tinfo
            libxslt
            docbook-xsl
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ef2bff1f7d..0da6f58b60 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -436,7 +436,7 @@ and dynamically with report tools based on filtering and 
graphical charts.")
                                              "share/zoneinfo"))
              #t)))))
     (inputs
-     (list boost
+     (list boost-1.83
            gmp
            libedit
            mpfr
diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index a6a56c4d2a..3e24118c81 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -281,7 +281,7 @@ is used in some video games and movies.")
       (native-inputs
        (list gawk procps))
       (inputs
-       (list boost))
+       (list boost-1.83))
       (home-page "https://privat.bahnhof.se/wb758135/";)
       (synopsis "Double dummy solver for the bridge card game")
       (description "DDS is a double-dummy solver of bridge hands.  It supports
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a6cfb7c9be..0fde8806f7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2221,7 +2221,7 @@ kthieves, ktowers, xmille and xreversi.")
          (delete 'configure))
        #:tests? #f)) ;; No check target.
     (inputs
-     `(("boost" ,boost)
+     `(("boost" ,boost-1.83)
        ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer)))
        ("freetype" ,freetype)
        ("fontconfig" ,fontconfig)
@@ -4499,7 +4499,7 @@ Widgets, and allows users to create more.")
            libogg
            glew
            libvorbis
-           boost
+           boost-1.83
            fifechan
            swig
            python))
@@ -5073,7 +5073,7 @@ falling, themeable graphics and sounds, and replays.")
                      (("#include \"(lua|lualib|lauxlib)\\.h\"")
                       "#include \"lua.hpp\"")))))))
     (inputs
-     (list boost
+     (list boost-1.83
            curl
            dbus
            libvorbis
@@ -5105,7 +5105,7 @@ next campaign.")
     (inherit wesnoth)
     (name "wesnoth-server")
     (inputs
-     (list boost icu4c lua-5.4 openssl))
+     (list boost-1.83 icu4c lua-5.4 openssl))
     (native-inputs
      (list pkg-config))
     (arguments
@@ -6715,7 +6715,7 @@ with the \"Stamp\" tool within Tux Paint.")
               (("sq_getinstanceup\\(vm, 1, &data, nullptr" all)
                (string-append all ", 0"))))))))
    (build-system cmake-build-system)
-   (inputs (list boost
+   (inputs (list boost-1.83
                  curl
                  freetype
                  glew
@@ -7994,7 +7994,7 @@ fight against their plot and save his fellow rabbits from 
slavery.")
            wxwidgets
            zlib))
     (native-inputs
-     (list boost
+     (list boost-1.83
            cmake-minimal
            cxxtest
            mesa
@@ -8936,7 +8936,7 @@ Github or Gitlab.")
            po4a
            python-wrapper))
     (inputs
-     (list boost
+     (list boost-1.83
            glew
            libogg
            libpng
@@ -11251,7 +11251,7 @@ often the contract is set (for team play).")
     (native-inputs
      (list googletest))
     (inputs
-     (list boost
+     (list boost-1.83
            opencl-icd-loader
            openblas
            opencl-headers
@@ -12547,7 +12547,7 @@ play; it will look for them at 
@file{~/.local/share/fheroes2} folder.")
            ;; Pass -DENABLE_TEST to configure to enable.
            #:tests? #f))
     (native-inputs
-     (list boost
+     (list boost-1.83
            ffmpeg
            fuzzylite
            ;; googletest ; needed for tests, but tests are disabled
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 02152d6719..9a5bec667b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -4131,7 +4131,7 @@ latitude and longitude.")
     (arguments
      (list #:tests? #f))                    ;no test target
     (inputs
-     (list boost
+     (list boost-1.83
            cgal
            curl
            gdal
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index de5aa1bc25..bb2b7e7051 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -188,7 +188,7 @@
     (inputs
      (list aqbanking
            bash-minimal
-           boost
+           boost-1.83
            glib
            gtk+
            guile-3.0
diff --git a/gnu/packages/i2p.scm b/gnu/packages/i2p.scm
index bb5fa5fce8..236e4caebf 100644
--- a/gnu/packages/i2p.scm
+++ b/gnu/packages/i2p.scm
@@ -48,7 +48,7 @@
     (build-system cmake-build-system)
     (native-inputs (list check pkg-config))
     (inputs
-     (list boost miniupnpc openssl zlib))
+     (list boost-1.83 miniupnpc openssl zlib))
     (arguments
      (list
       #:configure-flags
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 23b676c447..8acbb5629e 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -667,7 +667,7 @@ and WebP.")
      (list qtbase-5
            qtdeclarative-5
            qtsvg-5
-           boost
+           boost-1.83
            eigen
            ;; gtest
            libraw
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 120885f381..7621381f6d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2241,7 +2241,7 @@ custom formats for representing color values..")
               (substitute* "SConscript"
                 (("lua5.2")
                  "lua-5.2")))))))
-    (native-inputs (list boost gettext-minimal pkg-config ragel))
+    (native-inputs (list boost-1.83 gettext-minimal pkg-config ragel))
     (inputs (list expat gtk+-2 lua-5.2))
     (home-page "http://www.gpick.org/";)
     (synopsis "Color picker")
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a372793c6a..8ec67521c5 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -207,14 +207,14 @@ All required fonts must be installed on the converting 
system.")
 (define-public librevenge
   (package
     (name "librevenge")
-    (version "0.0.4")
+    (version "0.0.5")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/libwpd/librevenge/librevenge-"
                           version "/librevenge-" version ".tar.xz"))
       (sha256 (base32
-               "1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk"))))
+               "0d7bmqd6r23y076j4nk6fxhq2fx8dxk6a14yicsb2234pd20qv8h"))))
     (build-system gnu-build-system)
     (native-inputs
      (list cppunit doxygen pkg-config))
@@ -224,9 +224,7 @@ All required fonts must be installed on the converting 
system.")
      (list boost))
     (arguments
      ;; avoid triggering configure errors by simple inclusion of boost headers
-     `(#:configure-flags '("--disable-werror"
-                           ;; Avoid undefined library references
-                           "LDFLAGS=-lboost_system")))
+     `(#:configure-flags '("--disable-werror")))
     (home-page "https://sourceforge.net/p/libwpd/wiki/librevenge/";)
     (synopsis "Document importer for office suites")
     (description "Librevenge is a base library for writing document import
@@ -353,50 +351,53 @@ working with graphics in the WPG (WordPerfect Graphics) 
format.")
     (license (list license:mpl2.0 license:lgpl2.1+)))) ; dual-licensed
 
 (define-public libcmis
-  (package
-    (name "libcmis")
-    ;; Note: Use an unreleased version because libreoffice requires it and
-    ;; is the only user (see <https://github.com/tdf/libcmis/pull/43>).
-    (version "0.6.2")
-    (home-page "https://github.com/tdf/libcmis";)
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference (url home-page)
-                           (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "0g0wr31gfhxcdfvr0l36zallz349rrxd2d8n03b0b5ffm10b4y0x"))))
-    (build-system gnu-build-system)
-    (native-inputs
-     (list autoconf automake libtool cppunit pkg-config))
-    (propagated-inputs                  ;in Requires field of .pkg
-     (list curl libxml2))
-    (inputs
-     (list boost cyrus-sasl openssl))
-    (arguments
-     (list
-      #:configure-flags
-      #~(list
-         ;; FIXME: Man pages generation requires docbook-to-man; reenable
-         ;; it once this is available.
-         "--without-man"
-         ;; XXX: A configure test fails with GCC7 when including Boost headers.
-         "--disable-werror")
-      #:phases
-      #~(modify-phases %standard-phases
-          (replace 'bootstrap
-            (lambda _
-              ;; Override the bootstrap phase as the ancient autogen.sh
-              ;; script exits with a non-zero code when NOCONFIGURE=1.
-              (invoke "autoreconf" "-vif"))))))
-    (synopsis "CMIS client library")
-    (description "LibCMIS is a C++ client library for the CMIS interface.  It
+  ;; Use an unreleased version supporting newer versions of Boost.
+  (let ((commit "00a85bf6574270f47740df8cbb5363ce8d1b1ea6")
+        (revision "0"))
+    (package
+      (name "libcmis")
+      ;; Note: Use an unreleased version because libreoffice requires it and
+      ;; is the only user (see <https://github.com/tdf/libcmis/pull/43>).
+      (version (git-version "0.6.2" revision commit))
+      (home-page "https://github.com/tdf/libcmis";)
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference (url home-page)
+                             (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "10ckwqhvdjk5vp774cr7v6k6jwf1kdwigkn0b7npnk4vhlz5b94x"))))
+      (build-system gnu-build-system)
+      (native-inputs
+       (list autoconf automake libtool cppunit pkg-config))
+      (propagated-inputs                  ;in Requires field of .pkg
+       (list curl libxml2))
+      (inputs
+       (list boost cyrus-sasl openssl))
+      (arguments
+       (list
+        #:configure-flags
+        #~(list
+           ;; FIXME: Man pages generation requires docbook-to-man; reenable
+           ;; it once this is available.
+           "--without-man"
+           ;; XXX: A configure test fails with GCC7 when including Boost 
headers.
+           "--disable-werror")
+        #:phases
+        #~(modify-phases %standard-phases
+            (replace 'bootstrap
+              (lambda _
+                ;; Override the bootstrap phase as the ancient autogen.sh
+                ;; script exits with a non-zero code when NOCONFIGURE=1.
+                (invoke "autoreconf" "-vif"))))))
+      (synopsis "CMIS client library")
+      (description "LibCMIS is a C++ client library for the CMIS interface.  It
 allows C++ applications to connect to any ECM behaving as a CMIS server such
 as Alfresco or Nuxeo.")
-    (license
-     (list license:mpl1.1 license:gpl2+ license:lgpl2.1+)))) ; triple license
+      (license
+       (list license:mpl1.1 license:gpl2+ license:lgpl2.1+))))) ; triple 
license
 
 (define-public libabw
   (package
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7e614b66b3..70f0f3c1ba 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2386,7 +2386,7 @@ Blosc-compressed datasets.")
               "-DHIGHFIVE_UNIT_TESTS=ON"
               "-GNinja")))
     (native-inputs
-     (list boost
+     (list boost-1.83
            catch2-3
            ninja))
     (inputs
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8516bb0ff3..fdff15e3e9 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -842,7 +842,7 @@ SCTP-aware kernel (most are).")
                      (("-o \\$\\(INSTUSR\\) -g \\$\\(INSTGRP\\)") "")))))))
     (home-page "https://www.kismetwireless.net/";)
     (native-inputs (list perl pkg-config python python-2))
-    (inputs (list boost
+    (inputs (list boost-1.83
                   libusb
                   libpcap
                   libwebsockets
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index db087f9ee2..fe589f18d3 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -921,7 +921,7 @@ off' shooting directly from the controlling computer.")
     (native-inputs
      (list gettext-minimal pkg-config))
     (inputs
-     (list boost
+     (list boost-1.83
            enblend-enfuse
            exiv2
            fftw
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 4968cebb50..f2763bb081 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -89,7 +89,7 @@
      (list autoconf-2.71
            automake
            bison
-           boost
+           boost-1.83
            cmake-minimal
            emacs-minimal
            flex
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index b93cdf0b7e..ae96f03225 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -324,7 +324,7 @@ a fast alternative to @code{IOStreams}.")
     ;; The ctags that comes with emacs does not support the --excmd options,
     ;; so can't be used
     (inputs
-     (list boost-for-source-highlight))
+     (list boost-1.83))
     (native-inputs
      (list bison flex))
     (arguments
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index d2d1bffe8f..8613e1019a 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -98,7 +98,7 @@
                      (("^FetchContent_MakeAvailable\\(fmt\\)")
                       "find_package(fmt REQUIRED)")))))))
     (inputs
-     (list boost fmt snappy))
+     (list boost-1.83 fmt snappy))
     (home-page "https://avro.apache.org/";)
     (synopsis "Data serialization system")
     (description "Apache Avro is a data serialization system.  Avro provides:
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index a00fb3800a..cd2aa94d27 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3986,7 +3986,7 @@ be served with a HTTP file server of your choice.")
     (native-inputs
      (list pkg-config tzdata-for-tests))
     (inputs
-     (list boost
+     (list boost-1.83
            ftgl
            glew
            glm
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 992986fb73..5a1d322023 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1090,7 +1090,7 @@ H.264 (MPEG-4 AVC) video streams.")
     (build-system gnu-build-system)
     (outputs '("out" "gui")) ; "mkvtoolnix-gui" brings the closure size from 
~300 MB to 1.5+ GB.
     (inputs
-     (list boost
+     (list boost-1.83
            gmp
            bzip2
            cmark
@@ -5607,7 +5607,7 @@ programmers to access a standard API to open and 
decompress media files.")
                     "#include <boost/gil.hpp>"))
                  #t)))))
     (inputs
-     (list boost
+     (list boost-1.83
            ffms2
            fftw
            hunspell
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 64772a0c4a..9609d8b837 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2104,7 +2104,7 @@ features.")
         (base32 "1ww4fhl8qf12hkv6jaild8zzsygdspxm1gqpk2f63gv1xfi31wpm"))
        (patches (search-patches "websocketpp-fix-for-cmake-3.15.patch"))))
     (build-system cmake-build-system)
-    (inputs (list boost openssl))
+    (inputs (list boost-1.83 openssl))
     (arguments '(#:parallel-tests? #f
                  #:configure-flags '("-DBUILD_TESTS=ON")
                  #:phases

Reply via email to