Skip to content

Commit d811d8a

Browse files
committed
Updating julia hash commit
1 parent 67f3f87 commit d811d8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps/mmtk_julia.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## MMTK ##
22

3-
# FIXME: we only support non-moving at the moment
3+
# FIXME: we only support non-moving at the moment
44
MMTK_MOVING := 0
55
MMTK_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

2525
get-mmtk_julia: $(MMTK_JULIA_SRC_FILE)
@@ -45,7 +45,7 @@ compile-mmtk_julia: $(BUILDROOT)/usr/lib/libmmtk_julia.so
4545
version-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 $@

deps/mmtk_julia.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FIXME: Update these with a proper version from mmtk/mmtk-julia before merging
22
MMTK_JULIA_BRANCH = release-0.29.0
3-
MMTK_JULIA_SHA1 = dd0478b83ba18215efeaf90c67479b60102d5166
3+
MMTK_JULIA_SHA1 = d0d69b28992e870ecd8239a1fd3261351628c83e
44
MMTK_JULIA_GIT_URL := https://github.com/udesou/mmtk-julia.git
55
MMTK_JULIA_TAR_URL = https://github.com/udesou/mmtk-julia/archive/refs/tags/v0.0.1-test.tar.gz

0 commit comments

Comments
 (0)