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.
1 parent 5334398 commit 975ce19Copy full SHA for 975ce19
Dockerfile
@@ -42,7 +42,7 @@ RUN yum install -y git unzip make patch \
42
43
# Install cernlib
44
RUN mkdir /cern && cd /cern \
45
- && curl -sL https://github.com/psilib/cernlib/archive/centos7.tar.gz | tar -xz --strip-components 1 \
+ && curl -sL https://github.com/psilib/cernlib/archive/9d59c54d.tar.gz | tar -xz --strip-components 1 \
46
&& ./build_cernlib.sh \
47
&& mv /usr/lib64/libblas.a /cern/2006/lib/libblas.a \
48
&& mv /usr/lib64/liblapack.a /cern/2006/lib/liblapack3.a \
0 commit comments