X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=sage.sh;h=64f72bd64b0367ea759be1c6ec85aea6b1548dbc;hb=7ee08e17fe77ab2e0f8adba2b620b80a941baae0;hp=33d7f5aba101309d8260c81627403955cd891336;hpb=c8a579750e66106ba2441e7ddac7b92fe77cc86d;p=bash.d.git diff --git a/sage.sh b/sage.sh index 33d7f5a..64f72bd 100644 --- a/sage.sh +++ b/sage.sh @@ -32,6 +32,7 @@ sage-configure() { --with-system-cddlib=force \ --with-system-cliquer=force \ --with-system-cmake=force \ + --with-system-curl=force \ --with-system-ecl=force \ --with-system-eclib=force \ --with-system-fflas_ffpack=force \ @@ -82,5 +83,6 @@ sage-configure() { --with-system-yasm=force \ --with-system-xz=force \ --with-system-zeromq=force \ - --with-system-zlib=force + --with-system-zlib=force \ + "${@}" }