Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 383c35a

Browse files
committed
Makefile target to download upstream sources.
Original author is Robert Bradshaw, moved to our git repo from robertwb/sage@ff45683
1 parent 3b15578 commit 383c35a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ build: logs
2121
"tee -a ../logs/install.log"
2222
./sage -b
2323

24+
# Preemptively download all standard upstream source tarballs.
25+
download:
26+
export SAGE_ROOT=$$(pwd) && \
27+
export PATH=$$SAGE_ROOT/src/bin:$$PATH && \
28+
./src/bin/sage-download-upstream
29+
2430
# ssl: build Sage, and also install pyOpenSSL. This is necessary for
2531
# running the secure notebook. This make target requires internet
2632
# access. Note that this requires that your system have OpenSSL

0 commit comments

Comments
 (0)