Skip to content

Commit

Permalink
Merge pull request #151 from sloriot/add-nlohmann-json
Browse files Browse the repository at this point in the history
Add nlohmann-json
  • Loading branch information
sloriot committed Mar 28, 2024
2 parents ea2b1ea + 4ccd8fe commit 59067d8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions ArchLinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
qt5-base qt5-script qt5-svg qt5-tools \
qt6-base qt6-tools qt6-svg qt6-websockets qt6-declarative \
intel-tbb \
nlohmann-json \
&& pacman -S --needed --noconfirm --asdeps \
freetype2 lua poppler python3 zlib \
tcsh \
Expand Down
3 changes: 2 additions & 1 deletion Debian-stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN apt-get update && apt-get install -y \
qt6-websockets-dev \
qt6-networkauth-dev \
libqt6chartsqml6 \
qt6-declarative-dev
qt6-declarative-dev \
nlohmann-json3-dev


ENV CGAL_TEST_PLATFORM="Debian-Stable"
Expand Down
3 changes: 2 additions & 1 deletion Debian-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apt-get clean && apt-get update && apt-get install -y \
qt6-websockets-dev \
qt6-networkauth-dev \
libqt6chartsqml6 \
qt6-declarative-dev
qt6-declarative-dev \
nlohmann-json3-dev


ENV CGAL_TEST_PLATFORM="Debian-Testing"
Expand Down
1 change: 1 addition & 0 deletions Fedora-32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN dnf -y install \
tbb-devel.i686 \
diffutils \
git \
json-devel \
zlib-devel.i686 && dnf clean all

RUN ln -s /usr/lib64/qt5/bin/qhelpgenerator /usr/lib/qt5/bin/qhelpgenerator
Expand Down
1 change: 1 addition & 0 deletions Fedora-rawhide/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN dnf -y upgrade && \
diffutils \
wget \
git \
json-devel \
tar && \
dnf clean all && \
wget https://registrationcenter-download.intel.com/akdlm/irc_nas/19143/l_tbb_oneapi_p_2021.8.0.25334_offline.sh && \
Expand Down
3 changes: 2 additions & 1 deletion Fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN dnf -y install \
zlib-devel.x86_64 \
diffutils.x86_64 \
git \
libssh-devel
libssh-devel \
json-devel

RUN wget "https://github.com/CGAL/LAStools/archive/LAStools-2020-11-09.zip" -O laslib.zip \
&& unzip laslib.zip \
Expand Down
1 change: 1 addition & 0 deletions Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libeigen3-dev libipe-dev \
libmpfi-dev \
libinsighttoolkit4-dev libtbb-dev git \
nlohmann-json3-dev \
libyaml-cpp-dev

# cgal.gf.com kernel does not seem compatible with qt6
Expand Down

0 comments on commit 59067d8

Please sign in to comment.