Skip to content

Commit 975ce19

Browse files
committed
Update version of psilib/cernlib with fixes for gfortran options
1 parent 5334398 commit 975ce19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN yum install -y git unzip make patch \
4242

4343
# Install cernlib
4444
RUN mkdir /cern && cd /cern \
45-
&& curl -sL https://github.com/psilib/cernlib/archive/centos7.tar.gz | tar -xz --strip-components 1 \
45+
&& curl -sL https://github.com/psilib/cernlib/archive/9d59c54d.tar.gz | tar -xz --strip-components 1 \
4646
&& ./build_cernlib.sh \
4747
&& mv /usr/lib64/libblas.a /cern/2006/lib/libblas.a \
4848
&& mv /usr/lib64/liblapack.a /cern/2006/lib/liblapack3.a \

0 commit comments

Comments
 (0)