Skip to content

Commit

Permalink
Merged in SIM-2877 (pull request apache#9)
Browse files Browse the repository at this point in the history
SIM-2877: Add Antlr

Approved-by: Lam Nguyen
  • Loading branch information
Spenser Gilliland committed May 14, 2020
2 parents d42913a + 409f63e commit 884f077
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 pyyaml && \
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 884f077

Please sign in to comment.