gnu: Add rust-find-cuda-helper-0.2.

* gnu/packages/crates-io.scm (rust-find-cuda-helper-0.2): New variable.

Change-Id: I0a51c671844b366e775a997b596d39a121a0332e
This commit is contained in:
Efraim Flashner 2024-01-04 12:07:41 +02:00
parent 3d6a7d0ae0
commit 8d8a1e9371
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25722,6 +25722,25 @@ (define-public rust-find-crate-0.6
@code{Cargo.toml}.")
(license (list license:asl2.0 license:expat))))
(define-public rust-find-cuda-helper-0.2
(package
(name "rust-find-cuda-helper")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "find_cuda_helper" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1bdxg8bmcqvnxb43y6bn2xnhszyi9bm0kndagp3iml1xb5ffdygr"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-glob" ,rust-glob-0.3))))
(home-page "https://github.com/Rust-GPU/Rust-CUDA")
(synopsis "Helper crate for searching for CUDA libraries")
(description "Helper crate for searching for CUDA libraries.")
(license (list license:expat license:asl2.0))))
(define-public rust-findshlibs-0.10
(package
(name "rust-findshlibs")