Skip to content

Commit fddd8fa

Browse files
committed
archlinux-module: Add qhull package
1 parent 35fb1ad commit fddd8fa

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

archlinux-module-mingw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openturns/archlinux-mingw:latest
22

3-
RUN aurman -Syu --pgp_fetch --noconfirm --noedit mingw-w64-agrum mingw-w64-fftw mingw-w64-libmixmod mingw-w64-vinecopulib mingw-w64-cgal
3+
RUN aurman -Syu --pgp_fetch --noconfirm --noedit mingw-w64-agrum mingw-w64-fftw mingw-w64-libmixmod mingw-w64-vinecopulib mingw-w64-cgal mingw-w64-qhull
44

55
ENV ARCH=x86_64 PYMAJMIN=312
66
ENV MINGW_PREFIX=/usr/${ARCH}-w64-mingw32

archlinux-module/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# ArchLinux image to compile openturns modules
22

33
FROM openturns/archlinux-base
4-
5-
# Install some useful packages
6-
RUN sudo pacman -Syu --noconfirm --noprogressbar python-numpydoc python-sphinx python-sphinx-copybutton python-matplotlib python-pip python-pytest texlive-latexextra
4+
RUN sudo pacman -Syu --noconfirm --noprogressbar python-numpydoc python-sphinx python-sphinx-copybutton python-matplotlib python-pip python-pytest texlive-latexextra fftw lcov cgal qhull
75

86
# Install packages from AUR
9-
RUN aurman -Syu --noconfirm --noedit --pgp_fetch openturns agrum python-sphinx-gallery fftw libmixmod lcov vinecopulib cgal
7+
RUN aurman -Syu --noconfirm --noedit --pgp_fetch openturns agrum python-sphinx-gallery libmixmod vinecopulib

0 commit comments

Comments
 (0)