Skip to content

Commit

Permalink
add: antlr
Browse files Browse the repository at this point in the history
  • Loading branch information
Spenser Gilliland committed May 14, 2020
1 parent ad2366e commit 409f63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN \
RUN apt-get update && \
apt-get install -y \
libopenblas-dev \
antlr4 \
cython && \
rm -rf /var/lib/apt/lists/* && \
pip3 install twine && \
Expand Down
2 changes: 1 addition & 1 deletion sima-regres.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ set(USE_SORT ON)
# - ON: enable ANTLR by searching default locations (cmake find_program for antlr4 and /usr/local for jar)
# - OFF: disable ANTLR
# - /path/to/antlr-*-complete.jar: path to specific ANTLR jar file
set(USE_ANTLR OFF)
set(USE_ANTLR ON)

# Whether use Relay debug mode
set(USE_RELAY_DEBUG ON)
Expand Down

0 comments on commit 409f63e

Please sign in to comment.