Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 413535 | Differences between
and this patch

Collapse All | Expand All

(-)julia-9999-orig/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
# use sys.ji if it exists, otherwise run two stages
33
# use sys.ji if it exists, otherwise run two stages
34
$(BUILD)/$(JL_PRIVATE_LIBDIR)/sys.ji: VERSION base/*.jl $(BUILD)/share/julia/helpdb.jl
34
$(BUILD)/$(JL_PRIVATE_LIBDIR)/sys.ji: VERSION base/*.jl $(BUILD)/share/julia/helpdb.jl
35
	$(QUIET_JULIA) cd base && \
35
	$(QUIET_JULIA) cd base && \
36
	(test -f $(BUILD)/$(JL_PRIVATE_LIBDIR)/sys.ji || $(JULIA_EXECUTABLE) -bf sysimg.jl) && $(JULIA_EXECUTABLE) -f sysimg.jl || echo "Note: this error is usually fixed by running 'make cleanall'."
36
	(test -f $(BUILD)/$(JL_PRIVATE_LIBDIR)/sys.ji || LD_LIBRARY_PATH=../usr/lib/julia:../usr/lib $(JULIA_EXECUTABLE) -bf sysimg.jl) && LD_LIBRARY_PATH=../usr/lib/julia:../usr/lib $(JULIA_EXECUTABLE) -f sysimg.jl || echo "Note: this error is usually fixed by running 'make cleanall'."
37
37
38
ifeq ($(OS), WINNT)
38
ifeq ($(OS), WINNT)
39
OPENBLASNAME=openblas-r0.1.1
39
OPENBLASNAME=openblas-r0.1.1

Return to bug 413535