Port details |
- pytorch Tensors and dynamic neural networks in Python (C++ library)
- 1.13.1_1 misc
=1 1.13.1_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-12-30 19:54:12
- Last Update: 2023-08-17 04:33:22
- Commit Hash: c3c9eda
- People watching this port, also watch:: libjxl, polipo, tcpdump, ratproxy, tmux
- License: BSD3CLAUSE
- 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
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/pytorch/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/pytorch
- pkg install pytorch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pytorch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672353185
SHA256 (pytorch/pytorch-v1.13.1.tar.gz) = dbc229ee9750b02b514937d017744443a269ea0241ed3f32b9af0703589d25d4
SIZE (pytorch/pytorch-v1.13.1.tar.gz) = 234057741
No package information for this port in our database- Sometimes this happens. Not all ports have packages.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- fxdiv.h : devel/fxdiv
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- py39-typing-extensions>0 : devel/py-typing-extensions@py39
- py39-yaml>0 : devel/py-yaml@py39
- pybind11>0 : devel/pybind11
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- py39-typing-extensions>0 : devel/py-typing-extensions@py39
- py39-yaml>0 : devel/py-yaml@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libopenblas.so : math/openblas
- libmpi.so : net/openmpi
- libpthreadpool.so : devel/pthreadpool
- libonnx.so : misc/onnx
- libprotobuf.so : devel/protobuf
- libsleef.so : math/sleef
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pytorch-1.13.1_1:
PYTHON=on: Python bindings or support
===> Use 'make config' to modify these settings
- Options name:
- misc_pytorch
- USES:
- compiler:c++14-lang cmake localbase:ldflags python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13.1_1 17 Aug 2023 04:33:22
    |
Muhammad Moinur Rahman (bofh)  |
misc/pytorch: Mark BROKEN on 14
Fails to compile with:
error: calling a private constructor of class
'c10::impl::ListElementReference<at::Tensor,
std::__wrap_iter<c10::IValue *>>'
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.13.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.13.1 09 Mar 2023 09:49:08
    |
Piotr Kubaj (pkubaj)  |
misc/pytorch: fix packaging on non-amd64
AVX gets built only on amd64. |
1.13.1 05 Jan 2023 10:20:48
    |
Yuri Victorovich (yuri)  |
misc/pytorch: Broken on aarch64 and i386
Reported by: fallout |
1.13.1 30 Dec 2022 19:50:05
    |
Yuri Victorovich (yuri)  |
misc/pytorch: Tensors and dynamic neural networks in Python (C++ library) |
Number of commits found: 5
|