Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 14, 2024
1 parent d59f0a8 commit debc226
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion archlinux-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ MAINTAINER jschueller

WORKDIR /tmp

RUN sudo pacman -Syu swig lapack libxml2 mold lcov ceres-solver nlopt boost eigen --noconfirm
RUN sudo pacman -Syu swig lapack libxml2 mold ceres-solver nlopt boost eigen --noconfirm


RUN sudo pacman -Syu perl perl-capture-tiny perl-datetime perl-devel-cover perl-memory-process perl-gd perl-json-xs
RUN git clone -b v2.2 --depth 1 https://github.com/linux-test-project/lcov.git && cd lcov && sudo make PREFIX="/usr" CFG_DIR=/etc DESTDIR="$pkgdir" install


RUN git clone --depth 1 https://github.com/openturns/openturns.git
RUN cd openturns && cmake -DCMAKE_INSTALL_PREFIX=~/.local \
-DCMAKE_UNITY_BUILD=ON -DCMAKE_UNITY_BUILD_BATCH_SIZE=32 \
Expand Down

0 comments on commit debc226

Please sign in to comment.