cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Add SHA1 update script #939

Closed hsorby closed 1 year ago

hsorby commented 3 years ago

The Generator profiles use a SHA to identify whether the profile has been modified or not. We should integrate a CMake custom target that will generate this to make updating the values in the code easier.

agarny commented 3 years ago

FWIW, I want something that is completely automatic. The scripts I had didn't require any manual intervention besides running a script, building libCellML and running another script (or something along those lines).