Port details |
- py-array-api-compat Array API compatibility library
- 1.9 devel =2 1.9Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-10-08 12:03:07
- Last Update: 2024-10-14 05:25:26
- Commit Hash: 1991d78
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://data-apis.org/array-api-compat/
- https://github.com/data-apis/array-api-compat
- Description:
- This is a small wrapper around common array libraries that is compatible with
the Array API standard. Currently, NumPy, CuPy, and PyTorch are supported.
Note that some of the functionality in this library is backwards incompatible
with the corresponding wrapped libraries. The end-goal is to eventually make
each array library itself fully compatible with the array API, but this requires
making backwards incompatible changes in many cases, so this will take some
time.
Currently all libraries here are implemented against the 2022.12 version of the
standard.
- ¦ ¦ ¦ ¦
- 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}array-api-compat>0:devel/py-array-api-compat@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-array-api-compat/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-array-api-compat
- pkg install py311-array-api-compat
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-array-api-compat listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-array-api-compat
- Package flavors (<flavor>: <package>)
- py311: py311-array-api-compat
- distinfo:
- TIMESTAMP = 1728632320
SHA256 (array_api_compat-1.9.tar.gz) = 8fb35f2895822b1cc6618449efd84aa76dcea1ab96940304f869663fd6a0dcd8
SIZE (array_api_compat-1.9.tar.gz) = 42870
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-anndata
Configuration Options:
- ===> The following configuration options are available for py311-array-api-compat-1.9:
DASK=off: Dask array support
NUMPY=off: NumPy mathematical computing support
SPARSE=off: Sparse array support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-array-api-compat
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|