We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c23dc70 + 89cba0e commit 46f8f23Copy full SHA for 46f8f23
1 file changed
Dockerfile
@@ -76,7 +76,7 @@ RUN mkdir src &&\
76
${__wget} https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.5.tar.gz |\
77
${__untar} &&\
78
cd src &&\
79
- ./configure --disable-python --prefix=${__prefix} &&\
+ CC=gcc-13 CXX=g++-13 ./configure --disable-python --prefix=${__prefix} &&\
80
make -j$NPROC install &&\
81
cd ../ &&\
82
rm -rf src
0 commit comments