GNU bug report logs -
#75372
[PATCH 00/44] Add rust-bottom-0.10
Previous Next
Reported by: Divya Ranjan <divya <at> subvertising.org>
Date: Sun, 5 Jan 2025 07:02:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-nvml-wrapper-0.10): New variable.
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a9c197c898..7706fd6c67 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48049,6 +48049,34 @@ (define-public rust-numtoa-0.1
"1vs9rhggqbql1p26x8nkha1j06wawwgb2jp5fs88b5gi7prvvy5q"))))
(arguments '(#:tests? #f))))
+(define-public rust-nvml-wrapper-0.10
+ (package
+ (name "rust-nvml-wrapper")
+ (version "0.10.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "nvml-wrapper" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1i9q80f8x5zy646wvz1wkaydryvnfnwsi8jy72hh92fll45gz6qc"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
+ ("rust-libloading" ,rust-libloading-0.8)
+ ("rust-nvml-wrapper-sys" ,rust-nvml-wrapper-sys-0.8)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-static-assertions" ,rust-static-assertions-1)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-wrapcenum-derive" ,rust-wrapcenum-derive-0.4))))
+ (home-page "https://github.com/Cldfire/nvml-wrapper")
+ (synopsis
+ "safe and ergonomic Rust wrapper for the NVIDIA Management Library")
+ (description
+ "This package provides a safe and ergonomic Rust wrapper for the NVIDIA
+Management Library.")
+ (license (list license:expat license:asl2.0))))
(define-public rust-oauth2-types-0.7
(package
(name "rust-oauth2-types")
--
2.47.1
This bug report was last modified 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.