File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def get_crmath():
7777
7878def get_crlibm ():
7979 instance = GetCodeFromHttp ()
80- instance .url_template = 'http://www .astro.wisc.edu/~townsend/resource/download/sdk2/src/crlibm-{version}.tar.gz'
80+ instance .url_template = 'http://user .astro.wisc.edu/~townsend/resource/download/sdk2/src/crlibm-{version}.tar.gz'
8181 instance .filename_template = 'crlibm-{version}.tar.gz'
8282 instance .version = '1.0beta4'
8383 instance .zip = False
@@ -94,15 +94,15 @@ def get_fpx3deps():
9494
9595def get_fpx3 ():
9696 instance = GetCodeFromHttp ()
97- instance .url_template = 'http://www .astro.wisc.edu/~townsend/resource/download/sdk2/src/fpx3.tar.gz'
97+ instance .url_template = 'http://user .astro.wisc.edu/~townsend/resource/download/sdk2/src/fpx3.tar.gz'
9898 instance .filename_template = 'fpx3.tar.gz'
9999 instance .version = ''
100100 instance .zip = False
101101 instance .start ()
102102
103103def get_lapack95 ():
104104 instance = GetCodeFromHttp ()
105- instance .url_template = 'http://www .astro.wisc.edu/~townsend/resource/download/sdk2/src/lapack95.tgz'
105+ instance .url_template = 'http://user .astro.wisc.edu/~townsend/resource/download/sdk2/src/lapack95.tgz'
106106 instance .filename_template = 'lapack95.tgz'
107107 instance .version = ''
108108 instance .zip = False
You can’t perform that action at this time.
0 commit comments