Skip to content

Commit

Permalink
Export JULIA_DEPOT_PATH in pkgimage.mk (#49161)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Mar 26, 2023
1 parent 1944ef6 commit 4fd52b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgimage.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ include $(JULIAHOME)/Make.inc

VERSDIR := v$(shell cut -d. -f1-2 < $(JULIAHOME)/VERSION)

JULIA_DEPOT_PATH := $(build_prefix)/share/julia
export JULIA_DEPOT_PATH := $(build_prefix)/share/julia

$(JULIA_DEPOT_PATH):
mkdir -p $@

print-depot-path:
@$(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --startup-file=no -e '@show Base.DEPOT_PATH')

STDLIBS := ArgTools Artifacts Base64 CRC32c FileWatching Libdl NetworkOptions SHA Serialization \
GMP_jll LLVMLibUnwind_jll LibUV_jll LibUnwind_jll MbedTLS_jll OpenLibm_jll PCRE2_jll \
Zlib_jll dSFMT_jll libLLVM_jll libblastrampoline_jll OpenBLAS_jll Printf Random Tar \
Expand Down

0 comments on commit 4fd52b4

Please sign in to comment.