py-nvidia-ml-py3: added new package at v7.352.0 (#19002)
This commit is contained in:
parent
d2b3ea24e4
commit
aa3e88739f
1 changed files with 13 additions and 0 deletions
13
var/spack/repos/builtin/packages/py-nvidia-ml-py3/package.py
Normal file
13
var/spack/repos/builtin/packages/py-nvidia-ml-py3/package.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
|
||||
class PyNvidiaMlPy3(PythonPackage):
|
||||
"""Python Bindings for the NVIDIA Management Library."""
|
||||
|
||||
homepage = "http://www.nvidia.com/"
|
||||
url = "https://pypi.io/packages/source/n/nvidia-ml-py3/nvidia-ml-py3-7.352.0.tar.gz"
|
||||
|
||||
version('7.352.0', sha256='390f02919ee9d73fe63a98c73101061a6b37fa694a793abf56673320f1f51277')
|
Loading…
Reference in a new issue