mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add clang-pure env vars
This commit is contained in:
parent
8aaafb4571
commit
56c62ccbf3
@ -276,3 +276,6 @@ pushd /tmp \
|
||||
apt-add-repository multiverse \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y nvidia-cuda-dev
|
||||
|
||||
export CLANG_PURE_LLVM_LIB_DIR=/usr/lib/llvm-3.9/lib;
|
||||
export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-3.9/include;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user