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

commit b13f68b8745961de68dd773fae4687688bc3fcee
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): Update to 1.89.0.
    [source]: Remove patches.
    * gnu/packages/bioinformatics.scm (bless),
    * gnu/packages/finance.scm (ledger)
    [inputs]: Replace boost with boost-1.83.
    
    Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
---
 gnu/packages/bioinformatics.scm |  2 +-
 gnu/packages/boost.scm          | 11 ++---------
 gnu/packages/finance.scm        |  2 +-
 3 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 23644570d3..2182e999b0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5506,7 +5506,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")
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 8bef1331b5..eb09da5074 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
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

Reply via email to