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 28-34 Link Here
28
# use sys.ji if it exists, otherwise run two stages
28
# use sys.ji if it exists, otherwise run two stages
29
$(BUILD)/lib/julia/sys.ji: VERSION base/*.jl $(BUILD)/lib/julia/helpdb.jl
29
$(BUILD)/lib/julia/sys.ji: VERSION base/*.jl $(BUILD)/lib/julia/helpdb.jl
30
	$(QUIET_JULIA) cd base && \
30
	$(QUIET_JULIA) cd base && \
31
	(test -f $(BUILD)/lib/julia/sys.ji || $(JULIA_EXECUTABLE) -bf sysimg.jl) && $(JULIA_EXECUTABLE) -f sysimg.jl || echo "Note: this error is usually fixed by running 'make clean'."
31
	(test -f $(BUILD)/lib/julia/sys.ji || LD_LIBRARY_PATH=../usr/lib $(JULIA_EXECUTABLE) -bf sysimg.jl) && LD_LIBRARY_PATH=../usr/lib $(JULIA_EXECUTABLE) -f sysimg.jl || echo "Note: this error is usually fixed by running 'make clean'."
32
32
33
ifeq ($(OS), WINNT)
33
ifeq ($(OS), WINNT)
34
OPENBLASNAME=openblas-r0.1.1
34
OPENBLASNAME=openblas-r0.1.1

Return to bug 413535