Skip to content

Commit 46f8f23

Browse files
authored
Merge pull request #191 from LDMX-Software/FixForV6
Enforce gcc13 for LHAPDF too
2 parents c23dc70 + 89cba0e commit 46f8f23

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)