Port details |
- py-autoray Abstract your array operations
- 0.8.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2025-10-07 08:21:08
- Last Update: 2025-10-07 08:19:44
- Commit Hash: 9533423
- Also Listed In: python
- License: APACHE20
- WWW:
- https://autoray.readthedocs.io/en/latest/
- https://github.com/jcmgray/autoray
- Description:
- Autoray is a lightweight Python library that provides automatic dispatching of
array operations to the appropriate backend, allowing code to work seamlessly
with different array libraries like NumPy, JAX, PyTorch, TensorFlow, CuPy,
Dask, and others.
Key features:
* Automatic backend detection and dispatching
* Support for multiple array libraries
* Minimal overhead and dependencies
* Easy integration with existing code
* Extensible for custom backends
* Compatible with most common array operations
 ¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}autoray>0:devel/py-autoray@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-autoray/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-autoray
- pkg install py311-autoray
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 py311-autoray listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-autoray
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1759782964
SHA256 (autoray-0.8.0.tar.gz) = 5d0d71da03cb02d5bc590a1af64e0ba58589352d628843a0ecbcfe90040dc520
SIZE (autoray-0.8.0.tar.gz) = 1215812
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatch-vcs>0 : devel/py-hatch-vcs@py311
- py311-hatchling>0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-coverage>=0 : devel/py-coverage@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-pytest>=0 : devel/py-pytest@py311
- py311-autograd>0 : math/py-autograd@py311
- py311-pytorch>0 : misc/py-pytorch@py311
- py311-sparse>0 : devel/py-sparse@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-autoray
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|