Port details |
- pytorch Tensors and dynamic neural networks in Python (C++ library)
- 2.4.1_2 misc =2 2.3.1_6Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-12-30 19:54:12
- Last Update: 2024-10-29 14:38:30
- Commit Hash: 94829e7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 - 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 = 1727986762
SHA256 (pytorch/pytorch-v2.4.1.tar.gz) = 39666a43c0c10f5fd46c1a7ca95dc74d3bc39de2678b70066481cbf02e58384f
SIZE (pytorch/pytorch-v2.4.1.tar.gz) = 296932555
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:
-
- gmake : devel/gmake
- fxdiv.h : devel/fxdiv
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-typing-extensions>0 : devel/py-typing-extensions@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- pybind11>0 : devel/pybind11
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-typing-extensions>0 : devel/py-typing-extensions@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libabsl_base.so : devel/abseil
- libblis.so : math/blis
- libopenblas.so : math/openblas
- libmpi_cxx.so : net/openmpi4
- libonnx.so : misc/onnx
- libpthreadpool.so : devel/pthreadpool
- 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-2.4.1_2:
PYTHON=on: Python bindings or support
===> Use 'make config' to modify these settings
- Options name:
- misc_pytorch
- USES:
- compiler:c++17-lang cmake 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.4.1_2 29 Oct 2024 14:38:30 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
2.4.1_1 07 Oct 2024 14:16:41 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
2.4.1 04 Oct 2024 09:15:24 |
Yuri Victorovich (yuri) |
misc/pytorch: update 2.3.1 → 2.4.1 |
2.3.1_6 18 Sep 2024 19:10:12 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
2.3.1_5 15 Sep 2024 20:09:36 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
2.3.1_4 15 Aug 2024 10:55:26 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 27.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
2.3.1_3 08 Aug 2024 07:41:06 |
Alexey Dokuchaev (danfe) |
Bump revisions of dependent ports after Abseil C++ libraries update
Requested by: madpilot |
2.3.1_2 09 Jul 2024 10:04:28 |
Piotr Kubaj (pkubaj) |
misc/pytorch: fix build on arm64 |
2.3.1_2 09 Jul 2024 10:04:22 |
Piotr Kubaj (pkubaj) |
misc/pytorch: fix packaging on non-amd64
Error: Missing: include/dnnl.h
Error: Missing: include/dnnl.hpp
Error: Missing: include/dnnl_config.h
Error: Missing: include/dnnl_debug.h
Error: Missing: include/dnnl_ocl.h
Error: Missing: include/dnnl_ocl.hpp
Error: Missing: include/dnnl_sycl.h
Error: Missing: include/dnnl_sycl.hpp
Error: Missing: include/dnnl_sycl_types.h
Error: Missing: include/dnnl_threadpool.h
Error: Missing: include/dnnl_threadpool.hpp
Error: Missing: include/dnnl_threadpool_iface.hpp
Error: Missing: include/dnnl_types.h (Only the first 15 lines of the commit message are shown above ) |
2.3.1_2 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
2.3.1_1 29 Jun 2024 05:02:34 |
Jason E. Hale (jhale) |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket) |
2.3.1_1 25 Jun 2024 13:28:26 |
Wen Heping (wen) |
misc/pytorch: Fix build with removing setuptools from RUN_D
PR: 270510
Approved by: portmgr(blanket, fix build) |
2.3.1_1 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
2.3.1 17 Jun 2024 01:20:37 |
Yuri Victorovich (yuri) |
misc/pytorch: update 2.2.2 → 2.3.1 |
2.2.2 24 Apr 2024 21:25:48 |
Yuri Victorovich (yuri) |
misc/pytorch: update 2.2.1 → 2.2.2 |
2.2.1 24 Feb 2024 22:35:33 |
Yuri Victorovich (yuri) |
misc/{,py-}pytorch: update 2.2.0 → 2.2.1
Reported by: portscout |
2.2.0_1 18 Feb 2024 09:29:31 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after OpenMPI upgrade |
2.2.0 18 Feb 2024 09:22:35 |
Thierry Thomas (thierry) |
*/*: fix the dependency to net/openmpi4
For ports without USES=mpi:openmpi. For the others, it will be set
automatically. |
2.2.0 14 Feb 2024 05:52:06 |
Yuri Victorovich (yuri) |
misc/pytorch: update 2.1.2 → 2.2.0 |
2.1.2 25 Jan 2024 06:59:32 |
Yuri Victorovich (yuri) |
misc/pytorch: Broken on i386
Reported by: fallout |
2.1.2 27 Dec 2023 22:56:33 |
Yuri Victorovich (yuri) |
misc/pytorch: update 2.1.0 → 2.1.2 |
2.1.0_1 14 Dec 2023 17:03:10 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
2.1.0 27 Nov 2023 10:45:51 |
Po-Chuan Hsieh (sunpoet) |
misc/pytorch: Update to 2.1.0
- Add LICENSE_FILE
- Remove PYTHON_EXECUTABLE which is set by USES=python now
- Comment BROKEN_* temporarily to see if the new version builds
Changes: https://github.com/pytorch/pytorch/releases
PR: 274859
Approved by: maintainer (timeout, 25 days) |
2.1.0 27 Nov 2023 10:30:09 |
Po-Chuan Hsieh (sunpoet) |
misc/pytorch: Update to 2.1.0
- Add LICENSE_FILE
- Remove PYTHON_EXECUTABLE which is set by USES=python now
- Comment BROKEN_* temporarily to see if the new version builds
Changes: https://github.com/pytorch/pytorch/releases
PR: 274859
Approved by: maintainer (timeout, 25 days) |
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) |