Mercurial > hg > Members > atton > dockerfiles
changeset 0:96282a03730a
CbC compiler by llvm
author | atton |
---|---|
date | Fri, 04 Dec 2015 18:46:25 +0900 |
parents | |
children | 419fa88519a3 |
files | cbc/Dockerfile |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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