# HG changeset patch # User atton # Date 1449222385 -32400 # Node ID 96282a03730aa66ebf390b61734a90257f949bcf CbC compiler by llvm diff -r 000000000000 -r 96282a03730a cbc/Dockerfile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cbc/Dockerfile Fri Dec 04 18:46:25 2015 +0900 @@ -0,0 +1,9 @@ +FROM fedora + +RUN dnf install -y vim emacs clang clang-devel openssh-clients rsync gcc make cmake mercurial zsh libstdc++ +RUN hg clone http://firefly.cr.ie.u-ryukyu.ac.jp/hg/CbC/CbC_llvm /root/CbC_llvm +RUN mkdir /root/CbC_build + +WORKDIR /root/CbC_build +RUN /root/CbC_llvm/configure --disable-optimized --enable-debug-runtime --enable-debug-symbols --enable-assertions +RUN make -j 2