Skip to content

Commit 9e2df44

Browse files
committed
Fix MESA r15140 GitHub download (and typo)
1 parent a2d30e6 commit 9e2df44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/amuse_mesa_r15140/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ src/fpx3.tar.gz: | src
2929
$(DOWNLOAD) http://user.astro.wisc.edu/~townsend/resource/download/sdk2/src/fpx3.tar.gz >$@
3030

3131
src/fpx3_deps: | src
32-
$(DOWNLOAD) https://raw.githubusercontent.com/rhdtownsend/sdk2/master/profile/common/fpx3/fpx3_deps >$@
32+
$(DOWNLOAD) https://raw.githubusercontent.com/rhdtownsend/sdk2/897655920d1375d63df9e21b58485d6d3d62b342/package/fpx3/files/fpx3_deps >$@
3333

3434
src/mesa-$(MESA_VERSION).zip:
3535
$(DOWNLOAD) https://zenodo.org/record/4311514/files/mesa-$(MESA_VERSION).zip >$@
@@ -205,7 +205,7 @@ install_disabled:
205205
@echo
206206
@echo 'Please use'
207207
@echo
208-
@echo ' ./setup develop amuse-mesa_r15140'
208+
@echo ' ./setup develop amuse-mesa-r15140'
209209
@echo
210210
@echo 'to install it'
211211
@echo

0 commit comments

Comments
 (0)