Skip to content

Commit

Permalink
Removing code about getting info about Julia project
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Dec 18, 2024
1 parent ae161a0 commit 05fb25c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ MMTK_MOVING ?= 1
MMTK_PLAN ?= Immix
CURR_PATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))

# Getting metadata about Julia repo from Cargo file
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"])')
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"])')

# If the Julia directory doesn't exist throw an error
# since we need it to generate the bindgen bindings
ifeq (${JULIA_PATH},)
Expand Down

0 comments on commit 05fb25c

Please sign in to comment.