Skip to content

Commit

Permalink
Remove numba
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Oct 9, 2024
1 parent b01b977 commit 991bc70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions untested_base/Dockerfile_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ RUN \
liblz4-dev \
libsnappy-dev \
libzopfli-dev \
llvm-15 \
llvm-15-dev \
sqlite3 \
curl \
ca-certificates \
Expand Down Expand Up @@ -124,12 +122,10 @@ 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-15
RUN \
export NPY_NUM_BUILD_JOBS=$(nproc) && \
export PIP_USE_PEP517=1 && \
$PIP install --no-cache-dir versioneer && \
{ $PIP install --no-cache-dir --no-binary :all: "numba>=0.60.1" || $PIP install --no-cache-dir --no-binary :all: "git+https://github.com/numba/numba.git" "git+https://github.com/numba/llvmlite.git"; } && \
$PIP install --no-cache-dir --no-binary :all: numpy && \
$PIP install --no-cache-dir --no-binary :all: cython pybind11 six && \
$PIP install --no-cache-dir --no-binary :all: pythran && \
Expand Down
1 change: 0 additions & 1 deletion untested_base/Dockerfile_empty.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN \
libsnappy1v5 \
libzopfli1 \
libxcb1 \
libllvm15 \
libgomp1 \
sqlite3 \
curl \
Expand Down

0 comments on commit 991bc70

Please sign in to comment.