File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# # MMTK ##
22
3- # FIXME: we only support non-moving at the moment
3+ # FIXME: we only support non-moving at the moment
44MMTK_MOVING := 0
55MMTK_VARS := MMTK_PLAN=$(MMTK_PLAN ) MMTK_MOVING=$(MMTK_MOVING )
66
@@ -19,7 +19,7 @@ $(MMTK_JULIA_DIR)/build-compiled: $(BUILDROOT)/usr/lib/libmmtk_julia.so
1919$(BUILDROOT ) /usr/lib/libmmtk_julia.so : $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so
2020 @ln -sf $(SRCDIR ) /$(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so $@
2121
22- $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so : $(MMTK_JULIA_DIR ) /source-extracted
22+ $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so : $(MMTK_JULIA_DIR ) /source-extracted
2323 @$(PROJECT_DIRS ) $(MMTK_VARS ) $(MAKE ) -C $(MMTK_JULIA_DIR ) $(MMTK_BUILD )
2424
2525get-mmtk_julia : $(MMTK_JULIA_SRC_FILE )
@@ -45,7 +45,7 @@ compile-mmtk_julia: $(BUILDROOT)/usr/lib/libmmtk_julia.so
4545version-check-mmtk_julia : $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so
4646
4747# NB: This will NOT run `cargo build` if there are changes in the Rust source files
48- # inside the binding repo. However the target below should remake the symlink if there
48+ # inside the binding repo. However the target below should remake the symlink if there
4949# are changes in the libmmtk_julia.so from the custom MMTK_JULIA_DIR folder
5050$(BUILDROOT ) /usr/lib/libmmtk_julia.so : $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so
5151 @ln -sf $(MMTK_JULIA_DIR ) /mmtk/target/$(MMTK_BUILD ) /libmmtk_julia.so $@
Original file line number Diff line number Diff line change 11# FIXME: Update these with a proper version from mmtk/mmtk-julia before merging
22MMTK_JULIA_BRANCH = release-0.29.0
3- MMTK_JULIA_SHA1 = dd0478b83ba18215efeaf90c67479b60102d5166
3+ MMTK_JULIA_SHA1 = d0d69b28992e870ecd8239a1fd3261351628c83e
44MMTK_JULIA_GIT_URL := https://github.com/udesou/mmtk-julia.git
55MMTK_JULIA_TAR_URL = https://github.com/udesou/mmtk-julia/archive/refs/tags/v0.0.1-test.tar.gz
You can’t perform that action at this time.
0 commit comments