Skip to content

Commit 05fb25c

Browse files
committed
Removing code about getting info about Julia project
1 parent ae161a0 commit 05fb25c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ MMTK_MOVING ?= 1
33
MMTK_PLAN ?= Immix
44
CURR_PATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
55

6-
# Getting metadata about Julia repo from Cargo file
7-
JULIA_GIT_URL= $(shell cargo read-manifest --manifest-path=$(CURR_PATH)/mmtk/Cargo.toml | python -c 'import json,sys; print(json.load(sys.stdin)["metadata"]["julia"]["julia_repo"])')
8-
JULIA_VERSION= $(shell cargo read-manifest --manifest-path=$(CURR_PATH)/mmtk/Cargo.toml | python -c 'import json,sys; print(json.load(sys.stdin)["metadata"]["julia"]["julia_version"])')
9-
106
# If the Julia directory doesn't exist throw an error
117
# since we need it to generate the bindgen bindings
128
ifeq (${JULIA_PATH},)

0 commit comments

Comments
 (0)