Back to home page

EIC code displayed by LXR

 
 

    


Warning, /LQGENEP/Dockerfile is written in an unsupported language. File is not indexed.

0001 # This docker container must be built for a linux/386 platform, with:
0002 #
0003 #  docker build --platform linux/386 .
0004 #
0005 #
0006 FROM 32bit/ubuntu:16.04
0007 
0008 RUN apt-get update -yqq && apt-get install -yqq git cernlib-montecarlo && apt-get clean -yqq
0009 COPY . /LQGENEP
0010 
0011 WORKDIR /LQGENEP
0012 RUN f77 -m32 -Wl,--copy-dt-needed-entries -o LQguser LQguser.f lqgenep.f extrafiles/pythia6156.f -lpdflib804 -lpacklib -lmathlib
0013 
0014 ENTRYPOINT ["/LQGENEP/LQguser"]