BioDynaMo / biodynamo

BioDynaMo is a high-performance and modular, agent-based simulation platform.
Apache License 2.0
102 stars 46 forks source link

util/install script is outdated #398

Open imorlxs opened 2 months ago

imorlxs commented 2 months ago

When running curl https://biodynamo.github.io/install | bash, we clone the v1.04-patches branch. Last commit on this branch was last year, and it doesn't even support ubuntu 22.04...

Should we install biodynamo from master? https://github.com/BioDynaMo/biodynamo/blob/a4ff39341f06f901064dafde1ddf6b4d80fb8ecf/util/install#L8

TobiasDuswald commented 2 months ago

I'd suggest tagging a v1.06 release and redirecting the installation to this commit. v1.04 is outdated by now. Would probably also be a good idea to think about working on supporting Ubuntu 24.04 & removing CentOS7 but not sure if there is capacity for that among the developers atm.

🔔 ping @vasvav

vasvav commented 2 months ago

Thanks for the suggestion @TobiasDuswald, we will definitely discuss this in our telco today.