Mika Mäki
Results
2
issues of
Mika Mäki
Even when jitting is disabled with the [NUMBA_DISABLE_JIT](https://numba.pydata.org/numba-doc/dev/reference/envvars.html#envvar-NUMBA_DISABLE_JIT) flag, CFuncs still try to compile. This causes issues when the CFuncs are trying to use additional functions provided by Numba, e.g....
feature_request
Importing numbalsoda on Kubuntu 25.04 results in `OSError: PATH_TO_VENV/venv/lib/python3.13/site-packages/numbalsoda/libsolve_ivp.so: cannot enable executable stack as shared object requires: Invalid argument`. This may be caused by [the improved executability checks in Linux...