projects
/
julia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682993b
)
install-embedded-llvm-hack
author
Debian Julia Team
<pkg-julia-devel@lists.alioth.debian.org>
Sat, 2 Mar 2019 23:41:50 +0000
(23:41 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sat, 2 Mar 2019 23:41:50 +0000
(23:41 +0000)
===================================================================
Gbp-Pq: Name install-embedded-llvm-hack.patch
deps/llvm.mk
patch
|
blob
|
history
diff --git
a/deps/llvm.mk
b/deps/llvm.mk
index 3ff1f88d2ea2a96e0e3ab611e83fd23ab5860d58..65c08df45f2330699f9162bc1075859eeb2d8fd5 100644
(file)
--- a/
deps/llvm.mk
+++ b/
deps/llvm.mk
@@
-560,6
+560,7
@@
ifeq ($(OS),Darwin)
# https://github.com/JuliaLang/julia/issues/29981
LLVM_INSTALL += && ln -s libLLVM.dylib $2$$(build_shlibdir)/libLLVM-$$(LLVM_VER_SHORT).dylib
endif
+LLVM_INSTALL += && find $2 -type f,l -name 'libLLVM*so*' -print -exec install -Dv '{}' $(shell pwd)/../$$(libdir)/julia/ \;
$(eval $(call staged-install,llvm,llvm-$$(LLVM_VER)/build_$$(LLVM_BUILDTYPE), \
LLVM_INSTALL,,,))