Port details |
- py-pytorch PyTorch: Tensors and dynamic neural networks in Python
- 2.1.1 misc
=1 2.0.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-05-08 04:18:22
- Last Update: 2023-11-19 23:23:11
- Commit Hash: a4481fd
- People watching this port, also watch:: libjxl, tcpdump, ratproxy, tmux
- License: BSD3CLAUSE
- WWW:
- https://pytorch.org/
- Description:
- PyTorch is a Python package that provides two high-level features:
* Tensor computation (like NumPy) with strong GPU acceleration
* Deep neural networks built on a tape-based autograd system
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-pytorch/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-pytorch
- pkg install py39-pytorch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pytorch listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pytorch
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1700419079
SHA256 (pytorch/pytorch-v2.1.1.tar.gz) = 1aa2aacced3c60c935d05f6d80232f8e99cdcb09eb51ceea697857b90c98d3fa
SIZE (pytorch/pytorch-v2.1.1.tar.gz) = 283020986
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- gmake : devel/gmake
- pybind11>0 : devel/pybind11
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- fxdiv.h : devel/fxdiv
- py39-typing-extensions>0 : devel/py-typing-extensions@py39
- py39-yaml>0 : devel/py-yaml@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-filelock>0 : sysutils/py-filelock@py39
- py39-Jinja2>=0 : devel/py-Jinja2@py39
- py39-networkx>0 : math/py-networkx@py39
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- py39-sympy>0 : math/py-sympy@py39
- py39-typing-extensions>0 : devel/py-typing-extensions@py39
- py39-dill>0 : devel/py-dill@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libblis.so : math/blis
- libmpi.so : net/openmpi
- libonnx.so : misc/onnx
- libopenblas.so : math/openblas
- libpthreadpool.so : devel/pthreadpool
- libprotobuf.so : devel/protobuf
- libsleef.so : math/sleef
- This port is required by:
- for Build
-
- math/dgl
- math/py-dgl
- misc/py-pytorch-lightning
- misc/py-torchmetrics
- misc/py-torchvision
- for Run
-
- math/py-dgl
- misc/py-pytorch-lightning
- misc/py-torchmetrics
- misc/py-torchvision
Configuration Options:
- No options to configure
- Options name:
- misc_py-pytorch
- USES:
- compiler:c++17-lang localbase:ldflags python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1 19 Nov 2023 23:23:11
    |
Yuri Victorovich (yuri)  Author: Wen Heping |
misc/py-pytorch: update 2.1.0 → 2.1.1
PR: 275198 |
2.1.0_1 17 Nov 2023 17:00:31
    |
Yuri Victorovich (yuri)  |
misc/py-pytorch: Fix run-time failure: error: use of undeclared identifier
'__assert_fail'
One particular GPU-related assert macro has to be patched to be a regular
assert.
The problem was reported to the upstream. |
2.1.0 17 Oct 2023 02:26:53
    |
Yuri Victorovich (yuri)  Author: Wen Heping |
misc/py-pytorch: update 2.0.1 → 2.1.0
PR: 274514 |
2.0.1 30 Sep 2023 11:01:21
    |
Muhammad Moinur Rahman (bofh)  |
misc/py-pytorch: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket) |
2.0.1 29 Sep 2023 16:15:15
    |
Po-Chuan Hsieh (sunpoet)  |
misc/py-pytorch: Update USES=compiler
Approved by: portmgr (blanket)
Reference: https://github.com/pytorch/pytorch/blob/v2.0.1/CMakeLists.txt#L40 |
2.0.1 19 Aug 2023 02:52:47
    |
Muhammad Moinur Rahman (bofh)  |
misc/py-pytorch: Fix build on 14
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.0.1 08 Aug 2023 08:42:45
    |
Yuri Victorovich (yuri)  |
misc/py-pytorch: Update 2.0.0 → 2.0.1 |
2.0.0_2 23 May 2023 14:56:50
    |
Yuri Victorovich (yuri)  |
misc/py-pytorch: Enable Numpy
Numpy being enabled is assumed by some dependencies. |
2.0.0_1 19 May 2023 08:07:27
    |
Yuri Victorovich (yuri)  |
misc/py-pytorch: Broken on aarch64
Reported by: fallout |
2.0.0_1 10 May 2023 04:21:00
    |
Yuri Victorovich (yuri)  |
misc/py-pytorch: Disable mkldnn, CUDA, and add a patch |
2.0.0 09 May 2023 22:55:23
    |
Yuri Victorovich (yuri)  |
misc/py-pytorch: Broken on i386 |
2.0.0 08 May 2023 04:16:34
    |
Yuri Victorovich (yuri)  |
misc/py-pytorch: New port: PyTorch: Tensors and dynamic neural networks in
Python |