File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11PYSQUARED_VERSION ?= v2.0.0-alpha-25w40a
22PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION ) \# subdirectory=circuitpython-workspaces/flight-software
3+ PYSQUARED_GS ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION ) \# subdirectory=circuitpython-workspaces/ground-station
34BOARD_MOUNT_POINT ?= ""
45BOARD_TTY_PORT ?= ""
56VERSION ?= $(shell git tag --points-at HEAD --sort=-creatordate < /dev/null | head -n 1)
@@ -33,6 +34,11 @@ download-libraries-%: uv .venv ## Download the required libraries
3334 @$(UV ) pip install --requirement src/$* /lib/requirements.txt --target src/$* /lib --no-deps --upgrade --quiet
3435 @$(UV ) pip --no-cache install $(PYSQUARED ) --target src/$* /lib --no-deps --upgrade --quiet
3536
37+ @if [ "$*" = "ground-station" ]; then \
38+ echo "Also downloading GS..."; \
39+ $(UV) pip --no-cache install $(PYSQUARED_GS) --target src/$*/lib --no-deps --upgrade --quiet; \
40+ fi
41+
3642 @rm -rf src/$*/lib/*.dist-info
3743 @rm -rf src/$*/lib/.lock
3844
You can’t perform that action at this time.
0 commit comments