Skip to content

Commit

Permalink
Added /usr/local/lib64 to the ldd search directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 24, 2024
1 parent 7e3ecbf commit b93aa19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manylinux_x86_64.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM quay.io/pypa/manylinux_2_34_x86_64
WORKDIR /home/root
RUN echo "/usr/local/lib64" | tee -a /etc/ld.so.conf.d/00-manylinux.conf
RUN ldconfig
COPY setup* .
COPY build_linux.sh .
RUN bash build_linux.sh "-DCMAKE_INSTALL_PREFIX=/usr/local"
Expand Down

0 comments on commit b93aa19

Please sign in to comment.