GNU bug report logs -
#72471
[PATCH 00/24] Update PyTorch and dependencies
Previous Next
Reported by: David Elsing <david.elsing <at> posteo.net>
Date: Sun, 4 Aug 2024 22:14:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cpp.scm (asmjit): Update to commit 062e69c.
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index c1c2a4028b..6b46465abf 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -158,7 +158,7 @@ (define-public argagg
(license license:expat))))
(define-public asmjit
- (let ((commit "3ca5c186bf8922e5fe3018432e93651fd2fa4053")
+ (let ((commit "062e69ca81defa35eb0ee15f7412f49a0dad3cdb")
(revision "1"))
(package
(name "asmjit")
@@ -172,7 +172,7 @@ (define-public asmjit
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "10k1zc0w8m0vnh52id9qlm1sb99qmpvr6k0ha8ag2h223n0d591g"))))
+ (base32 "0lcwqzbv2628g3c7sflkwagyh49lp471px8bhg7lr77w9y94srqq"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DASMJIT_TEST=TRUE")))
--
2.45.1
This bug report was last modified 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.