Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Kalaczynski
Dockerfiles
Commits
5637464d
Commit
5637464d
authored
4 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update lhapdf download URL
parent
25c7529a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
base/centos-full-root6-pythia:7
+1
-1
1 addition, 1 deletion
base/centos-full-root6-pythia:7
base/genie-hedis:km3net
+1
-1
1 addition, 1 deletion
base/genie-hedis:km3net
base/genie-root5:3.0.2
+1
-1
1 addition, 1 deletion
base/genie-root5:3.0.2
base/genie:3.0.2
+1
-1
1 addition, 1 deletion
base/genie:3.0.2
with
4 additions
and
4 deletions
base/centos-full-root6-pythia:7
+
1
−
1
View file @
5637464d
...
...
@@ -27,7 +27,7 @@ FROM docker.km3net.de/base/centos:7
RUN yum install -y log4cpp log4cpp-devel libxml2 libxml2-devel gsl gsl-devel
#lhapdf
RUN cd / && curl -L https://lhapdf.hepforge.org/downloads/\?f\=lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
RUN cd / && curl -L https://lhapdf.hepforge.org/downloads/\?f\=
old/
lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
tar xzvf lhapdf-5.9.1.tar.gz && cd lhapdf-5.9.1 && \
./configure --prefix=/usr/local && make && make install
#Pythia 6.4.28 (using script in GENIE)
...
...
This diff is collapsed.
Click to expand it.
base/genie-hedis:km3net
+
1
−
1
View file @
5637464d
...
...
@@ -25,7 +25,7 @@ FROM docker.km3net.de/base/centos:7
RUN yum install -y log4cpp log4cpp-devel libxml2 libxml2-devel gsl gsl-devel
#lhapdf -- source /etc/profile.d/python36.sh <- fails because checks inside lhapdf5 configure are too old
RUN cd / && curl -L https://lhapdf.hepforge.org/downloads/\?f\=lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
RUN cd / && curl -L https://lhapdf.hepforge.org/downloads/\?f\=
old/
lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
tar xzvf lhapdf-5.9.1.tar.gz && cd lhapdf-5.9.1 && \
./configure --prefix=/usr/local && make && make install
...
...
This diff is collapsed.
Click to expand it.
base/genie-root5:3.0.2
+
1
−
1
View file @
5637464d
...
...
@@ -16,7 +16,7 @@ FROM centos:7.4.1708
RUN yum install -y log4cpp log4cpp-devel libxml2 libxml2-devel gsl gsl-devel
#lhapdf
RUN cd / && curl -L https://lhapdf.hepforge.org/downloads/\?f\=lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
RUN cd / && curl -L https://lhapdf.hepforge.org/downloads/\?f\=
old/
lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
tar xzvf lhapdf-5.9.1.tar.gz && cd lhapdf-5.9.1 && \
./configure --prefix=/usr/local && make && make install
#Pythia 6.4.28 (using script in GENIE)
...
...
This diff is collapsed.
Click to expand it.
base/genie:3.0.2
+
1
−
1
View file @
5637464d
...
...
@@ -20,7 +20,7 @@ FROM centos:7.4.1708
RUN yum install -y log4cpp log4cpp-devel libxml2 libxml2-devel gsl gsl-devel
#lhapdf
RUN cd / && curl -L https://lhapdf.hepforge.org/downloads/\?f\=lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
RUN cd / && curl -L https://lhapdf.hepforge.org/downloads/\?f\=
old/
lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
tar xzvf lhapdf-5.9.1.tar.gz && cd lhapdf-5.9.1 && \
./configure --prefix=/usr/local && make && make install
#Pythia 6.4.28 (using script in GENIE)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment