summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-nvidia-ml-py3/package.py
blob: 78bc705b76eb57bcd7e7cf4b788261dc07382229 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2023 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)


from spack.package import *


class PyNvidiaMlPy3(PythonPackage):
    """Python Bindings for the NVIDIA Management Library."""

    homepage = "https://www.nvidia.com/"
    pypi = "nvidia-ml-py3/nvidia-ml-py3-7.352.0.tar.gz"

    license("Unlicense")

    version("7.352.0", sha256="390f02919ee9d73fe63a98c73101061a6b37fa694a793abf56673320f1f51277")

    # pip silently replaces distutils with setuptools
    depends_on("py-setuptools", type="build")