illinois-ceesd / emirge

Environment for MirgeCom
MIT License
4 stars 3 forks source link

Feature request: allow installing an existing local mirgecom repo #141

Closed majosm closed 2 years ago

majosm commented 2 years ago

Could help simplify our mirgecom CI procedure.

matthiasdiener commented 2 years ago

Would the existing --skip-clone option cover this scenario? It only skips cloning mirgecom though.

MTCam commented 2 years ago

What about:

./install.sh --skip-clone --conda-env=/path/to/mirgecom/conda_env.yml --pip-pkgs=/path/to/mirgecom/requirements.txt
majosm commented 2 years ago

That was fast. 🙂 Sounds like either of those would probably work.