File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ RUN sh autoconf.sh && ./configure && make install
4242ENV KLAYOUT_ROOT=./klayout
4343RUN mkdir $KLAYOUT_ROOT
4444WORKDIR $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
4646RUN dnf -y install ./klayout-0.29.2-0.x86_64.rpm && \
4747 dnf clean all
4848
4949# Clone Magic
5050ENV 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}
5252WORKDIR $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
6262ENV 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}
6464WORKDIR $NETGEN_ROOT
6565RUN ./configure --prefix=/build && make -j4 && make install
6666
You can’t perform that action at this time.
0 commit comments