Add space after docker command. Regress to klayout v0.27.4

This commit is contained in:
mrg 2022-03-10 08:37:48 -08:00
parent b75856fac9
commit 4567c2ebcd
2 changed files with 4 additions and 3 deletions

View File

@ -120,8 +120,8 @@ $(TEST_BASES):
@mkdir -p results/$*/tmp @mkdir -p results/$*/tmp
@docker run \ @docker run \
-v $(TOP_DIR):/openram \ -v $(TOP_DIR):/openram \
-v $(FREEPDK45):/freepdk45\ -v $(FREEPDK45):/freepdk45 \
-e FREEPDK45=/freepdk45\ -e FREEPDK45=/freepdk45 \
-v $(PDK_ROOT):/pdk \ -v $(PDK_ROOT):/pdk \
-e PDK_ROOT=/pdk \ -e PDK_ROOT=/pdk \
-e PDKPATH=/pdk/sky130A \ -e PDKPATH=/pdk/sky130A \

View File

@ -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