GNU bug report logs -
#77908
[PATCH 0/3] Update boost.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#77908: [PATCH 0/3] Update boost.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 77908 <at> debbugs.gnu.org.
--
77908: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77908
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Fri, Apr 18, 2025 at 3:59 PM Greg Hogan <code <at> greghogan.com> wrote:
>
> * gnu/packages/boost.scm (boost): Update to 1.88.0.
> [source]: Remove patches.
> * gnu/packages/finance.scm (ledger)[inputs]: Replace boost with
> boost-1.83.
>
> Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
> ---
> gnu/packages/boost.scm | 11 ++---------
> gnu/packages/finance.scm | 2 +-
> 2 files changed, 3 insertions(+), 10 deletions(-)
>
> diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
> index f2660358c9..a037eddc3f 100644
> --- a/gnu/packages/boost.scm
> +++ b/gnu/packages/boost.scm
> @@ -69,22 +69,15 @@ (define (boost-patch name version hash)
> (define-public boost
> (package
> (name "boost")
> - (version "1.83.0")
> + (version "1.88.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"))))
> + "0yrgn6syk260ckq9ld44vjv1bl6bamhy3jbp10kikcipcv0d5na6"))))
> (build-system gnu-build-system)
> (inputs
> (append
> diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
> index 8a231cef33..cec3b00bf9 100644
> --- a/gnu/packages/finance.scm
> +++ b/gnu/packages/finance.scm
> @@ -374,7 +374,7 @@ (define-public ledger
> "share/zoneinfo"))
> #t)))))
> (inputs
> - (list boost
> + (list boost-1.83
> gmp
> libedit
> mpfr
> --
> 2.49.0
This patchset is included in the c++-libraries branch so I am closing the issue.
[Message part 3 (message/rfc822, inline)]
boost, boost-static, and ledger have 6926 dependent packages.
Greg Hogan (3):
gnu: librevenge: Update to 0.0.5.
gnu: Rename boost-for-source-highlight to boost-1.83.
gnu: boost: Update to 1.88.0.
gnu/packages/boost.scm | 13 +++----------
gnu/packages/finance.scm | 2 +-
gnu/packages/libreoffice.scm | 4 ++--
gnu/packages/pretty-print.scm | 2 +-
4 files changed, 7 insertions(+), 14 deletions(-)
base-commit: ffc8a07ba45503014cc0647c5dd0613829999f98
--
2.49.0
This bug report was last modified 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.