Skip to content
Snippets Groups Projects

Resolve "Fix default parameters for the periodic bubble example"

Compare and Show latest version
5 files
+ 37
23
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -103,7 +103,7 @@ RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
@@ -103,7 +103,7 @@ RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
&& echo 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main' >> /etc/apt/sources.list \
&& echo 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main' >> /etc/apt/sources.list \
&& echo 'deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic main' >> /etc/apt/sources.list \
&& echo 'deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic main' >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get update \
&& apt-get install --assume-yes llvm-3.8 clang-3.8 libllvm3.8 libclang-3.8-dev
&& apt-get install --assume-yes llvm-3.9 clang-3.9 libllvm3.9 libclang-3.9-dev
# Intel OpenCl
# Intel OpenCl
RUN cd /tmp \
RUN cd /tmp \
@@ -189,7 +189,7 @@ RUN cd /tmp \
@@ -189,7 +189,7 @@ RUN cd /tmp \
&& mkdir pycairo \
&& mkdir pycairo \
&& find /usr/ -name 'pycairo.h' -exec cp {} ./pycairo/pycairo.h \; \
&& find /usr/ -name 'pycairo.h' -exec cp {} ./pycairo/pycairo.h \; \
&& CPPFLAGS=-I. ./configure \
&& CPPFLAGS=-I. ./configure \
&& CPPFLAGS=-I. make \
&& CPPFLAGS=-I. make -j16 \
&& make install \
&& make install \
&& cd - \
&& cd - \
&& rm -Rf /tmp/graph-tool-2.26
&& rm -Rf /tmp/graph-tool-2.26
Loading