Skip to content

Commit

Permalink
add: llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Spenser Gilliland committed May 15, 2020
1 parent 1208164 commit 6970315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apt-get update && \
apt-get install -y \
libopenblas-dev \
antlr4 \
cython && \
cython \
llvm-dev && \
rm -rf /var/lib/apt/lists/* && \
pip3 install twine pyyaml && \
pip3 install --upgrade keyrings.alt
Expand Down
2 changes: 1 addition & 1 deletion sima-regres.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ set(USE_MICRO_STANDALONE_RUNTIME OFF)
# - ON: enable llvm with cmake's find search
# - OFF: disable llvm
# - /path/to/llvm-config: enable specific LLVM when multiple llvm-dev is available.
set(USE_LLVM OFF)
set(USE_LLVM ON)

#---------------------------------------------
# Contrib libraries
Expand Down

0 comments on commit 6970315

Please sign in to comment.