Install this package:
emerge -a dev-python/numexpr
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-python/numexpr
Or alternatively:
emerge --autounmask-write -a dev-python/numexpr
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.9.0 | 8 | amd64 arm arm64 x86 | 0 |
| 2.10.1-r1 | 8 | ~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos | 0 |
<pkgmetadata> <maintainer type="project"> <email>b@edevau.net</email> <name>Andreas Billmeier</name> </maintainer> <longdescription lang="en"> 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. </longdescription> <upstream> <maintainer status="unknown"> <email>blosc@blosc.org</email> <name>Blosc Development Team</name> </maintainer> <remote-id type="pypi">numexpr</remote-id> <remote-id type="github">pydata/numexpr</remote-id> </upstream> </pkgmetadata>
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | numexpr-2.9.0.gh.tar.gz | 118463 bytes | 2.9.0 |
| Type | File | Size |
|---|---|---|
| DIST | numexpr-2.10.1.gh.tar.gz | 119668 bytes |