Skip to content

Commit

Permalink
incrementing version of photospline because cmake version is too new …
Browse files Browse the repository at this point in the history
…in ubuntu 24.04
  • Loading branch information
briedel committed Sep 17, 2024
1 parent 864af79 commit 9e6a2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icetray_base/Dockerfile_base-devel-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN mkdir cppzmq-master && \
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local . && make install

# install photospline
RUN curl -L https://github.com/icecube/photospline/archive/refs/tags/v2.1.0.tar.gz | tar xz && \
cd photospline-2.1.0 && cmake . -DCMAKE_INSTALL_PREFIX=/usr/local && make && make install
RUN curl -L https://github.com/icecube/photospline/archive/refs/tags/v2.3.1.tar.gz | tar xz && \
cd photospline-2.3.1 && cmake . -DCMAKE_INSTALL_PREFIX=/usr/local && make && make install

# build NuFlux
RUN curl -L https://github.com/icecube/nuflux/archive/refs/tags/v2.0.4.tar.gz | tar xz && \
Expand Down

0 comments on commit 9e6a2a3

Please sign in to comment.