Skip to content

Commit

Permalink
try to find the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Oct 21, 2024
1 parent e5106f1 commit f964cf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/ci/manylinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ RUN git clone --depth 1 -b ${XTENSOR_PYTHON_TAG} https://github.com/xtensor-stac
cd ../.. && \
rm -rf xtensor-python


# OpenMC stage
FROM python-dependencies AS openmc

# Build and install vectfit
ARG VECTFIT_TAG
RUN git clone --depth 1 -b ${VECTFIT_TAG} https://github.com/liangjg/vectfit.git vectfit && \
Expand All @@ -386,10 +390,6 @@ RUN git clone --depth 1 -b ${VECTFIT_TAG} https://github.com/liangjg/vectfit.git
cd .. && \
rm -rf vectfit


# OpenMC stage
FROM python-dependencies AS openmc

ARG COMPILER
ARG Python_ABI
ARG OPENMC_USE_OPENMP
Expand Down

0 comments on commit f964cf4

Please sign in to comment.