SimVascular / svZeroDSolver

A C++ lumped-parameter solver for blood flow and pressure in hemodynamic networks
https://simvascular.github.io/documentation/rom_simulation.html#0d-solver
Other
7 stars 18 forks source link

CMake doesn't detect pyenv #63

Closed mrp089 closed 1 year ago

mrp089 commented 1 year ago

When running cmake on Ubuntu 22, pybind never detected my pyenv Python but used the system one.

Fix: Set pybind Python version in CMakeLists.txt.