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

Add CMake commands for building installer #50

Closed ktbolt closed 4 weeks ago

ktbolt commented 1 year ago

There are currently no CMake commands to build an installer for the svzerodsolver and svzerodcalibrator executables.

I will add CMake CPack commands to build the installers.

mrp089 commented 1 year ago

You can add these lines from the SimVascular repository to include uploading the executables in GitHub actions.

ktbolt commented 1 month ago

Modify the svZeroDSolver/distribution/CMakeLists.txt code to install into /usr/local/sv/svZeroDSolver rather than /usr/local/sv/ZeroDSolver