I installed NESTML as follows with miniforge:
conda create --name nestml
conda activate nestml
conda install -c conda-forge nest-simulator ipython cxx-compiler boost boost-cpp libboost cmake make jupyter matplotlib
pip install git+https://github.com/nest/ode-toolbox
pip install nestml
Running NESTCodeGeneratorUtils.generate_code_for("izhikevich_solution.nestml") from the Izhikevich tutorial fails with:
/home/senk//miniforge3/envs/nestml/bin/../lib/gcc/x86_64-conda-linux-gnu/14.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: cannot find /home/senk/miniforge3/envs/nestml/x86_64-conda-linux-gnu/sysroot/usr/lib/libpthread.so: No such file or directory