mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 11:11:58 +01:00
more llvm 7 stuff
This commit is contained in:
parent
21375573a8
commit
7f3f8b4f4b
@ -183,9 +183,9 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
|
|||||||
# This version is tracked here:
|
# This version is tracked here:
|
||||||
# https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing
|
# https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing
|
||||||
#
|
#
|
||||||
# GHC 8.8 requires LLVM 7.0 tools (?) (specifically, llc-7.0 and opt-7.0).
|
# GHC 8.8 requires LLVM 7 tools (?) (specifically, llc-7 and opt-7).
|
||||||
update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-7.0" 50
|
update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-7" 50
|
||||||
update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-7.0" 50
|
update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-7" 50
|
||||||
|
|
||||||
# nodejs 10 (nodejs8 in bionic needs conflicting libssl10-dev)
|
# nodejs 10 (nodejs8 in bionic needs conflicting libssl10-dev)
|
||||||
curl -sL https://deb.nodesource.com/setup_10.x | bash -
|
curl -sL https://deb.nodesource.com/setup_10.x | bash -
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user