Skip to content

Commit

Permalink
Merge pull request #152 from lrineau/fixes
Browse files Browse the repository at this point in the history
fixes after releases of Fedora 40 and Ubuntu 2024.04
  • Loading branch information
lrineau committed May 6, 2024
2 parents 59067d8 + 7e7228c commit 34a7e4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fedora-32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN dnf -y install \
diffutils \
git \
json-devel \
zlib-devel.i686 && dnf clean all
zlib-ng-devel.i686 && dnf clean all

RUN ln -s /usr/lib64/qt5/bin/qhelpgenerator /usr/lib/qt5/bin/qhelpgenerator
RUN ln -s /usr/lib64/qt6/libexec/qhelpgenerator /usr/lib/qt6/libexec/qhelpgenerator
Expand Down
2 changes: 1 addition & 1 deletion Fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN dnf -y install \
unzip \
wget \
tbb-devel \
zlib-devel.x86_64 \
zlib-ng-devel.x86_64 \
diffutils.x86_64 \
git \
libssh-devel \
Expand Down
2 changes: 1 addition & 1 deletion Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libmpfr-dev zlib1g-dev \
libeigen3-dev libipe-dev \
libmpfi-dev \
libinsighttoolkit4-dev libtbb-dev git \
libinsighttoolkit5-dev libtbb-dev git \
nlohmann-json3-dev \
libyaml-cpp-dev

Expand Down

0 comments on commit 34a7e4d

Please sign in to comment.