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

Commit c260942

Browse files
author
Matthias Koeppe
committed
src/pkgs/sage_conf-relocatable/setup.py: Use --enable-download-from-upstream-url
1 parent 62fac00 commit c260942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkgs/sage_conf-relocatable/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run(self):
5757
# Previously built, start from there
5858
os.rename(SAGE_LOCAL_BUILD, SAGE_LOCAL)
5959

60-
cmd = f"cd {SAGE_ROOT} && {SETENV} && ./configure --prefix={SAGE_LOCAL} --with-python={sys.executable} --with-system-python3=force --without-system-gmp --without-system-mpfr"
60+
cmd = f"cd {SAGE_ROOT} && {SETENV} && ./configure --prefix={SAGE_LOCAL} --with-python={sys.executable} --with-system-python3=force --without-system-gmp --without-system-mpfr --enable-download-from-upstream-url"
6161
print(f"Running {cmd}")
6262
if os.system(cmd) != 0:
6363
raise DistutilsSetupError("configure failed")

0 commit comments

Comments
 (0)