Skip to content

Commit 0e05aa5

Browse files
authored
Update mesa 15140 download.py (#986)
Updated download locations
1 parent b57c1e2 commit 0e05aa5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/amuse/community/mesa_r15140/download.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get_crmath():
7777

7878
def 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

9595
def 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

103103
def 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

0 commit comments

Comments
 (0)