Skip to content

Commit 89cba0e

Browse files
committed
Enforce gcc13 for LHAPDF too
1 parent c23dc70 commit 89cba0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN mkdir src &&\
7676
${__wget} https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.5.tar.gz |\
7777
${__untar} &&\
7878
cd src &&\
79-
./configure --disable-python --prefix=${__prefix} &&\
79+
CC=gcc-13 CXX=g++-13 ./configure --disable-python --prefix=${__prefix} &&\
8080
make -j$NPROC install &&\
8181
cd ../ &&\
8282
rm -rf src

0 commit comments

Comments
 (0)