Skip to content

Commit

Permalink
tune gambit
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Apr 13, 2017
1 parent e167170 commit b8736be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/lib64/R/lib:/usr/local/lib:/lib:/usr/l
# Gambit-C
RUN git clone https://github.com/gambit/gambit.git \
&& cd gambit \
&& ./configure \
&& ./configure --enable-single-host \
&& make -j"$(nproc --all)" latest-release \
&& ./configure --enable-single-host \
&& make -j"$(nproc --all)" from-scratch \
Expand Down

0 comments on commit b8736be

Please sign in to comment.