gnu: bloomberg-bde-tools: Update to 4.27.0.0.

* gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 4.27.0.0.

Change-Id: I3c3155bea0217bbb366f6b5d779873bde24b7dd8
This commit is contained in:
Greg Hogan 2025-07-15 13:18:39 +00:00
parent f361e7fa4a
commit 702a7053e6
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -3245,31 +3245,29 @@ validation.")
"038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l")))))) "038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l"))))))
(define-public bloomberg-bde-tools (define-public bloomberg-bde-tools
(let ((commit "23217675939d434537ef74b91f71b63054e36572")) (package
(package (name "bloomberg-bde-tools")
(name "bloomberg-bde-tools") (version "4.27.0.0")
;; Recent releases are not tagged so commit must be used for checkout. (source (origin
(version "4.13.0.0") (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/bloomberg/bde-tools")
(uri (git-reference (commit version)))
(url "https://github.com/bloomberg/bde-tools") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0zkf6vdvzp73h6bai6kmd062k0wyqwrrdv2z9m416kgxr6qickl2"))
(base32 (patches
"1x440fa8fghigipn6w8zdr60kkvxrkxs2n9a5hf3y33b8aygh8iv")) (search-patches
(patches "bloomberg-bde-tools-fix-install-path.patch"))))
(search-patches (build-system copy-build-system)
"bloomberg-bde-tools-fix-install-path.patch")))) ;; Unable to be an inline dependency of bloomberg-bde due to patch.
(build-system copy-build-system) (properties '((hidden? . #t)))
;; Unable to be an inline dependency of bloomberg-bde due to patch. (synopsis "Tools for developing and building libraries modeled on BDE")
(properties '((hidden? . #t))) (description
(synopsis "Tools for developing and building libraries modeled on BDE") "This package provides the cmake imports needed to build bloomberg-bde.")
(description (home-page "https://github.com/bloomberg/bde-tools")
"This package provides the cmake imports needed to build bloomberg-bde.") (license license:asl2.0)))
(home-page "https://github.com/bloomberg/bde-tools")
(license license:asl2.0))))
(define-public bloomberg-bde (define-public bloomberg-bde
(let ((commit "445a8ac4223b90ee0a46749b87ffbbd21788e132")) (let ((commit "445a8ac4223b90ee0a46749b87ffbbd21788e132"))