Skip to content

Commit

Permalink
Merge pull request #263 from efabless/bumup_magic_version
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
jeffdi authored Dec 6, 2023
2 parents 0a9bbf2 + 7ca36ab commit f6b9c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN yum install -y tcllib tcl tk libjpeg libgomp libXext libSM libXft libffi cai

# Clone Magic
ENV MAGIC_ROOT=./magic.
RUN git clone --depth=1 --branch 8.3.442 https://github.com/RTimothyEdwards/magic.git ${MAGIC_ROOT}
RUN git clone --depth=1 --branch 8.3.452 https://github.com/RTimothyEdwards/magic.git ${MAGIC_ROOT}
WORKDIR $MAGIC_ROOT
# Build Magic
# '-O0' : disable optimization so vars visible in gdb (not optimized away). Already the default of gcc.
Expand Down

0 comments on commit f6b9c3d

Please sign in to comment.