./configure --enable-experimental-packages --enable-download-from-upstream-url
mkoeppe opened this issue · 11 comments
A better interface to
make SAGE_SPKG="sage-spkg -y -o"
(-o, to download from upstream_url, was introduced in #26351)
CC: @dimpase @jhpalmieri
Component: build: configure
Author: Matthias Koeppe
Branch/Commit: 59ec460
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/29392
pushing these forward to 9.2
Author: Matthias Koeppe
Description changed:
---
+++
@@ -1,4 +1,4 @@
A better interface to
-``make SAGE_SPKG="sage-spkg -y -o" ``
+`make SAGE_SPKG="sage-spkg -y -o" `
(`-o`, to download from `upstream_url`, was introduced in #26351)Let's get this into 9.1
Reviewer: John Palmieri
Seems to work well. The default setting for installing experimental packages is annoying, and this looks like a convenient workaround. (Annoying because the question about whether to install is often hidden by messages from installation of other packages.)
Thanks!
Changed branch from u/mkoeppe/__configure___enable_experimental_packages___enable_download_from_upstream_url to 59ec460