Skip to content

Commit

Permalink
Install clang in ASTE
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Oct 25, 2024
1 parent 77ac0ec commit a4494b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-aste.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN git clone --branch v9.3.0 https://gitlab.kitware.com/vtk/vtk.git vtk && \
rm -rf vtk

RUN apt-get -qq update && \
apt-get install -qq -y python3-pip python3-jinja2 python3-scipy python3-sympy libmetis-dev time && \
apt-get install -qq -y python3-pip python3-jinja2 python3-scipy python3-sympy libmetis-dev time clang && \
pip install -q --no-input --no-cache-dir --no-python-version-warning polars

RUN echo 'export PYTHONPATH="${PYTHONPATH}:/usr/local/lib/python3.10/site-packages/"' > /etc/profile.d/99-vtk.sh

0 comments on commit a4494b4

Please sign in to comment.