Skip to content

Commit

Permalink
git numba also needs git llvmlite
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 21, 2024
1 parent a8403bc commit cae2018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion untested_base/Dockerfile_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ 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"; } && \
{ $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

0 comments on commit cae2018

Please sign in to comment.