Skip to content

Commit

Permalink
update location of boost_1_69_0.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrei committed Feb 5, 2025
1 parent 91e7abe commit a6ff5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN chmod +x /tmp/install_magma.sh
RUN bash /tmp/install_magma.sh

WORKDIR /tools
RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.69.0/source/boost_1_69_0.tar.gz && tar -xzvf boost_1_69_0.tar.gz
RUN wget hhttps://precimed.s3.eu-west-1.amazonaws.com/gsa-mixer/boost_1_69_0.tar.gz && tar -xzvf boost_1_69_0.tar.gz
RUN cd boost_1_69_0 && ./bootstrap.sh --with-libraries=program_options,filesystem,system,date_time && ./b2 --clean && ./b2 --j12 -a

WORKDIR /tools/mixer
Expand Down

0 comments on commit a6ff5e6

Please sign in to comment.