JeffersonLab / hps-mc

HPS MC toolkit
1 stars 6 forks source link

Add option to automatically use sqlite #380

Closed JeremyMcCormick closed 10 months ago

JeremyMcCormick commented 1 year ago

Clone the mysql to sqlite locally and use in hps-java jobs as an option.

JeremyMcCormick commented 1 year ago

This is already implemented as a cmake option with the configuration in cmake/InstallConditions.cmake. But it uses a hard-coded date on the conditions dump file. It could instead use mysql tools if they are present to make a SQL file locally for usage by SQLite. (Changing the issue title to reflect this.)