Skip to content
Snippets Groups Projects
Commit 31fdeea5 authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

Update genie:3.0.2

parent 5fa2c4da
Branches
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ FROM centos:7.4.1708
RUN cd / && mkdir genie && cd genie && git clone https://github.com/GENIE-MC/Generator.git genie_generator && \
cd genie_generator && git checkout R-3_00_02 && \
echo "export GENIE=/genie/genie_generator" >> /etc/profile.d/genie.sh && \
echo "export PATH=$PATH:$GENIE/bin" >> /etc/profile.d/genie.sh && \
echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GENIE/lib" >> /etc/profile.d/genie.sh && \
echo 'export PATH=$PATH:$GENIE/bin' >> /etc/profile.d/genie.sh && \
echo 'if [ -z "$LD_LIBRARY_PATH" ]; then export LD_LIBRARY_PATH=$GENIE/lib; else LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GENIE/lib; fi' >> /etc/profile.d/genie.sh && \
source /etc/profile.d/root_env.sh && source /etc/profile.d/genie.sh && cd $GENIE && \
./configure && make && make install
#GENIE REWEIGHT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment