Skip to content

Commit c3b11ce

Browse files
Update Dockerfile
1 parent 0941bdc commit c3b11ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ RUN sh autoconf.sh && ./configure && make install
4242
ENV KLAYOUT_ROOT=./klayout
4343
RUN mkdir $KLAYOUT_ROOT
4444
WORKDIR $KLAYOUT_ROOT
45-
RUN wget https://www.klayout.org/downloads/RockyLinux_9/klayout-0.29.2-0.x86_64.rpm
45+
RUN wget https://www.klayout.org/downloads/RockyLinux_9/klayout-0.29.11-0.x86_64.rpm
4646
RUN dnf -y install ./klayout-0.29.2-0.x86_64.rpm && \
4747
dnf clean all
4848

4949
# Clone Magic
5050
ENV MAGIC_ROOT=./magic
51-
RUN git clone --depth=1 --branch 8.3.471 https://github.com/RTimothyEdwards/magic.git ${MAGIC_ROOT}
51+
RUN git clone --depth=1 --branch 8.3.519 https://github.com/RTimothyEdwards/magic.git ${MAGIC_ROOT}
5252
WORKDIR $MAGIC_ROOT
5353
# Build Magic
5454
# '-O0' : disable optimization so vars visible in gdb (not optimized away). Already the default of gcc.
@@ -60,7 +60,7 @@ RUN ./configure --prefix=/build CFLAGS='-g -O0 -m64 -fPIC' && make -j4 && make
6060

6161
# Clone netgen
6262
ENV NETGEN_ROOT=./netgen
63-
RUN git clone --depth=1 --branch 1.5.272 https://github.com/RTimothyEdwards/netgen.git ${NETGEN_ROOT}
63+
RUN git clone --depth=1 --branch 1.5.292 https://github.com/RTimothyEdwards/netgen.git ${NETGEN_ROOT}
6464
WORKDIR $NETGEN_ROOT
6565
RUN ./configure --prefix=/build && make -j4 && make install
6666

0 commit comments

Comments
 (0)