Skip to content

Commit

Permalink
[jenkins] Set up CMAKE_PREFIX_PATH for boost
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Nov 6, 2024
1 parent 0146b15 commit 9044a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG APPNAME=nrgljubljana_interface
RUN apt-get install -y libgsl-dev || yum install -y gsl-devel perl-Math-Complex

ENV BOOST_ROOT=/opt/boost
ENV CMAKE_PREFIX_PATH=/opt/boost:$CMAKE_PREFIX_PATH
ENV LD_LIBRARY_PATH=/opt/boost/lib:$LD_LIBRARY_PATH
ADD https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_86_0.tar.gz /tmp/boost.tar.gz
RUN chown build /tmp/boost.tar.gz
Expand Down

0 comments on commit 9044a5e

Please sign in to comment.