We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae161a0 commit 05fb25cCopy full SHA for 05fb25c
Makefile
@@ -3,10 +3,6 @@ MMTK_MOVING ?= 1
3
MMTK_PLAN ?= Immix
4
CURR_PATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
5
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
-
10
# If the Julia directory doesn't exist throw an error
11
# since we need it to generate the bindgen bindings
12
ifeq (${JULIA_PATH},)
0 commit comments