mirror of https://github.com/VLSIDA/OpenRAM.git
Add space after docker command. Regress to klayout v0.27.4
This commit is contained in:
parent
b75856fac9
commit
4567c2ebcd
|
|
@ -24,7 +24,8 @@ RUN apt-get install --no-install-recommends -y libx11-dev libcairo2-dev
|
||||||
RUN apt-get install --no-install-recommends -y qt5-default qtcreator ruby-full ruby-dev python3-dev qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5 libqt5svg5-dev libqt5designer5 libqt5designercomponents5 libqt5xmlpatterns5-dev qttools5-dev
|
RUN apt-get install --no-install-recommends -y qt5-default qtcreator ruby-full ruby-dev python3-dev qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5 libqt5svg5-dev libqt5designer5 libqt5designercomponents5 libqt5xmlpatterns5-dev qttools5-dev
|
||||||
|
|
||||||
### Klayout ###
|
### Klayout ###
|
||||||
ARG KLAYOUT_COMMIT=v0.27.8
|
#ARG KLAYOUT_COMMIT=v0.27.8
|
||||||
|
ARG KLAYOUT_COMMIT=ea1bf40a1ee1c1c934e47a0020417503ab3d7e7e
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
RUN git clone https://github.com/KLayout/klayout
|
RUN git clone https://github.com/KLayout/klayout
|
||||||
WORKDIR /root/klayout
|
WORKDIR /root/klayout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue