notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q1
py-numexpr Fast numerical array expression evaluator for Python and NumPy
2.14.1 math on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.11.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-07-05 08:19:17
Last Update: 2025-11-01 17:23:22
Commit Hash: 1403bb7
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}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>)
  • py311: py311-numexpr
distinfo:
TIMESTAMP = 1761446734 SHA256 (numexpr-2.14.1.tar.gz) = 4be00b1086c7b7a5c32e31558122b7b80243fe098579b170967da83f3152b48b SIZE (numexpr-2.14.1.tar.gz) = 119400

Packages (timestamps in pop-ups are UTC):
py39-numexpr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly------2.8.8-
FreeBSD:15:latest--n/a-n/an/a2.8.82.9.0
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py311-numexpr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.14.12.14.1-2.11.02.14.1n/an/an/a
FreeBSD:13:quarterly2.11.02.11.0-2.11.02.11.0n/an/an/a
FreeBSD:14:latest2.14.12.14.1-2.11.02.14.1---
FreeBSD:14:quarterly2.11.02.11.0-2.11.02.11.0---
FreeBSD:15:latest2.14.12.14.1n/a2.11.0n/an/a--
FreeBSD:15:quarterly2.11.02.11.0n/a-n/an/a--
FreeBSD:16:latest2.14.12.14.1n/a-n/an/a--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-numpy>=0,1 : math/py-numpy@py311
  2. py311-setuptools>=61.0.0 : devel/py-setuptools@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=1.26.0,1 : math/py-numpy@py311
  2. python3.11 : lang/python311
This port is required by:
for Build
  1. devel/py-tables
for Run
  1. archivers/py-blosc2
  2. devel/py-tables
  3. math/py-pandas
  4. math/py-python-picard

Configuration Options:
No options to configure
Options name:
math_py-numexpr
USES:
dos2unix python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/n/numexpr/
  2. https://github.com/pydata/numexpr/releases/download/v2.14.1/
  3. https://pypi.org/packages/source/n/numexpr/
Collapse this list.

There are no commits on branch 2024Q1 for this port