Skip to content
Snippets Groups Projects
Commit 0de375d0 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fixed hepmc3 build

parent 00c17bd8
Branches
Tags v1.2.1
No related merge requests found
......@@ -4,7 +4,7 @@
## PROJECT: hallac_container
################################################################################
cmake_minimum_required (VERSION 3.8)
project (eic_container VERSION 1.2.0)
project (eic_container VERSION 1.2.1)
################################################################################
## The name of our container
......
......@@ -20,7 +20,7 @@ RUN cd /tmp \
RUN cd /tmp \
&& git clone https://gitlab.cern.ch/hepmc/HepMC3.git \
&& mkdir HepMC3/build && cd HepMC3/build \
&& cmake ../. -DHEPMC3_ENABLE_ROOTIO=ON -DCMAKE_INSTALL_PREFIX=$HOME/stow/hepmc3 -DHEPMC3_BUILD_EXAMPLES=ON \
&& cmake ../. -DHEPMC3_ENABLE_ROOTIO=ON -DCMAKE_INSTALL_PREFIX=/usr/local -DHEPMC3_BUILD_EXAMPLES=ON \
&& make -j20 \
&& make install \
&& cd /tmp && rm -rf /tmp/HepMC3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment