mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
devel/py-pynvml: New port: Python Bindings for the NVIDIA Management Library
This commit is contained in:
parent
dc61470677
commit
771377e614
@ -5400,6 +5400,7 @@
|
||||
SUBDIR += py-pymsgbox
|
||||
SUBDIR += py-pymtbl
|
||||
SUBDIR += py-pynest2d
|
||||
SUBDIR += py-pynvml
|
||||
SUBDIR += py-pyopencl
|
||||
SUBDIR += py-pyparsing
|
||||
SUBDIR += py-pyparsing2
|
||||
|
19
devel/py-pynvml/Makefile
Normal file
19
devel/py-pynvml/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
PORTNAME= pynvml
|
||||
PORTVERSION= 11.5.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Python Bindings for the NVIDIA Management Library
|
||||
WWW= https://github.com/gpuopenanalytics/pynvml
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-pynvml/distinfo
Normal file
3
devel/py-pynvml/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1714179661
|
||||
SHA256 (pynvml-11.5.0.tar.gz) = d027b21b95b1088b9fc278117f9f61b7c67f8e33a787e9f83f735f0f71ac32d0
|
||||
SIZE (pynvml-11.5.0.tar.gz) = 70250
|
1
devel/py-pynvml/pkg-descr
Normal file
1
devel/py-pynvml/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
pynvml provides Python access to the NVML library for GPU diagnostics.
|
Loading…
Reference in New Issue
Block a user