unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 73283@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#73283] [PATCH 2/2] gnu: bloomberg-bde: Update to 4.14.0.0.
Date: Sun, 15 Sep 2024 20:37:43 +0000	[thread overview]
Message-ID: <02531e94244c1839e5d4989207474d2573497c0f.1726431170.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1726431170.git.code@greghogan.com>

* gnu/packages/cpp.scm (bloomberg-bde): Update to 4.14.0.0.
[source](origin): Update test deletion list.

Change-Id: I147a00c44cb835a3d0198d4f8372fd93404f49bb
---
 gnu/packages/cpp.scm | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 996fc74eaf..5fced92d06 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2460,11 +2460,11 @@ (define-public bloomberg-bde-tools
       (license license:asl2.0))))
 
 (define-public bloomberg-bde
-  (let ((commit "77a0f39d538c20ae28bece9a81cac99a9e1df95d"))
+  (let ((commit "445a8ac4223b90ee0a46749b87ffbbd21788e132"))
     (package
       (name "bloomberg-bde")
       ;; Recent releases are not tagged so commit must be used for checkout.
-      (version "3.118.0.1")
+      (version "4.14.0.0")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -2473,7 +2473,7 @@ (define-public bloomberg-bde
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0nw5clkc9yipd03kijh4c8lxi9zkxfxcjhszl1xzwvgz8xmpampf"))
+                  "1hf09d4fcn77s1vv6qrh0sa0rv9wijpk55km6p3zi2ymkb2cha3c"))
                 (patches
                  (search-patches
                   "bloomberg-bde-cmake-module-path.patch"))
@@ -2487,24 +2487,12 @@ (define-public bloomberg-bde
                     ;; Delete failing tests.
                     (for-each
                      delete-file
-                     (list "groups/bal/ball/ball_asyncfileobserver.t.cpp"
-                           "groups/bal/ball/ball_fileobserver2.t.cpp"
-                           "groups/bal/ball/ball_recordstringformatter.t.cpp"
-                           "groups/bal/balst/balst_stacktraceresolver_filehelper.t.cpp"
+                     (list "groups/bal/balcl/balcl_commandline.t.cpp"
+                           "groups/bal/balst/balst_resolver_filehelper.t.cpp"
+                           "groups/bal/balst/balst_stacktraceprintutil.t.cpp"
                            "groups/bal/balst/balst_stacktraceutil.t.cpp"
-                           "groups/bdl/bdlmt/bdlmt_eventscheduler.t.cpp"
-                           "groups/bdl/bdlmt/bdlmt_timereventscheduler.t.cpp"
-                           "groups/bdl/bdls/bdls_filesystemutil.t.cpp"
                            "groups/bsl/bslh/bslh_hash.t.cpp"
-                           "groups/bsl/bslh/bslh_hashpair.t.cpp"
-                           "groups/bsl/bsls/bsls_platform.t.cpp"
-                           "groups/bsl/bsls/bsls_stackaddressutil.t.cpp"
-                           "groups/bsl/bsls/bsls_stopwatch.t.cpp"
-                           "groups/bsl/bsls/bsls_timeutil.t.cpp"
-                           "groups/bsl/bslstl/bslstl_deque.1.t.cpp"
-                           "groups/bsl/bslstl/bslstl_deque.2.t.cpp"
-                           "groups/bsl/bslstl/bslstl_deque.3.t.cpp"
-                           "groups/bsl/bslstl/bslstl_function_invokerutil.t.cpp"))
+                           "groups/bsl/bsls/bsls_timeutil.t.cpp"))
                     #t))))
       (build-system cmake-build-system)
       (arguments
-- 
2.46.0





      parent reply	other threads:[~2024-09-15 20:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-15 20:34 [bug#73283] [PATCH 0/2] Update bloomberg-bde Greg Hogan
2024-09-15 20:37 ` [bug#73283] [PATCH 1/2] gnu: bloomberg-bde-tools: Update to 4.13.0.0 Greg Hogan
2024-09-15 20:37 ` Greg Hogan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02531e94244c1839e5d4989207474d2573497c0f.1726431170.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=73283@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).