Shannon-Data / ShannonBase

A MySQL HTAP Database, Open Source version of MySQL Heatwave, Powered by AI.
https://www.shannonbase.org
Other
16 stars 6 forks source link

feat(shannon): make lightGBM and jerryscript build from source #232

Closed RingsC closed 2 months ago

RingsC commented 2 months ago

Summary

Now, lightGMB and jerryscript is used as static library, '.a'. It's not flexible. when we use differ gcc version to rebuilt the shannonbase from source code, we should rebuid these two static libraries correspondingly. NOT convient.
We should build these from source code just like boost does.

Taking boost as an example to make these libs compiling more flexible.