Skip to content
Snippets Groups Projects
Unverified Commit 9eff9983 authored by Carl Boettiger's avatar Carl Boettiger Committed by GitHub
Browse files

add Parallel libs (#121)

* parallel libs

* apparently my vimrc no longer includes coercing tabs to spaces
parent 17a5005a
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
## just because
less \
vim \
## parallelization
libzmq3-dev \
libopenmpi-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
## Use tinytex for LaTeX installation
......
......@@ -34,7 +34,10 @@ RUN wget "https://travis-bin.yihui.name/texlive-local.deb" \
## just because
less \
vim \
&& apt-get clean \
## parallelization
libzmq3-dev \
libopenmpi-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
## Use tinytex for LaTeX installation
&& install2.r --error tinytex \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment