Skip to content

Commit

Permalink
Update boost, fixes build (#12903)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdgeos authored Jan 4, 2025
1 parent 7c0e0be commit c8ac14c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/poppler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN git clone --depth 1 --branch=5.15 git://code.qt.io/qt/qtbase.git
RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/pango.git
ADD https://ftp.gnome.org/pub/gnome/sources/glib/2.80/glib-2.80.0.tar.xz $SRC
RUN tar xvJf $SRC/glib-2.80.0.tar.xz
RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2
RUN wget https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2
RUN wget https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_99_RTM/src/nss-3.99-with-nspr-4.35.tar.gz
RUN git clone --depth 1 --single-branch https://gitlab.freedesktop.org/poppler/poppler.git

Expand Down
4 changes: 2 additions & 2 deletions projects/poppler/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ mkdir -p $BUILD

# Install Boost headers
cd $SRC/
tar jxf boost_1_83_0.tar.bz2
cd boost_1_83_0/
tar jxf boost_1_87_0.tar.bz2
cd boost_1_87_0/
CFLAGS="" CXXFLAGS="" ./bootstrap.sh
CFLAGS="" CXXFLAGS="" ./b2 headers
./b2 --with-math install
Expand Down

0 comments on commit c8ac14c

Please sign in to comment.