Skip to content

Commit

Permalink
[manylinux] Update fmt version to 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 23, 2024
1 parent 3e74743 commit 4ac64a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/dev/v6.14/Dockerfile.manylinux_2_28_aarch64-min
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y \
python3-devel

# fmt
RUN git clone https://github.com/fmtlib/fmt.git -b 9.1.0 \
RUN git clone https://github.com/fmtlib/fmt.git -b 10.2.1 \
&& mkdir -p fmt/build \
&& cmake fmt -B fmt/build -DCMAKE_BUILD_TYPE=Release -DFMT_TEST=OFF \
&& cmake --build fmt/build --target install -j${NUM_CORES} \
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/v6.14/Dockerfile.manylinux_2_28_ppc64le-min
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG NUM_CORES=14
RUN yum install -y glew-devel boost-devel python3-devel

# fmt
RUN git clone https://github.com/fmtlib/fmt.git -b 9.1.0 \
RUN git clone https://github.com/fmtlib/fmt.git -b 10.2.1 \
&& mkdir -p fmt/build \
&& cmake fmt -B fmt/build -DCMAKE_BUILD_TYPE=Release -DFMT_TEST=OFF \
&& cmake --build fmt/build --target install -j${NUM_CORES} \
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/v6.14/Dockerfile.manylinux_2_28_s390x-min
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG NUM_CORES=14
RUN yum install -y glew-devel boost-devel python3-devel

# fmt
RUN git clone https://github.com/fmtlib/fmt.git -b 9.1.0 \
RUN git clone https://github.com/fmtlib/fmt.git -b 10.2.1 \
&& mkdir -p fmt/build \
&& cmake fmt -B fmt/build -DCMAKE_BUILD_TYPE=Release -DFMT_TEST=OFF \
&& cmake --build fmt/build --target install -j${NUM_CORES} \
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/v6.14/Dockerfile.manylinux_2_28_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN yum install -y \
python3-devel

# fmt
RUN git clone https://github.com/fmtlib/fmt.git -b 9.1.0 \
RUN git clone https://github.com/fmtlib/fmt.git -b 10.2.1 \
&& mkdir -p fmt/build \
&& cmake fmt -B fmt/build -DCMAKE_BUILD_TYPE=Release -DFMT_TEST=OFF \
&& cmake --build fmt/build --target install -j${NUM_CORES} \
Expand Down

0 comments on commit 4ac64a5

Please sign in to comment.