Install this package:
emerge -a dev-python/tccbox
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-python/tccbox
Or alternatively:
emerge --autounmask-write -a dev-python/tccbox
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2025.10.27 | 8 | ~amd64 ~x86 | 0 |
<pkgmetadata>
<maintainer type="person">
<email>iohann.s.titov@gmail.com</email>
<name>Ivan S. Titov</name>
</maintainer>
<longdescription>
tccbox is a Python package exposing three helpers (tcc_bin_path,
tcc_lib_dir, tcc_include_dir) used by sasmodels/sasview to locate
a tiny C compiler for runtime JIT compilation of scattering
kernels. Upstream ships a wheel bundling a prebuilt TCC; this
ebuild is a source-based shim whose helpers return paths into the
system dev-lang/tcc install instead.
</longdescription>
<upstream>
<remote-id type="github">metab0t/tccbox</remote-id>
<remote-id type="pypi">tccbox</remote-id>
</upstream>
</pkgmetadata>