SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
27 stars 12 forks source link

Simplify makefiles #353

Closed jpswinski closed 10 months ago

jpswinski commented 11 months ago

We previously had three different places where the sliderule system was build: the root makefile, the slideruleearth-aws makefile, and the dockerfile. This led to unnecessary coordination between the three places and also some inconsistencies in the way the code was built.

The goal is to have only one place where the code is built - the slideruleearth-aws makefile.

Changes:

elidwa commented 10 months ago

I reviewed the changes and they look good. I propose to merge it to main. With this code merged into main I will use it to switch to sliderule/targets/slideruleearth-aws as my dev location. We can then remove root makefiles.