Skip to content

Commit

Permalink
Seems we need llvm-15 now
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 21, 2024
1 parent 2b824be commit 269a7e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions untested_base/Dockerfile_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ RUN \
liblz4-dev \
libsnappy-dev \
libzopfli-dev \
llvm-14 \
llvm-14-dev \
llvm-15 \
llvm-15-dev \
sqlite3 \
curl \
ca-certificates \
Expand Down Expand Up @@ -124,7 +124,7 @@ RUN printf '[libs]\nsystem_freetype = True\n' > /tmp/mpl_setup.cfg
ENV MPLSETUPCFG /tmp/mpl_setup.cfg

# Special-Case packages that have a specific build order and/or special parameters
ENV LLVM_CONFIG llvm-config-14
ENV LLVM_CONFIG llvm-config-15
RUN \
export NPY_NUM_BUILD_JOBS=$(nproc) && \
export PIP_USE_PEP517=1 && \
Expand Down
2 changes: 1 addition & 1 deletion untested_base/Dockerfile_empty.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN \
libsnappy1v5 \
libzopfli1 \
libxcb1 \
libllvm14 \
libllvm15 \
libgomp1 \
sqlite3 \
curl \
Expand Down

0 comments on commit 269a7e1

Please sign in to comment.