You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do any of your test cases replicate the P-V curve of a cardiac cycle?
I would suggest modifying your CMakeLists.txt to not require forced downloads of Eigen and the other 3 dependencies. If users have those packages already installed on their machines, let them supply the CMAKE_PREFIX_PATH and your CMakeLists.txt perform a find_package( xxx, REQUIRED) to locate the info.
The text was updated successfully, but these errors were encountered:
Thanks you for sharing this software!
Do any of your test cases replicate the P-V curve of a cardiac cycle?
I would suggest modifying your CMakeLists.txt to not require forced downloads of Eigen and the other 3 dependencies. If users have those packages already installed on their machines, let them supply the CMAKE_PREFIX_PATH and your CMakeLists.txt perform a find_package( xxx, REQUIRED) to locate the info.
The text was updated successfully, but these errors were encountered: