Port details on branch 2024Q1 |
- py-numexpr Fast numerical array expression evaluator for Python and NumPy
- 2.10.2 math
=2 2.10.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2010-07-05 08:19:17
- Last Update: 2024-12-25 19:15:44
- Commit Hash: 1cb95f6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/pydata/numexpr
- Description:
- numexpr - Fast numerical array expression evaluator for Python and NumPy.
The numexpr package evaluates multiple-operator array expressions many times
faster than NumPy can. It accepts the expression as a string, analyzes it,
rewrites it more efficiently, and compiles it to faster Python code on the fly.
It's the next best thing to writing the expression in C and compiling it with a
specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at
runtime.
Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated
in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing
transcendental functions (like trigonometrical, exponentials...) on top of
Intel-compatible platforms. This support also allows to use multiple cores in
your computations.
¦ ¦ ¦ ¦ 
- 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}numexpr>0:math/py-numexpr@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-numexpr/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-numexpr
- pkg install py311-numexpr
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-numexpr listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-numexpr
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1734888336
SHA256 (numexpr-2.10.2.tar.gz) = b0aff6b48ebc99d2f54f27b5f73a58cb92fde650aeff1b397c71c8788b4fff1a
SIZE (numexpr-2.10.2.tar.gz) = 106787
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-numpy>=0,1 : math/py-numpy@py311
- 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:
-
- py311-numpy>=1.23.0,1 : math/py-numpy@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/py-tables
- for Run
-
- archivers/py-blosc2
- devel/py-tables
- math/py-pandas
- math/py-python-picard
Configuration Options:
- No options to configure
- Options name:
- math_py-numexpr
- USES:
- dos2unix python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|