Skip to content

Commit

Permalink
Merge commit '77b395d9cdd75ebc997da3b32f380ac8d34c2cdf'
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed May 15, 2023
2 parents 2e27d37 + 77b395d commit 763fa3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/amuse/community/mesa_r15140/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def get_fpx3():
def get_lapack95():
instance = GetCodeFromHttp()
instance.url_template = 'http://www.astro.wisc.edu/~townsend/resource/download/sdk2/src/lapack95.tgz'
instance.filename_template='lapack95.tar.gz'
instance.filename_template='lapack95.tgz'
instance.version = ''
instance.zip = False
instance.start()
Expand All @@ -122,7 +122,7 @@ def get_mesa():
def get_hdf5():
instance = GetCodeFromHttp()
instance.url_template = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-{version}/src/hdf5-{version}.tar.bz2"
instance.filename_template='hdf-{version}.tar.bz2'
instance.filename_template='hdf5-{version}.tar.bz2'
instance.version = '1.12.0'
instance.zip = False
instance.start()
Expand Down

0 comments on commit 763fa3a

Please sign in to comment.